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

Bug#541212: xserver-xorg-input-evdev: xserver resets xkb configuration on first keypress



Package: xserver-xorg-input-evdev
Version: 1:2.0.8-1
Severity: normal


I recently was forced to switch to the evdev driver from the kbd driver
(the kbd driver generates spurious repeat events under load due to
the lack of event timestamps, evdev fixes that as the kernel delivers
timestamps).

Since evdev uses different keycodes, the default keymap at server start
does not work evry well (arrow keys, window keys etc. have different
keycodes), which made the problem obvious. It might be a problem with the
kbd driver, too, but since keycodes don't change, it is hard to tell.

So here is what hapens:

1. the server starts, using it's built-in us keyboard map with keycodes matching
   the kbd drivers keycodes.
2. applications start, download xkb info. for example, my window manager binds
   itself on Super_L (windows key) for some action.
3. on first keypress (no matter if it comes minutes later or during x startup),
   the x-server simply resets the xkb configurtion, but doesn't tell applications.
4. at this point, all applications get wrong keycodes (for example, my End key
   acts as if it were Super_L), until they are either restarted, or setxkbmap
   or xkbcomp set a new keymap (which tells all running apps by sending an event).

Or in short, the x-server changes the xkb config on first keypress,
without telling applications about the change.

This is not very visible when using e.g. xdm - the first keypress is
usually a printable character which has the same keycode no matter what,
and xdm etc. ensures that all applicaitons get restarted after some
keypress.

It is also not very visible issue when running setxkbmap afetr a keypress,
as that forces apps (or xlib...) to reload xkb info.

It is also not visible when using the normal kbd driver, as that one
uses the same keycodes as the server, so switching from that set to the
identical one causes no issues.

The only workaround I found was to start a terminal with "please press
return to continue" and a read, i.e. force a keypress before starting
further apps.

-- 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 Mar  5  2008 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1901136 Jun 11 12:07 /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 GeForce 8800 GTX (G80) (rev a2)

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

Xorg X server configuration file status:
-rw------- 1 root root 7408 Aug 12 15:53 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
   Section "Files"
       FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
       #FontPath "/usr/X11R6/lib/X11/fonts/vtx/:unscaled"
       #FontPath	"unix/:7100"
   EndSection

   Section "ServerFlags"
   #    NoTrapSignals
   #    DontZap
   #    DontZoom
      Option "Pixmap" "32"
      Option "Xinerama" "off"
      Option "NoPM" "yes"
      Option "AllowDeactivateGrab" "yes"
      Option "AllowClosedownGrabs" "yes"
      #Option "XkbDisable" "true"
   EndSection

   Section "Extensions"
      Option "Composite" "Enable"
      Option "DAMAGE" "Enable"
      Option "RENDER" "Enable"
   EndSection

   Section "Module"
       #Load "v4l"

       Load "glx"
       #Load "drm"
       #Load "dri"
       #Load "/usr/X11/lib/modules/extensions/libglx.so"

       Load "extmod"
       Load "record"
       Load "dbe"

       Load "wacom"

       Load "xtrap"

       Load "freetype"
       #Load "speedo"
       #Load "type1"

       #Load "int10"
#    SubSection  "extmod"
#      Option    "omit SHAPE"
#      Option    "omit MIT-SUNDRY-NONSTANDARD"
#      Option    "omit BIG-REQUESTS"
#      Option    "omit SYNC"
#      Option    "omit MIT-SCREEN-SAVER"
#      Option    "omit XC-MISC"
#      Option    "omit XFree86-VidModeExtension"
#      Option    "omit XFree86-Misc"
#      Option    "omit XFree86-DGA"
#      Option    "omit DPMS"
#      Option    "omit FontCache"
#      Option    "omit TOG-CUP"
#      Option    "omit Extended-Visual-Information"
#      Option    "omit XVideo"
#      Option    "omit XVideo-MotionCompensation"
#      Option    "omit X-Resource"
#    EndSubSection
   EndSection

   Section "DRI"
       Mode 0600
       Group 0
   EndSection

   Section "InputDevice"
    Identifier  "Keyboard"
    Driver      "evdev"
    Option	"Device" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
    Option      "CoreKeyboard"
    Option      "AutoRepeat"    "250 30"
    Option      "GrabDevice"    "on"

    Option      "XkbRules"         "xfree86"
    Option      "XkbLayout"        "de(nodeadkeys)+compose(caps)"
    #Option      "XkbOptions"       "compose:caps"
    Option      "XkbModel"         "pc105"
    Option      "XkbKeycodes"      "evdev"
   EndSection


   Section "InputDevice"
       Identifier  "Mouse"
       Driver      "mouse"
       Option      "Protocol"   "IMPS/2"
       Option      "Device"     "/dev/input/mice"
#       Option	"Emulate3Buttons"	"0"
#       Option	"AlwaysCore" "1"
#       Option	"Buttons"	"5"
#       Option	"ZAxisMapping" "4 5"
   EndSection

