Hello This problem still seems to be around with the current xserver-xorg-Package in unstable. Or am I doing anything wrong?
$ dpk -s xserver-xorg Package: xserver-xorg Status: install ok installed Priority: optional Section: x11 Installed-Size: 14624 Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Architecture: i386 Source: xorg-x11 Version: 6.9.0.dfsg.1-1 Replaces: xserver-xfree86 Provides: xserver Depends: xserver-common (>= 6.9.0.dfsg.1-1), libc6 (>= 2.3.5-1), libgcc1 (>= 1:4.0.2), libxau6, libxdmcp6, zlib1g (>= 1:1.2.1), debconf (>= 0.5) | debconf-2.0 Recommends: xlibs, discover | discover1, mdetect, xresprobe (>= 0.4.13), laptop-detect Suggests: libglide2 (>> 2001.01.26) Conflicts: xlibs (<< 6.8.2.dfsg.1-5), xserver-xfree86 (<< 6.8.2.dfsg.1-1), nvidia-glx (<= 1.0.7174-4) Conffiles: /etc/init.d/xserver-xorg 3a12829045ded9a8427be206f7861f5e Description: the X.Org X server The X.Org X server is an X server for several architectures and operating systems, which is derived from the XFree86 4.x series of X servers. . The X.Org server supports most modern graphics hardware from most vendors, and supersedes all XFree86 X servers. . If the discover, mdetect, laptop-detect and xresprobe packages are installed, this package's configuration script will use them to attempt automatic configuration of the X server based on your information returned by your video card, mouse, and monitor. . This package suggests the libglide2 package, which is necessary for the X.Org X server's "glide" video driver to work with 3Dfx Interactive's Voodoo Graphics and Voodoo2 cards. Users of other video cards need not install libglide2. My xorg.conf-File: # XF86Config-4 (XFree86 X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the XF86Config-4 manual page. # (Type "man XF86Config-4" at the shell prompt.) # # This file is automatically updated on xserver-xfree86 package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xfree86 # package. # # If you have edited this file but would like it to be automatically updated # again, run the following commands as root: # # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom # md5sum /etc/X11/XF86Config-4 >/var/lib/xfree86/XF86Config-4.md5sum # dpkg-reconfigure xserver-xfree86 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/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/CID" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" 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" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection #Section "InputDevice" # Identifier "Generic Mouse" # Driver "mouse" # Option "SendCoreEvents" "true" # Option "Device" "/dev/input/mice" # Option "Protocol" "ImPS/2" # Option "ZAxisMapping" "4 5" #EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/event1" Option "Type" "cursor" Option "USB" "on" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/event1" Option "Type" "stylus" Option "USB" "on" EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/event1" Option "Type" "eraser" Option "USB" "on" EndSection Section "Device" Identifier "Generic Video Card" Driver "nvidia" # Driver "nv" # Just a test! Option "RenderAccel" "true" Option "backingstore" "true" Option "NoLogo" "false" Option "AllowGLXWithComposite" "true" EndSection Section "Monitor" Identifier "Generic Monitor" HorizSync 30-100 VertRefresh 50-160 Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "Generic Video Card" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" # InputDevice "Generic Mouse" # InputDevice "Configured Mouse" "CorePointer" InputDevice "cursor" "CorePointer" InputDevice "stylus" "SendCoreEvents" InputDevice "eraser" "SendCoreEvents" EndSection Section "DRI" Mode 0666 EndSection #Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "true" # Option "DAMAGE" "true" #EndSection -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]