Package: xserver-xorg Version: 6.9.0.dfsg.1-4 version 6.8 works OK with my configuration. I am using Debian testing 20060215 snapshoot.
my config: Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" FontPath "/usr/lib/X11/fonts/truetype" FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera" FontPath "/usr/share/fonts/type1/gsfonts" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "speedo" Load "type1" Load "vbe" Load "drm" EndSection Section "ServerFlags" #Option "Xinerama" "true" Option "Xinerama" "false" # needed by DRI EndSection Section "InputDevice" Identifier "Laptop_keyboard" Driver "keyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" #Option "Xleds" "1 2 3" #Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Optical_Genius_USB" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "false" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "synaptics" Identifier "Touchpad" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "on" EndSection Section "InputDevice" Identifier "Bluetooth Mouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "7" Option "Emulate3Buttons" "false" Option "Name" "AutoDetected" Option "Vendor" "AutoDetected" EndSection Section "Device" Identifier "Intel852GL" Driver "radeon" VendorName "Intel corp." BoardName "Intel 852" #VideoRam 24576 #VideoRam 65536 # Option "UseFBDev" "false" EndSection Section "Monitor" Identifier "LCD_screen" VendorName "Monitor Vendor" ModelName "Acer LCD Screen" HorizSync 30.0 - 61.0 VertRefresh 50.0 - 75.0 Option "DPMS" EndSection Section "Screen" Identifier "Laptop" Device "Intel852GL" Monitor "LCD_screen" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Laptop" 0 0 InputDevice "Laptop_keyboard" "CoreKeyboard" InputDevice "Touchpad" "CorePointer" InputDevice "Optical_Genius_USB" "AlwaysCore" InputDevice "Bluetooth Mouse" "AlwaysCore" EndSection Section "DRI" Mode 0666 EndSection Thanks for fixing Michal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]