#   Section "InputDevice"
#       Identifier  "Mouse"
#       Driver      "mouse"
#       Option      "Protocol"   "IMPS/2"
#       Option      "Device"     "/dev/input/mouse2"
##       Option	"Emulate3Buttons"	"0"
##       Option	"AlwaysCore" "1"
##       Option	"Buttons"	"5"
##       Option	"ZAxisMapping" "4 5"
#   EndSection

   Section "InputDevice"
       Identifier	"Stylus"
       Driver	"wacom"
       Option	"Type"		"stylus"
       Option	"Device"	"/dev/input/event2"
#       Option   "TwinView"      "horizontal"
       Option	"Mode"		"Absolute"
       Option      "USB"        "1"
#       Option	"Suppress"	"4"
#       Option	"History"	"6"
       #Option	"TiltMode"	"1"
       Option	"Threshold"	"4"
#       Option	"Max_z"		"256"
       Option	"Threshold"	"200"
       Option	"TopY"		"22860"
       Option	"KeepShape"	"1"
   EndSection

   Section "InputDevice"
       Identifier	"Eraser"
       Driver	"wacom"
       Option	"Type"		"eraser"
       Option	"Device"	"/dev/input/event2"
#       Option   "TwinView"      "horizontal"
       Option      "USB"        "1"
       Option	"Mode"		"Absolute"
       Option	"AlwaysCore"	"1"
       Option	"Threshold"	"200"
       Option	"TopY"		"22860"
       Option	"KeepShape"	"1"
   EndSection

   Section "InputDevice"
       Identifier	"Cursor"
       Driver	"wacom"
       Option	"Type"		"cursor"
       Option	"Device"	"/dev/input/event2"
       Option      "USB"        "1"
       Option	"Mode"		"Relative"
       Option	"Speed"		"1.5"
       Option	"Accel"		"1"
#       Option	"Suppress"	"4"
#       Option	"History"	"6"
       #Option	"TiltMode"	"1"
#       Option	"Max_z"		"256"
   EndSection

   Section "InputDevice"
       Identifier	"Pad"
       Driver	"wacom"
       Option	"Type"		"pad"
       Option	"Device"	"/dev/input/event2"
       Option      "USB"        "1"
   EndSection

   Section "Monitor"
       Identifier  "HP L2035"
       Modeline "1600x1200a2" 161.4  1600 1704 1880 2160  1200 1201 1204 1242  -HSync +Vsync
   EndSection

Section "Device"
    Identifier  "7900GTX"
    Driver      "nvidia"
    #Option	"NvAGP" "0" # 2
    Option	"NoLogo" "1"
    Option	"CursorShadow" "yes"
    Option	"UseEdidFreqs" "yes"
    Option	"IgnoreEdid" "no"
    Option	"TwinView" "yes"
    Option	"TwinViewOrientation" "DFP-0 RightOf DFP-1"
    Option	"RenderAccel" "yes"
    #Option	"CrtcNumber" "0" # nv
    Option	"DigitalVibrance" "16"
    Option	"NoTwinViewXineramaInfo" "0"
    #Option	"FlatPanelProperties" "Scaling = aspect-scaled, Dithering = enabled"
    #Option	"ConnectedMonitor" "CRT-1, CRT-0"
    Option	"TwinViewXineramaInfoOrder" "DFP-1, DFP-0"
    Option	"MetaModes" "1600x1200, 1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480; NULL,1600x1200; NULL,1280x1024; NULL,1024x768; NULL,800x600; NULL,640x480"
    #Option	"MetaModes" "1280x1024+0+0, 1280x1024+0+0"
    #Option	"MetaModes" "1920x1200+1920+0, 1920x1200+0+0"
    #Option	"MetaModes" "640x480+0+0, 640x480+0+0"
#    Option	"MonitorHorizSync" "CRT: 30-96; DFP: 30-96"
#    Option	"MonitorVertRefresh" "CFT: 40-100; DFP: 30-96"
    Option      "Coolbits" "1"
    Option      "AllowGLXWithComposite" "1"
    Option	"AllowDDCCI" "1"
    Option	"DisableGLXRootClipping" "1"
    ##Option	"RandRRotation" "1"
    ##Option "AddARGBGLXVisuals" "True"
    Option "DamageEvents" "True"
    #Option "TripleBuffer" "True" # crash
    #Option "PerformanceMonitorMode" "1"
    #VideoRam    32768
    Option "OnDemandVBlankInterrupts"      "true"
EndSection

Section "Screen"
    Identifier	"7900GTX"
    Device      "7900GTX"
    Monitor     "HP L2035"
    DefaultColorDepth 24
    #DefaultFbBpp 24
    SubSection "Display"
        Depth       8
        #Virtual     2880 1094
        #Modes       "1440x1094" "1200x1024" "1152x864" "1024x768" "800x600" "768x576" "640x480" "352x288" "352x280" "352x240" "320x240"
        Modes       "640x480"
        #Modes       "amiga" 
    EndSubsection
    SubSection "Display"
        Depth       16
        Virtual     3200 1200
        Modes       "1600x1200" "1152x864" "1024x768" "800x600" "768x576" "640x480" "352x288" "352x280" "352x240" "320x240"
    EndSubsection
    SubSection "Display"
        Depth       24
        Virtual     3200 1200
        Modes       "1600x1200" "1152x864" "1024x768" "800x600" "768x576" "768x608" "640x480" "640x506" "352x288" "352x280" "352x240" "320x240"
    EndSubsection
EndSection

Section "Device"
    Identifier  "v4l"
    Driver      "v4l"
EndSection

Section "ServerLayout"
    Identifier	"7900GTX"
    Screen	"7900GTX"
    #Option      "AIGLX" "True"
    Option	"AutoAddDevices" "off"
    InputDevice "Mouse"		"CorePointer"
    InputDevice "Keyboard"	"CoreKeyboard"
    InputDevice "Stylus"	"SendCoreEvents"
    InputDevice "Eraser"	"SendCoreEvents"
    InputDevice "Cursor"	"SendCoreEvents"
    InputDevice "Pad"		""
EndSection




Xorg X server log files on system:
-rw------- 1 root root 38343 Aug  6 13:44 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 38166 Aug 12 15:53 /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-10.lenny2)
Current Operating System: Linux cerebro 2.6.26-2-amd64 #1 SMP Sun Jun 21 04:47:08 UTC 2009 x86_64
Build Date: 11 June 2009  09:45:25AM
 
	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: Wed Aug 12 15:49:55 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "7900GTX"
(**) |-->Screen "7900GTX" (0)
(**) |   |-->Monitor "HP L2035"
(**) |   |-->Device "7900GTX"
(**) |-->Input Device "Mouse"
(**) |-->Input Device "Keyboard"
(**) |-->Input Device "Stylus"
(**) |-->Input Device "Eraser"
(**) |-->Input Device "Cursor"
(**) |-->Input Device "Pad"
(**) Option "Pixmap" "32"
(**) Option "NoPM" "yes"
(**) Option "Xinerama" "off"
(**) Option "AllowClosedownGrabs" "yes"
(**) Option "AutoAddDevices" "off"
(**) Not automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /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.
(**) FontPath set to:
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
	/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"
(**) Extension "Composite" is enabled
(**) Extension "DAMAGE" is enabled
(**) Extension "RENDER" is enabled
(II) Loader magic: 0x7c31c0
(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 2

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,29e0 card 1043,8295 rev 01 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,29e1 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:06:0: chip 8086,29e9 card 0000,0000 rev 01 class 06,04,00 hdr 01
(II) PCI: 00:1a:0: chip 8086,2937 card 1043,8277 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2938 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:2: chip 8086,2939 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,293c card 1043,8277 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,293e card 1043,8277 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,2940 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:2: chip 8086,2944 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:4: chip 8086,2948 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2934 card 1043,8277 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2935 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2936 card 1043,8277 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,293a card 1043,8277 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 92 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2916 card 1043,8277 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2920 card 1043,8277 rev 02 class 01,01,8f hdr 00
(II) PCI: 00:1f:3: chip 8086,2930 card 1043,8277 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,2926 card 1043,8277 rev 02 class 01,01,85 hdr 00
(II) PCI: 01:00:0: chip 10de,0191 card 1043,8233 rev a2 class 03,00,00 hdr 00
(II) PCI: 02:00:0: chip 13c1,1004 card 13c1,1004 rev 01 class 01,04,00 hdr 00
(II) PCI: 03:00:0: chip 197b,2368 card 1043,824f rev 00 class 01,01,85 hdr 00
(II) PCI: 04:00:0: chip 11ab,4364 card 1043,81f8 rev 12 class 02,00,00 hdr 00
(II) PCI: 06:01:0: chip 1102,0002 card 1102,8040 rev 08 class 04,01,00 hdr 80
(II) PCI: 06:01:1: chip 1102,7002 card 1102,0020 rev 08 class 09,80,00 hdr 80
(II) PCI: 06:03:0: chip 1106,3044 card 1043,81fe rev c0 class 0c,00,10 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,6), 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 (0x100000000) MX[B]
(II) Bus 0 prefetchable memory range:
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000a000 - 0x0000afff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xfa000000 - 0xfe7fffff (0x4800000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:6:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000b000 - 0x0000bfff (0x1000) IX[B]
(II) Bus 2 non-prefetchable memory range:
	[0] -1	0	0xfe800000 - 0xfe8fffff (0x100000) MX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 5: bridge is at (0:28:0), (0,5,5), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 5 prefetchable memory range:
	[0] -1	0	0xf8f00000 - 0xf8ffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 4: bridge is at (0:28:2), (0,4,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 4 non-prefetchable memory range:
	[0] -1	0	0xfea00000 - 0xfeafffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:28:4), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x0000c000 - 0x0000cfff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xfe900000 - 0xfe9fffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 6: bridge is at (0:30:0), (0,6,6), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 6 I/O range:
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 6 non-prefetchable memory range:
	[0] -1	0	0xfeb00000 - 0xfebfffff (0x100000) 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)
(--) PCI:*(1:0:0) nVidia Corporation G80 [GeForce 8800 GTX] rev 162, Mem @ 0xfd000000/24, 0xd0000000/28, 0xfa000000/25, I/O @ 0xac00/7
(II) Addressable bus resource ranges are
	[0] -1	0	0x00000000 - 0xffffffff (0x100000000) 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) Active PCI resource ranges:
	[0] -1	0	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[1] -1	0	0xfeafc000 - 0xfeafffff (0x4000) MX[B]
	[2] -1	0	0xfe8ff000 - 0xfe8fffff (0x1000) MX[B]
	[3] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
	[4] -1	0	0xf9fff400 - 0xf9fff4ff (0x100) MX[B]
	[5] -1	0	0xf9fff800 - 0xf9fffbff (0x400) MX[B]
	[6] -1	0	0xf9ff8000 - 0xf9ffbfff (0x4000) MX[B]
	[7] -1	0	0xf9fffc00 - 0xf9ffffff (0x400) MX[B]
	[8] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[9] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[12] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[13] -1	0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[14] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[15] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[16] -1	0	0x0000c480 - 0x0000c483 (0x4) IX[B]
	[17] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[B]
	[18] -1	0	0x0000c880 - 0x0000c883 (0x4) IX[B]
	[19] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[21] -1	0	0x00008400 - 0x0000840f (0x10) IX[B]
	[22] -1	0	0x00008480 - 0x0000848f (0x10) IX[B]
	[23] -1	0	0x00008800 - 0x00008803 (0x4) IX[B]
	[24] -1	0	0x00008880 - 0x00008887 (0x8) IX[B]
	[25] -1	0	0x00008c00 - 0x00008c03 (0x4) IX[B]
	[26] -1	0	0x00009000 - 0x00009007 (0x8) IX[B]
	[27] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[28] -1	0	0x00007400 - 0x0000740f (0x10) IX[B]
	[29] -1	0	0x00007480 - 0x0000748f (0x10) IX[B]
	[30] -1	0	0x00007800 - 0x00007803 (0x4) IX[B]
	[31] -1	0	0x00007880 - 0x00007887 (0x8) IX[B]
	[32] -1	0	0x00007c00 - 0x00007c03 (0x4) IX[B]
	[33] -1	0	0x00008000 - 0x00008007 (0x8) IX[B]
	[34] -1	0	0x00009480 - 0x0000949f (0x20) IX[B]
	[35] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[36] -1	0	0x00009080 - 0x0000909f (0x20) IX[B]
	[37] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[38] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[39] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[40] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[1] -1	0	0xfeafc000 - 0xfeafffff (0x4000) MX[B]
	[2] -1	0	0xfe8ff000 - 0xfe8fffff (0x1000) MX[B]
	[3] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
	[4] -1	0	0xf9fff400 - 0xf9fff4ff (0x100) MX[B]
	[5] -1	0	0xf9fff800 - 0xf9fffbff (0x400) MX[B]
	[6] -1	0	0xf9ff8000 - 0xf9ffbfff (0x4000) MX[B]
	[7] -1	0	0xf9fffc00 - 0xf9ffffff (0x400) MX[B]
	[8] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[9] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[10] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[11] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[12] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[13] -1	0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[14] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[15] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[16] -1	0	0x0000c480 - 0x0000c483 (0x4) IX[B]
	[17] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[B]
	[18] -1	0	0x0000c880 - 0x0000c883 (0x4) IX[B]
	[19] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B]
	[20] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[21] -1	0	0x00008400 - 0x0000840f (0x10) IX[B]
	[22] -1	0	0x00008480 - 0x0000848f (0x10) IX[B]
	[23] -1	0	0x00008800 - 0x00008803 (0x4) IX[B]
	[24] -1	0	0x00008880 - 0x00008887 (0x8) IX[B]
	[25] -1	0	0x00008c00 - 0x00008c03 (0x4) IX[B]
	[26] -1	0	0x00009000 - 0x00009007 (0x8) IX[B]
	[27] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[28] -1	0	0x00007400 - 0x0000740f (0x10) IX[B]
	[29] -1	0	0x00007480 - 0x0000748f (0x10) IX[B]
	[30] -1	0	0x00007800 - 0x00007803 (0x4) IX[B]
	[31] -1	0	0x00007880 - 0x00007887 (0x8) IX[B]
	[32] -1	0	0x00007c00 - 0x00007c03 (0x4) IX[B]
	[33] -1	0	0x00008000 - 0x00008007 (0x8) IX[B]
	[34] -1	0	0x00009480 - 0x0000949f (0x20) IX[B]
	[35] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[36] -1	0	0x00009080 - 0x0000909f (0x20) IX[B]
	[37] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[38] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[39] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[40] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
	[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) All system 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	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[5] -1	0	0xfeafc000 - 0xfeafffff (0x4000) MX[B]
	[6] -1	0	0xfe8ff000 - 0xfe8fffff (0x1000) MX[B]
	[7] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
	[8] -1	0	0xf9fff400 - 0xf9fff4ff (0x100) MX[B]
	[9] -1	0	0xf9fff800 - 0xf9fffbff (0x400) MX[B]
	[10] -1	0	0xf9ff8000 - 0xf9ffbfff (0x4000) MX[B]
	[11] -1	0	0xf9fffc00 - 0xf9ffffff (0x400) MX[B]
	[12] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[18] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[19] -1	0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[21] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[22] -1	0	0x0000c480 - 0x0000c483 (0x4) IX[B]
	[23] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[B]
	[24] -1	0	0x0000c880 - 0x0000c883 (0x4) IX[B]
	[25] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B]
	[26] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[27] -1	0	0x00008400 - 0x0000840f (0x10) IX[B]
	[28] -1	0	0x00008480 - 0x0000848f (0x10) IX[B]
	[29] -1	0	0x00008800 - 0x00008803 (0x4) IX[B]
	[30] -1	0	0x00008880 - 0x00008887 (0x8) IX[B]
	[31] -1	0	0x00008c00 - 0x00008c03 (0x4) IX[B]
	[32] -1	0	0x00009000 - 0x00009007 (0x8) IX[B]
	[33] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[34] -1	0	0x00007400 - 0x0000740f (0x10) IX[B]
	[35] -1	0	0x00007480 - 0x0000748f (0x10) IX[B]
	[36] -1	0	0x00007800 - 0x00007803 (0x4) IX[B]
	[37] -1	0	0x00007880 - 0x00007887 (0x8) IX[B]
	[38] -1	0	0x00007c00 - 0x00007c03 (0x4) IX[B]
	[39] -1	0	0x00008000 - 0x00008007 (0x8) IX[B]
	[40] -1	0	0x00009480 - 0x0000949f (0x20) IX[B]
	[41] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[42] -1	0	0x00009080 - 0x0000909f (0x20) IX[B]
	[43] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[44] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[45] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[46] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B](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: "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
(II) NVIDIA GLX Module  185.18.14  Wed May 27 01:53:56 PDT 2009
(II) Loading extension GLX
(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: "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: "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: "wacom"
(II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Module wacom: 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) Wacom driver level: 47-0.8.1-6 $
(II) LoadModule: "xtrap"
(II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
(II) Module xtrap: 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 DEC-XTRAP
(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: "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: "evdev"
(II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 2.0.8
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "wacom"
(II) Reloading /usr/lib/xorg/modules/input//wacom_drv.so
(II) Wacom driver level: 47-0.8.1-6 $
(II) NVIDIA dlloader X Driver  185.18.14  Wed May 27 01:30:19 PDT 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Assigning device section with no busID to primary device
(--) 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 "wfb"
(II) LoadModule: "wfb"
(II) Loading /usr/lib/xorg/modules//libwfb.so
(II) Module wfb: 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) resource ranges after xf86ClaimFixedResources() call:
	[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	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[5] -1	0	0xfeafc000 - 0xfeafffff (0x4000) MX[B]
	[6] -1	0	0xfe8ff000 - 0xfe8fffff (0x1000) MX[B]
	[7] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
	[8] -1	0	0xf9fff400 - 0xf9fff4ff (0x100) MX[B]
	[9] -1	0	0xf9fff800 - 0xf9fffbff (0x400) MX[B]
	[10] -1	0	0xf9ff8000 - 0xf9ffbfff (0x4000) MX[B]
	[11] -1	0	0xf9fffc00 - 0xf9ffffff (0x400) MX[B]
	[12] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[18] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[19] -1	0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[20] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[21] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[22] -1	0	0x0000c480 - 0x0000c483 (0x4) IX[B]
	[23] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[B]
	[24] -1	0	0x0000c880 - 0x0000c883 (0x4) IX[B]
	[25] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B]
	[26] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[27] -1	0	0x00008400 - 0x0000840f (0x10) IX[B]
	[28] -1	0	0x00008480 - 0x0000848f (0x10) IX[B]
	[29] -1	0	0x00008800 - 0x00008803 (0x4) IX[B]
	[30] -1	0	0x00008880 - 0x00008887 (0x8) IX[B]
	[31] -1	0	0x00008c00 - 0x00008c03 (0x4) IX[B]
	[32] -1	0	0x00009000 - 0x00009007 (0x8) IX[B]
	[33] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[34] -1	0	0x00007400 - 0x0000740f (0x10) IX[B]
	[35] -1	0	0x00007480 - 0x0000748f (0x10) IX[B]
	[36] -1	0	0x00007800 - 0x00007803 (0x4) IX[B]
	[37] -1	0	0x00007880 - 0x00007887 (0x8) IX[B]
	[38] -1	0	0x00007c00 - 0x00007c03 (0x4) IX[B]
	[39] -1	0	0x00008000 - 0x00008007 (0x8) IX[B]
	[40] -1	0	0x00009480 - 0x0000949f (0x20) IX[B]
	[41] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[42] -1	0	0x00009080 - 0x0000909f (0x20) IX[B]
	[43] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[44] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[45] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[46] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
(II) resource ranges after probing:
	[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	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[5] -1	0	0xfeafc000 - 0xfeafffff (0x4000) MX[B]
	[6] -1	0	0xfe8ff000 - 0xfe8fffff (0x1000) MX[B]
	[7] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
	[8] -1	0	0xf9fff400 - 0xf9fff4ff (0x100) MX[B]
	[9] -1	0	0xf9fff800 - 0xf9fffbff (0x400) MX[B]
	[10] -1	0	0xf9ff8000 - 0xf9ffbfff (0x4000) MX[B]
	[11] -1	0	0xf9fffc00 - 0xf9ffffff (0x400) MX[B]
	[12] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[22] -1	0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[24] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[25] -1	0	0x0000c480 - 0x0000c483 (0x4) IX[B]
	[26] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[B]
	[27] -1	0	0x0000c880 - 0x0000c883 (0x4) IX[B]
	[28] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B]
	[29] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[30] -1	0	0x00008400 - 0x0000840f (0x10) IX[B]
	[31] -1	0	0x00008480 - 0x0000848f (0x10) IX[B]
	[32] -1	0	0x00008800 - 0x00008803 (0x4) IX[B]
	[33] -1	0	0x00008880 - 0x00008887 (0x8) IX[B]
	[34] -1	0	0x00008c00 - 0x00008c03 (0x4) IX[B]
	[35] -1	0	0x00009000 - 0x00009007 (0x8) IX[B]
	[36] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[37] -1	0	0x00007400 - 0x0000740f (0x10) IX[B]
	[38] -1	0	0x00007480 - 0x0000748f (0x10) IX[B]
	[39] -1	0	0x00007800 - 0x00007803 (0x4) IX[B]
	[40] -1	0	0x00007880 - 0x00007887 (0x8) IX[B]
	[41] -1	0	0x00007c00 - 0x00007c03 (0x4) IX[B]
	[42] -1	0	0x00008000 - 0x00008007 (0x8) IX[B]
	[43] -1	0	0x00009480 - 0x0000949f (0x20) IX[B]
	[44] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[45] -1	0	0x00009080 - 0x0000909f (0x20) IX[B]
	[46] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[47] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[48] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[49] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
	[50] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[51] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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" "1"
(**) NVIDIA(0): Option "RenderAccel" "yes"
(**) NVIDIA(0): Option "CursorShadow" "yes"
(**) NVIDIA(0): Option "UseEdidFreqs" "yes"
(**) NVIDIA(0): Option "TwinView" "yes"
(**) NVIDIA(0): Option "TwinViewOrientation" "DFP-0 RightOf DFP-1"
(**) NVIDIA(0): Option "MetaModes" "1600x1200, 1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480; NULL,1600x1200; NULL,1280x1024; NULL,1024x768; NULL,800x600; NULL,640x480"
(**) NVIDIA(0): Option "NoTwinViewXineramaInfo" "0"
(**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "DFP-1, DFP-0"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "1"
(**) NVIDIA(0): Option "Coolbits" "1"
(**) NVIDIA(0): Option "DisableGLXRootClipping" "1"
(**) NVIDIA(0): Option "DamageEvents" "True"
(**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): Enabling cursor shadow
(**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID has been
(**) NVIDIA(0):     enabled on all display devices.
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 8800 GTX (G80) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 786432 kBytes
(--) NVIDIA(0): VideoBIOS: 60.80.13.00.00
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 8800 GTX at PCI:1:0:0:
(--) NVIDIA(0):     hp L2035 (DFP-0)
(--) NVIDIA(0):     hp L2035 (DFP-1)
(--) NVIDIA(0): hp L2035 (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): hp L2035 (DFP-0): Internal Dual Link TMDS
(--) NVIDIA(0): hp L2035 (DFP-1): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): hp L2035 (DFP-1): Internal Dual Link TMDS
(**) NVIDIA(0): TwinView enabled
(WW) NVIDIA(0): The EDID for hp L2035 (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (91.1 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1280x1024".
(WW) NVIDIA(0): The EDID for hp L2035 (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1280x1024".
(WW) NVIDIA(0): The EDID for hp L2035 (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (91.1 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1280x1024".
(WW) NVIDIA(0): The EDID for hp L2035 (DFP-0) contradicts itself: mode
(WW) NVIDIA(0):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1280x1024".
(WW) NVIDIA(0): The EDID for hp L2035 (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (91.1 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1280x1024".
(WW) NVIDIA(0): The EDID for hp L2035 (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1280x1024".
(WW) NVIDIA(0): The EDID for hp L2035 (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (91.1 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1280x1024".
(WW) NVIDIA(0): The EDID for hp L2035 (DFP-1) contradicts itself: mode
(WW) NVIDIA(0):     "1280x1024" is specified in the EDID; however, the EDID's
(WW) NVIDIA(0):     valid HorizSync range (30.000-76.000 kHz) would exclude
(WW) NVIDIA(0):     this mode's HorizSync (80.0 kHz); ignoring HorizSync check
(WW) NVIDIA(0):     for mode "1280x1024".
(II) NVIDIA(0): Assigned Display Devices: DFP-0, DFP-1
(WW) NVIDIA(0): Unable to find all display devices requested in TwinView
(WW) NVIDIA(0):     Orientation string "DFP-0 RightOf DFP-1".
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1600x1200,1600x1200"
(II) NVIDIA(0):     "1280x1024,1280x1024"
(II) NVIDIA(0):     "1024x768,1024x768"
(II) NVIDIA(0):     "800x600,800x600"
(II) NVIDIA(0):     "640x480,640x480"
(II) NVIDIA(0):     "NULL,1600x1200"
(II) NVIDIA(0):     "NULL,1280x1024"
(II) NVIDIA(0):     "NULL,1024x768"
(II) NVIDIA(0):     "NULL,800x600"
(II) NVIDIA(0):     "NULL,640x480"
(**) NVIDIA(0): Virtual screen size configured to be 3200 x 1200
(--) NVIDIA(0): DPI set to (99, 98); computed from "UseEdidDpi" X config
(--) NVIDIA(0):     option
(==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
(**) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[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	0xfebff800 - 0xfebfffff (0x800) MX[B]
	[5] -1	0	0xfeafc000 - 0xfeafffff (0x4000) MX[B]
	[6] -1	0	0xfe8ff000 - 0xfe8fffff (0x1000) MX[B]
	[7] -1	0	0xf6000000 - 0xf7ffffff (0x2000000) MX[B]
	[8] -1	0	0xf9fff400 - 0xf9fff4ff (0x100) MX[B]
	[9] -1	0	0xf9fff800 - 0xf9fffbff (0x400) MX[B]
	[10] -1	0	0xf9ff8000 - 0xf9ffbfff (0x4000) MX[B]
	[11] -1	0	0xf9fffc00 - 0xf9ffffff (0x400) MX[B]
	[12] -1	0	0xfa000000 - 0xfbffffff (0x2000000) MX[B](B)
	[13] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xfd000000 - 0xfdffffff (0x1000000) MX[B](B)
	[15] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[16] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[17] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[18] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[19] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e87f (0x80) IX[B]
	[21] -1	0	0x0000ec00 - 0x0000ec07 (0x8) IX[B]
	[22] -1	0	0x0000e880 - 0x0000e89f (0x20) IX[B]
	[23] -1	0	0x0000d800 - 0x0000d8ff (0x100) IX[B]
	[24] -1	0	0x0000c400 - 0x0000c40f (0x10) IX[B]
	[25] -1	0	0x0000c480 - 0x0000c483 (0x4) IX[B]
	[26] -1	0	0x0000c800 - 0x0000c807 (0x8) IX[B]
	[27] -1	0	0x0000c880 - 0x0000c883 (0x4) IX[B]
	[28] -1	0	0x0000cc00 - 0x0000cc07 (0x8) IX[B]
	[29] -1	0	0x0000b800 - 0x0000b8ff (0x100) IX[B]
	[30] -1	0	0x00008400 - 0x0000840f (0x10) IX[B]
	[31] -1	0	0x00008480 - 0x0000848f (0x10) IX[B]
	[32] -1	0	0x00008800 - 0x00008803 (0x4) IX[B]
	[33] -1	0	0x00008880 - 0x00008887 (0x8) IX[B]
	[34] -1	0	0x00008c00 - 0x00008c03 (0x4) IX[B]
	[35] -1	0	0x00009000 - 0x00009007 (0x8) IX[B]
	[36] -1	0	0x00000400 - 0x0000041f (0x20) IX[B]
	[37] -1	0	0x00007400 - 0x0000740f (0x10) IX[B]
	[38] -1	0	0x00007480 - 0x0000748f (0x10) IX[B]
	[39] -1	0	0x00007800 - 0x00007803 (0x4) IX[B]
	[40] -1	0	0x00007880 - 0x00007887 (0x8) IX[B]
	[41] -1	0	0x00007c00 - 0x00007c03 (0x4) IX[B]
	[42] -1	0	0x00008000 - 0x00008007 (0x8) IX[B]
	[43] -1	0	0x00009480 - 0x0000949f (0x20) IX[B]
	[44] -1	0	0x00009400 - 0x0000941f (0x20) IX[B]
	[45] -1	0	0x00009080 - 0x0000909f (0x20) IX[B]
	[46] -1	0	0x00009c00 - 0x00009c1f (0x20) IX[B]
	[47] -1	0	0x00009880 - 0x0000989f (0x20) IX[B]
	[48] -1	0	0x00009800 - 0x0000981f (0x20) IX[B]
	[49] -1	0	0x0000ac00 - 0x0000ac7f (0x80) IX[B](B)
	[50] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[51] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
(II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
(II) NVIDIA(0):     configuration option may not be set correctly.  When the
(II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
(II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
(II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
(II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
(II) NVIDIA(0):     Config Options in the README.
(II) NVIDIA(0): Setting mode "1600x1200,1600x1200"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(==) NVIDIA(0): Disabling shared memory pixmaps
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(++) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(II) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(WW) NVIDIA(0): Option "IgnoreEdid" is not used
(WW) NVIDIA(0): Option "DigitalVibrance" is not used
(WW) NVIDIA(0): Option "AllowDDCCI" is not used
(==) RandR enabled
(II) Setting vga for screen 0.
(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
(**) Option "Protocol" "IMPS/2"
(**) Mouse: Device: "/dev/input/mice"
(**) Mouse: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse: always reports core events
(**) Option "Device" "/dev/input/mice"
(==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Mouse: ZAxisMapping: buttons 4 and 5
(**) Mouse: Buttons: 9
(**) Mouse: Sensitivity: 1
(**) Option "CoreKeyboard"
(**) Keyboard: always reports core events
(**) Keyboard: Device: "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
(II) Keyboard: Found keys
(II) Keyboard: Configuring as keyboard
(**) Option "SendCoreEvents"
(**) Stylus: always reports core events
(**) Stylus device is /dev/input/event2
(**) Stylus is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "1"
(**) Stylus: reading USB link
(**) Option "KeepShape" "1"
(**) Stylus: keeps shape
(**) Option "TopY" "22860"
(**) Stylus: top y = 22860
(**) Option "Threshold" "4"
(**) Stylus: threshold = 4
(**) Option "BaudRate" "9600"
(**) Option "AlwaysCore" "1"
(**) Option "SendCoreEvents"
(**) Eraser: always reports core events
(**) Eraser device is /dev/input/event2
(**) Eraser is in absolute mode
(**) WACOM: suppress value is 2
(**) Option "USB" "1"
(**) Eraser: reading USB link
(**) Option "KeepShape" "1"
(**) Eraser: keeps shape
(**) Option "TopY" "22860"
(**) Eraser: top y = 22860
(**) Option "Threshold" "200"
(**) Eraser: threshold = 200
(**) Option "BaudRate" "9600"
(**) Option "SendCoreEvents"
(**) Cursor: always reports core events
(**) Cursor device is /dev/input/event2
(**) Cursor is in relative mode
(**) WACOM: suppress value is 2
(**) Option "USB" "1"
(**) Cursor: reading USB link
(**) Cursor: threshold = 200
(**) Option "BaudRate" "9600"
(**) Option "Speed" "1.5"
(**) Cursor: speed = 1.500
(**) Option "Accel" "1"
(**) Cursor: Accel = 1
(**) Pad: always reports core events
(**) Pad device is /dev/input/event2
(**) Pad is in relative mode
(**) WACOM: suppress value is 2
(**) Option "USB" "1"
(**) Pad: reading USB link
(**) Pad: threshold = 200
(**) Option "BaudRate" "9600"
(II) evaluating device (Mouse)
(II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
(II) evaluating device (Keyboard)
(II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
(II) evaluating device (Stylus)
(II) XINPUT: Adding extended input device "Stylus" (type: Wacom Stylus)
(II) evaluating device (Eraser)
(II) XINPUT: Adding extended input device "Eraser" (type: Wacom Eraser)
(II) evaluating device (Cursor)
(II) XINPUT: Adding extended input device "Cursor" (type: Wacom Cursor)
(II) evaluating device (Pad)
(II) XINPUT: Adding extended input device "Pad" (type: Wacom Pad)
(**) Option "xkb_rules" "xfree86"
(**) Keyboard: xkb_rules: "xfree86"
(**) Option "xkb_model" "evdev"
(**) Keyboard: xkb_model: "evdev"
(**) Option "xkb_layout" "de(nodeadkeys)+compose(caps)"
(**) Keyboard: xkb_layout: "de(nodeadkeys)+compose(caps)"
(**) Option "Device" "/dev/input/event2"
Stylus Wacom X driver grabbed event device
WACOM: unable to ioctl max values.
(**) Option "Device" "/dev/input/event2"
Eraser Wacom X driver grabbed event device
WACOM: unable to ioctl max values.
(**) Option "Device" "/dev/input/event2"
Cursor Wacom X driver grabbed event device
WACOM: unable to ioctl max values.
(**) Option "Device" "/dev/input/event2"
Pad Wacom X driver grabbed event device
WACOM: unable to ioctl max values.
(II) Mouse: ps2EnableDataReporting: succeeded
[config/hal] couldn't initialise context: (null) ((null))
SetClientVersion: 0 9
(II) NVIDIA(0): Setting mode "1600x1200,1600x1200"
(II) NVIDIA(0): Setting mode "1600x1200,1600x1200"
(II) 3rd Button detected: disabling emulate3Button


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-evdev depends on:
hi  libc6                  2.7-18            GNU C Library: Shared libraries
ii  xserver-xorg-core      2:1.4.2-10.lenny2 Xorg X server - core server

xserver-xorg-input-evdev recommends no packages.

xserver-xorg-input-evdev suggests no packages.

-- no debconf information



Reply to: