[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#510178: xserver-xorg: xserver crashes on exit (with nvidia binary driver)



Package: xserver-xorg
Version: 1:7.3+18
Severity: important

When logging off, the server crashes and a kdm restart is necessary to get
back the kdm screen.  The options specific to the nvidia driver present
in the xorg.conf file used to work in Etch and Sarge.  The nvidia driver
used is the nvidia-glx-legacy-96xx package.  Under Etch and Sarge I used
the nvidia provided run file (9631) that generated correctly the drivers
that interfaced with the binary code.  This approach no longer works with
the current lenny kernel.

This is the end of the kdm.log

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux tashi 2.6.26-1-686 #1 SMP Mon Dec 15 18:15:07 UTC 2008 i686
Build Date: 15 November 2008  05:39:59PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 29 20:09:18 2008
(==) Using config file: "/etc/X11/xorg.conf"
(II) Module "ddc" already built-in
(II) Module "ramdac" already built-in
FreeFontPath: FPE "/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c91fe]
1: [0xb7f13400]
2: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv001216X+0xe5) [0xb7117701]
3: [0x1]

Fatal server error:
Caught signal 11.  Server aborting


-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-12-23 05:36 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718580 2008-11-15 11:57 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation NV28 [GeForce4 Ti 4200 Go AGP 8x] (rev a1)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 2665 2008-12-29 20:38 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

# This whole section added from the old xorg.conf
Section "Module"
        Load    "bitmap"
        Load    "dbe"
#       Load    "ddc"
#       Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
#        Option          "CoreKeyboard"		# this was in old file
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

# The mouse devices (trackpoint and pad) seem to work find, so left as is
Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

# modified from the old xorg.conf.  The commented line was the original one
Section "Device"
#	Identifier	"Configured Video Device"
        Identifier      "nVidia Corporation NV28 [GeForce4 Ti 4200 Go AGP 8x]"
        Driver          "nvidia"
        BusID           "PCI:1:0:0"
        Option          "UseFBDev"              "true"
        Option          "NoLogo"                "true"
        Option          "FlatPanelProperties"   "aspect-scaled"
        Option          "UseEdidFreqs"          "on"
EndSection

# modified from the old xorg.conf.  The commented line was the original one
# the modeline doesn't seem to be needed in the lenny version
Section "Monitor"
#	Identifier	"Configured Monitor"
        Identifier      "Dell Panel WUXGA"
        DisplaySize     332     210
        HorizSync       28-110
        VertRefresh     43-90
        Option          "DPMS"
        # 1920x1200 @ 85.00 Hz (GTF) hsync: 107.10 kHz; pclk: 282.74 MHz
#        Modeline "1920x1200"  282.74  1920 2072 2280 2640  1200 1201 1204 1260
EndSection

# modified from the old xorg.conf.  The commented line was the original one
# as was the Identifier line, which I left alone
Section "Screen"
	Identifier	"Default Screen"
#	Monitor		"Configured Monitor"
        Device          "nVidia Corporation NV28 [GeForce4 Ti 4200 Go AGP 8x]"
        Monitor         "Dell Panel WUXGA"
        DefaultDepth    24
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 25372 2008-12-29 21:30 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux Debian (xorg-server 2:1.4.2-9)
Current Operating System: Linux tashi 2.6.26-1-686 #1 SMP Mon Dec 15 18:15:07 UTC 2008 i686
Build Date: 15 November 2008  05:39:59PM
 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 29 21:30:48 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) No Layout section.  Using the first Screen section.
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Dell Panel WUXGA"
(**) |   |-->Device "nVidia Corporation NV28 [GeForce4 Ti 4200 Go AGP 8x]"
(==) |-->Input Device "Configured Mouse"
(==) |-->Input Device "Generic Keyboard"
(==) The core pointer device wasn't specified explicitly in the layout.
	Using the first mouse device.
(==) The core keyboard device wasn't specified explicitly in the layout.
	Using the first keyboard device.
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81e38a0
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 2.0
	X.Org XInput driver : 2.0
	X.Org Server Extension : 0.3
	X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,3340 card 1028,016a rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,24c2 card 1028,016a rev 01 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1028,016a rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1028,016a rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1028,016a rev 01 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24ca card 1028,016a rev 01 class 01,01,8a hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1028,016a rev 01 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 134d,4c21 rev 01 class 07,03,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0286 card 1028,0179 rev a1 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 14e4,4401 card 1028,8127 rev 01 class 02,00,00 hdr 00
(II) PCI: 02:01:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
(II) PCI: 02:01:1: chip 104c,8029 card 1028,016a rev 00 class 0c,00,10 hdr 80
(II) PCI: 02:03:0: chip 8086,1043 card 8086,2565 rev 04 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
	[0] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfc000000 - 0xfdffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
	[2] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[3] -1	0	0x0000dc00 - 0x0000dcff (0x100) IX[B]
	[4] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[5] -1	0	0x0000e400 - 0x0000e4ff (0x100) IX[B]
	[6] -1	0	0x0000e800 - 0x0000e8ff (0x100) IX[B]
	[7] -1	0	0x0000ec00 - 0x0000ecff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xf6000000 - 0xfbffffff (0x6000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000d000 - 0x0000d0ff (0x100) IX[B]
	[1] -1	0	0x0000d400 - 0x0000d4ff (0x100) IX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV28 [GeForce4 Ti 4200 Go AGP 8x] rev 161, Mem @ 0xfc000000/24, 0xf0000000/26, BIOS @ 0x80000000/17
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x0) MX[B]
	[1] -1	0	0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
	[0] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xe8000000 from 0xefffffff to 0xe7ffffff
(II) Active PCI resource ranges:
	[0] -1	0	0xfaffc000 - 0xfaffcfff (0x1000) MX[B]
	[1] -1	0	0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
	[2] -1	0	0xfaffd800 - 0xfaffdfff (0x800) MX[B]
	[3] -1	0	0xfaffe000 - 0xfaffffff (0x2000) MX[B]
	[4] -1	0	0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
	[5] -1	0	0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
	[6] -1	0	0x30000000 - 0x300003ff (0x400) MX[B]
	[7] -1	0	0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
	[8] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[9] -1	0	0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[11] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[12] -1	0	0x0000b080 - 0x0000b0ff (0x80) IX[B]
	[13] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[14] -1	0	0x0000bc40 - 0x0000bc7f (0x40) IX[B]
	[15] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[16] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[17] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[18] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[19] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[20] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[21] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[22] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[23] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfaffc000 - 0xfaffcfff (0x1000) MX[B]
	[1] -1	0	0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
	[2] -1	0	0xfaffd800 - 0xfaffdfff (0x800) MX[B]
	[3] -1	0	0xfaffe000 - 0xfaffffff (0x2000) MX[B]
	[4] -1	0	0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
	[5] -1	0	0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
	[6] -1	0	0x30000000 - 0x300003ff (0x400) MX[B]
	[7] -1	0	0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
	[8] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[9] -1	0	0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[11] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[12] -1	0	0x0000b080 - 0x0000b0ff (0x80) IX[B]
	[13] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[14] -1	0	0x0000bc40 - 0x0000bc7f (0x40) IX[B]
	[15] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[16] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[17] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[18] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[19] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[20] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[21] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[22] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[23] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[5] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfaffc000 - 0xfaffcfff (0x1000) MX[B]
	[5] -1	0	0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
	[6] -1	0	0xfaffd800 - 0xfaffdfff (0x800) MX[B]
	[7] -1	0	0xfaffe000 - 0xfaffffff (0x2000) MX[B]
	[8] -1	0	0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
	[9] -1	0	0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
	[10] -1	0	0x30000000 - 0x300003ff (0x400) MX[B]
	[11] -1	0	0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
	[12] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[13] -1	0	0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[15] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000b080 - 0x0000b0ff (0x80) IX[B]
	[19] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[20] -1	0	0x0000bc40 - 0x0000bc7f (0x40) IX[B]
	[21] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[22] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[23] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[24] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[25] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[26] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[27] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[28] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[29] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded. This was enabled by default and also specified in the config file.
(II) "dri" will be loaded by default.
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 1.4.2, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.1
(II) NVIDIA GLX Module  96.43.07  Wed Jul  2 12:30:36 PDT 2008
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.1.0
	ABI class: X.Org Video Driver, version 2.0
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "nvidia"
(II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.0
	Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) NVIDIA dlloader X Driver  96.43.07  Wed Jul  2 12:18:58 PDT 2008
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
(II) Loading sub module "xaa"
(II) LoadModule: "xaa"
(II) Loading /usr/lib/xorg/modules//libxaa.so
(II) Module xaa: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.2.0
	ABI class: X.Org Video Driver, version 2.0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfaffc000 - 0xfaffcfff (0x1000) MX[B]
	[5] -1	0	0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
	[6] -1	0	0xfaffd800 - 0xfaffdfff (0x800) MX[B]
	[7] -1	0	0xfaffe000 - 0xfaffffff (0x2000) MX[B]
	[8] -1	0	0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
	[9] -1	0	0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
	[10] -1	0	0x30000000 - 0x300003ff (0x400) MX[B]
	[11] -1	0	0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
	[12] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[13] -1	0	0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[15] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[16] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[17] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[18] -1	0	0x0000b080 - 0x0000b0ff (0x80) IX[B]
	[19] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[20] -1	0	0x0000bc40 - 0x0000bc7f (0x40) IX[B]
	[21] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[22] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[23] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[24] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[25] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[26] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[27] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[28] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[29] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
	[1] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[2] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[3] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[4] -1	0	0xfaffc000 - 0xfaffcfff (0x1000) MX[B]
	[5] -1	0	0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
	[6] -1	0	0xfaffd800 - 0xfaffdfff (0x800) MX[B]
	[7] -1	0	0xfaffe000 - 0xfaffffff (0x2000) MX[B]
	[8] -1	0	0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
	[9] -1	0	0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
	[10] -1	0	0x30000000 - 0x300003ff (0x400) MX[B]
	[11] -1	0	0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
	[12] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[13] -1	0	0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
	[14] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[15] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[16] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[17] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[18] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[19] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[20] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[21] -1	0	0x0000b080 - 0x0000b0ff (0x80) IX[B]
	[22] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[23] -1	0	0x0000bc40 - 0x0000bc7f (0x40) IX[B]
	[24] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[25] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[26] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[27] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[28] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[29] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[30] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[31] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[32] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[33] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[34] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) NVIDIA(0): Creating default Display subsection in Screen section
	"Default Screen" for depth/fbbpp 24/32
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "UseEdidFreqs" "on"
(**) NVIDIA(0): Option "FlatPanelProperties" "aspect-scaled"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
(**) NVIDIA(0):     enabled on all display devices.
(WW) NVIDIA(0): Unable to parse FlatPanelProperties string "aspect-scaled";
(WW) NVIDIA(0):     discarding.
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce4 4200 Go at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 65536 kBytes
(--) NVIDIA(0): VideoBIOS: 04.28.20.31.10
(II) NVIDIA(0): Detected AGP rate: 4X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce4 4200 Go at PCI:1:0:0:
(--) NVIDIA(0):     Sharp (DFP-0)
(--) NVIDIA(0): Sharp (DFP-0): 165.0 MHz maximum pixel clock
(--) NVIDIA(0): Sharp (DFP-0): External Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(WW) NVIDIA(0): 
(WW) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(WW) NVIDIA(0):     will be used as the requested mode.
(WW) NVIDIA(0): 
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(--) NVIDIA(0): DPI set to (147, 145); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B]
	[1] 0	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B]
	[2] -1	0	0x00100000 - 0x2fffffff (0x2ff00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0xfaffc000 - 0xfaffcfff (0x1000) MX[B]
	[7] -1	0	0xfaff8000 - 0xfaffbfff (0x4000) MX[B]
	[8] -1	0	0xfaffd800 - 0xfaffdfff (0x800) MX[B]
	[9] -1	0	0xfaffe000 - 0xfaffffff (0x2000) MX[B]
	[10] -1	0	0xf4fff400 - 0xf4fff4ff (0x100) MX[B]
	[11] -1	0	0xf4fff800 - 0xf4fff9ff (0x200) MX[B]
	[12] -1	0	0x30000000 - 0x300003ff (0x400) MX[B]
	[13] -1	0	0xf4fffc00 - 0xf4ffffff (0x400) MX[B]
	[14] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[15] -1	0	0xfd000000 - 0xfd01ffff (0x20000) MX[B](B)
	[16] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[17] -1	0	0xfc000000 - 0xfcffffff (0x1000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
	[21] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[22] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[23] -1	0	0x0000b080 - 0x0000b0ff (0x80) IX[B]
	[24] -1	0	0x0000b400 - 0x0000b4ff (0x100) IX[B]
	[25] -1	0	0x0000bc40 - 0x0000bc7f (0x40) IX[B]
	[26] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[27] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[28] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[29] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[30] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[31] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[32] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[33] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[34] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[35] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
	[36] 0	0	0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Initialized GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): Option "UseFBDev" is not used
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(WW) Configured Mouse: No Device specified, looking for one...
(II) Configured Mouse: Setting Device option to "/dev/input/mice"
(--) Configured Mouse: Device: "/dev/input/mice"
(==) Configured Mouse: Protocol: "Auto"
(**) Option "CorePointer"
(**) Configured Mouse: always reports core events
(==) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Configured Mouse: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Generic Keyboard: always reports core events
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc104"
(**) Generic Keyboard: XkbModel: "pc104"
(**) Option "XkbLayout" "us"
(**) Generic Keyboard: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) evaluating device (Configured Mouse)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) evaluating device (Generic Keyboard)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(--) Configured Mouse: PnP-detected protocol: "ExplorerPS/2"
(II) Configured Mouse: ps2EnableDataReporting: succeeded
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) AlpsPS/2 ALPS GlidePoint auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) AlpsPS/2 ALPS GlidePoint touchpad found
(**) AlpsPS/2 ALPS GlidePoint: always reports core events
(II) XINPUT: Adding extended input device "AlpsPS/2 ALPS GlidePoint" (type: MOUSE)
(--) AlpsPS/2 ALPS GlidePoint auto-dev sets device to /dev/input/event7
(**) Option "Device" "/dev/input/event7"
(--) AlpsPS/2 ALPS GlidePoint touchpad found


-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2. 1.5.24               Debian configuration management sy
ii  libc6               2.7-16               GNU C Library: Shared libraries
ii  nvidia-glx-legacy-9 96.43.07-2           NVIDIA binary Xorg driver (96xx le
ii  x11-xkb-utils       7.4+1                X11 XKB utilities
ii  xkb-data            1.3-2                X Keyboard Extension (XKB) configu
ii  xserver-xorg-core   2:1.4.2-9            Xorg X server - core server
ii  xserver-xorg-input- 1:7.3+18             the X.Org X server -- input driver
ii  xserver-xorg-input- 1:2.0.8-1            X.Org X server -- evdev input driv
ii  xserver-xorg-input- 1:1.3.1-1            X.Org X server -- keyboard input d
ii  xserver-xorg-input- 1:1.3.0-1            X.Org X server -- mouse input driv
ii  xserver-xorg-input- 0.14.7~git20070706-3 Synaptics TouchPad driver for X.Or
ii  xserver-xorg-input- 0.7.9.3-2            X.Org X server -- Wacom input driv
ii  xserver-xorg-video- 1:7.3+18             the X.Org X server -- output drive
ii  xserver-xorg-video- 1:1.2.0-1            X.Org X server -- APM display driv
ii  xserver-xorg-video- 1:0.7.0-1            X.Org X server -- ark display driv
ii  xserver-xorg-video- 1:1.2.0-1            X.Org X server -- Chips display dr
ii  xserver-xorg-video- 1:1.2.1-1            X.Org X server -- Cirrus display d
ii  xserver-xorg-video- 1:1.1.0-8            X.Org X server -- Cyrix display dr
ii  xserver-xorg-video- 1:0.3.0-1            X.Org X server -- dummy display dr
ii  xserver-xorg-video- 1:0.4.0-1            X.Org X server -- fbdev display dr
ii  xserver-xorg-video- 1:1.2.1-1            X.Org X server -- Glint display dr
ii  xserver-xorg-video- 1:1.3.0-1            X.Org X server -- i128 display dri
ii  xserver-xorg-video- 1:1.2.0-1            X.Org X server -- i740 display dri
ii  xserver-xorg-video- 1:1.1.0-7            X.Org X server -- IMSTT display dr
ii  xserver-xorg-video- 2:2.3.2-2+lenny5     X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video- 6.8.0-1              X.Org X server -- ATI Mach64 displ
ii  xserver-xorg-video- 1:1.4.9.dfsg-1       X.Org X server -- MGA display driv
ii  xserver-xorg-video- 1:1.2.1-1            X.Org X server -- Neomagic display
ii  xserver-xorg-video- 1:2.8.3-4            X.Org X server -- NSC Geode GX1 di
ii  xserver-xorg-video- 1:2.1.10-1           X.Org X server -- NV display drive
ii  xserver-xorg-video- 1:0.2.902+svn579-2   X.Org X server -- VIA display driv
ii  xserver-xorg-video- 6.8.0-1              X.Org X server -- ATI r128 display
ii  xserver-xorg-video- 1:6.9.0-1+lenny4     X.Org X server -- ATI Radeon displ
ii  xserver-xorg-video- 1.2.1-2              X.Org X server -- AMD/ATI r5xx, r6
ii  xserver-xorg-video- 1:4.2.0.dfsg.1-2     X.Org X server -- Rendition displa
ii  xserver-xorg-video- 1:0.6.0-1            X.Org X server -- legacy S3 displa
ii  xserver-xorg-video- 1:1.10.1-1           X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video- 1:2.2.1-2            X.Org X server -- Savage display d
ii  xserver-xorg-video- 1:1.6.0-1            X.Org X server -- SiliconMotion di
ii  xserver-xorg-video- 1:0.10.0-1           X.Org X server -- SiS display driv
ii  xserver-xorg-video- 1:0.9.0-1            X.Org X server -- SiS USB display 
ii  xserver-xorg-video- 1:1.4.0-1            X.Org X server -- tdfx display dri
ii  xserver-xorg-video- 1:1.1.0-9            X.Org X server -- TGA display driv
ii  xserver-xorg-video- 1:1.3.0-1            X.Org X server -- Trident display 
ii  xserver-xorg-video- 1:1.2.0-1            X.Org X server -- Tseng display dr
ii  xserver-xorg-video- 0.2.0-1              X.Org X server -- Video 4 Linux di
ii  xserver-xorg-video- 1:1.3.0-4            X.Org X server -- VESA display dri
ii  xserver-xorg-video- 1:4.1.0-8            X.Org X server -- VGA display driv
ii  xserver-xorg-video- 1:10.16.2-1          X.Org X server -- VMware display d
ii  xserver-xorg-video- 1:1.2.0-1            X.Org X server -- Voodoo display d

Versions of packages xserver-xorg recommends:
ii  libgl1-mesa-dri               7.0.3-7    A free implementation of the OpenG
ii  udev                          0.125-7    /dev/ and hotplug management daemo

xserver-xorg suggests no packages.

-- debconf information:
  xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/device/bus_id_error:
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/autodetect_keyboard: false
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant:
  xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: us
* xserver-xorg/config/inputdevice/keyboard/model: pc104
* xserver-xorg/config/device/driver:
  xserver-xorg/config/null_string_error:
  xserver-xorg/config/device/bus_id:
* xserver-xorg/config/inputdevice/keyboard/rules: xorg



Reply to: