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

Bug#346461: AllowMouseOpenFail doesn't work with evdev-mouse



Package: xserver-xorg
Version: 6.9.0.dfsg.1-2
Severity: normal

It's not possible to use the new evdev driver for mouse devices
which are not always connected because X dies when the specified
device doesn't exist.

E.g. on a laptop which has a synaptics touchpad and an external
mouse configured, X dies after the following message when
the external mouse is not connected:

,----
| (**) Option "CorePointer"
| (**) Synaptics Touchpad: Core Pointer
| (**) Option "SendCoreEvents" "true"
| (**) IntelliMouse Optical: always reports core events
| (**) IntelliMouse Optical: Device: "/dev/input/intellimouse"
| (EE) Unable to open evdev device "/dev/input/intellimouse".
| (EE) PreInit failed for input device "IntelliMouse Optical"
| (II) UnloadModule: "evdev"
| (II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)
`----

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

/etc/X11/X target unchanged from checksum in /var/lib/xfree86/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 17 2005-07-15 11:30 /etc/X11/X -> /usr/bin/X11/Xorg
-rwxr-xr-x 1 root root 1852284 2006-01-06 11:15 /usr/bin/X11/Xorg

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

VGA-compatible devices on PCI bus:
0000:01:00.0 VGA compatible controller: nVidia Corporation NV41.8 [GeForce Go 6800] (rev a2)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 5791 2006-01-08 06:36 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (randy@juliet2)  Tue Dec 27 18:14:40 PST 2005

# xorg.conf (Xorg 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.dpkg-new 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 commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "ServerFlags"
    Option          "AllowMouseOpenFail" "true"
EndSection

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Synaptics Touchpad"
    InputDevice    "IntelliMouse Optical"
EndSection

Section "Extensions"
    Option          "Composite" "enable"
EndSection

Section "Files"
    FontPath        "/usr/lib/X11/fonts/misc:unscaled"
    FontPath        "/usr/lib/X11/fonts/100dpi:unscaled"
    FontPath        "/usr/lib/X11/fonts/75dpi:unscaled"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
    FontPath        "/usr/lib/X11/fonts/Type1"
    FontPath        "/usr/lib/X11/fonts/misc"
    FontPath        "/usr/lib/X11/fonts/100dpi"
    FontPath        "/usr/lib/X11/fonts/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/encodings"
    FontPath        "/usr/X11R6/lib/X11/fonts/util"
EndSection

Section "Module"
    Load           "bitmap"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "record"
    Load           "type1"
    Load           "vbe"
    Load           "synaptics"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "keyboard"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "en_US,de"
    Option         "XkbVariant" "nodeadkeys,basic"
    Option         "XkbOptions" "ctrl:nocaps,compose:rctrl,grp_led:caps,grp:shifts_toggle"
EndSection

Section "InputDevice"
    Identifier     "IntelliMouse Optical"
    Driver         "evdev"
    Option         "Device" "/dev/input/intellimouse"
    Option         "SendCoreEvents" "true"
    Option         "Emulate3Buttons" "false"
EndSection

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "CorePointer"
    Option         "Protocol" "auto-dev"
    Option         "SHMConfig" "on"
    Option         "LeftEdge" "120"
    Option         "RightEdge" "830"
    Option         "TopEdge" "120"
    Option         "BottomEdge" "600"
    Option         "FingerLow" "25"
    Option         "FingerHigh" "30"
    Option         "MaxTapTime" "180"
    Option         "MaxTapMove" "110"
    Option         "MaxDoubleTapTime" "180"
    Option         "ClickTime" "100"
    Option         "FastTaps" "1"
    Option         "EmulateMidButtonTime" "75"
    Option         "VertScrollDelta" "10"
    Option         "HorizScrollDelta" "20"
    Option         "MinSpeed" "0.2"
    Option         "MaxSpeed" "2.5"
    Option         "AccelFactor" "0.06"
    Option         "EdgeMotionMinZ" "30"
    Option         "EdgeMotionMaxZ" "160"
    Option         "EdgeMotionMinSpeed" "15"
    Option         "EdgeMotionMaxSpeed" "15"
    Option         "EdgeMotionUseAlways" "0"
    Option         "UpDownScrolling" "1"
    Option         "LeftRightScrolling" "1"
    Option         "TouchpadOff" "0"
    Option         "GuestMouseOff" "1"
    Option         "LockedDrags" "1"
    Option         "RTCornerButton" "0"
    Option         "RBCornerButton" "0"
    Option         "LTCornerButton" "2"
    Option         "LBCornerButton" "2"
    Option         "TapButton1" "1"
    Option         "TapButton2" "1"
    Option         "TapButton3" "3"
    Option         "CircularScrolling" "0"
    Option         "CircScrollDelta" "0.08"
    Option         "CircScrollTrigger" "0"
    Option         "CircularPad" "0"
    Option         "PalmDetect" "1"
    Option         "PalmMinWidth" "10"
    Option         "PalmMinZ" "200"
    Option         "CoastingSpeed" "0"
EndSection

Section "Monitor"
    Identifier     "Built-In TFT"
    HorizSync       30.0 - 75.0
    VertRefresh     30.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV41.8 [GeForce Go 6800]"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV41.8 [GeForce Go 6800]"
    Monitor        "Built-In TFT"
    DefaultDepth    24
    Option         "NvAgp" "1"
    Option         "NoLogo" "true"
    Option         "DPI" "120 x 120"
    Option         "DigitalVibrance" "10"
    Option         "FlatPanelProperties" "Scaling = aspect-scaled, Dithering = enabled"
    Option         "RenderAccel" "True"
    Option         "AllowGLXWithComposite" "True"
    Option         "AllowDDCCI" "True"
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200"
    EndSubSection
EndSection



Xorg X server log files on system:
-rw-r--r-- 1 root root 35040 2006-01-08 06:38 /var/log/Xorg.0.log

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

X Window System Version 6.9.0 (Debian 6.9.0.dfsg.1-2 20060106075605 David Nusinow <dnusinow@debian.org>)
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 6.9
Build Operating System: Linux 2.6.15-1-686 i686 [ELF] 
Current Operating System: Linux leela 2.6.15-rc6 #3 PREEMPT Fri Dec 30 01:00:42 CET 2005 i686
Build Date: 06 January 2006
	Before reporting problems, check http://wiki.X.Org
	to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.15-rc6 (jk@leela) (gcc version 4.0.3 20051201 (prerelease) (Debian 4.0.2-5)) #3 PREEMPT Fri Dec 30 01:00:42 CET 2005 T
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: Sun Jan  8 06:38:08 2006
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Built-In TFT"
(**) |   |-->Device "NVIDIA Corporation NV41.8 [GeForce Go 6800]"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc104"
(**) XKB: model: "pc104"
(**) Option "XkbLayout" "en_US,de"
(**) XKB: layout: "en_US,de"
(**) Option "XkbVariant" "nodeadkeys,basic"
(**) XKB: variant: "nodeadkeys,basic"
(**) Option "XkbOptions" "ctrl:nocaps,compose:rctrl,grp_led:caps,grp:shifts_toggle"
(**) XKB: options: "ctrl:nocaps,compose:rctrl,grp_led:caps,grp:shifts_toggle"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Synaptics Touchpad"
(**) |-->Input Device "IntelliMouse Optical"
(WW) `fonts.dir' not found (or not valid) in "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/encodings".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/encodings").
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/util".
	Entry deleted from font path.
	(Run 'mkfontdir' on "/usr/X11R6/lib/X11/fonts/util").
(**) FontPath set to "/usr/lib/X11/fonts/misc:unscaled,/usr/lib/X11/fonts/100dpi:unscaled,/usr/lib/X11/fonts/75dpi:unscaled,/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,/usr/lib/X11/fonts/Type1,/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi"
(==) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/X11R6/lib/modules"
(**) Option "AllowMouseOpenFail" "True"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.2
	X.Org Video Driver: 0.8
	X.Org XInput driver : 0.5
	X.Org Server Extension : 0.2
	X.Org Font Renderer : 0.4
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2590 card 1028,0189 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2591 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:1d:0: chip 8086,2658 card 1028,0189 rev 03 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2659 card 1028,0189 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,265a card 1028,0189 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:3: chip 8086,265b card 1028,0189 rev 03 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,265c card 1028,0189 rev 03 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev d3 class 06,04,01 hdr 81
(II) PCI: 00:1e:2: chip 8086,266e card 1028,0189 rev 03 class 04,01,00 hdr 00
(II) PCI: 00:1e:3: chip 8086,266d card 14f1,5423 rev 03 class 07,03,00 hdr 00
(II) PCI: 00:1f:0: chip 8086,2641 card 1028,0189 rev 03 class 06,01,00 hdr 80
(II) PCI: 00:1f:2: chip 8086,2653 card 1028,0189 rev 03 class 01,01,80 hdr 00
(II) PCI: 00:1f:3: chip 8086,266a card 1028,0189 rev 03 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,00c8 card 1028,019c rev a2 class 03,00,00 hdr 00
(II) PCI: 03:00:0: chip 14e4,170c card 1028,0189 rev 02 class 02,00,00 hdr 00
(II) PCI: 03:01:0: chip 1180,0476 card 2000,0000 rev b3 class 06,07,00 hdr 82
(II) PCI: 03:01:1: chip 1180,0552 card 1028,0189 rev 08 class 0c,00,10 hdr 80
(II) PCI: 03:01:2: chip 1180,0822 card 1028,0189 rev 17 class 08,05,01 hdr 80
(II) PCI: 03:03:0: chip 8086,4223 card 8086,1021 rev 05 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), 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: 0x000a (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdd000000 - 0xdfefffff (0x2f00000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,4), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 I/O range:
	[0] -1	0	0x00002000 - 0x00002fff (0x1000) IX[B]
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xdcf00000 - 0xdcffffff (0x100000) MX[B]
(II) Bus 3 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x51ffffff (0x2000000) 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 4: bridge is at (3:1:0), (3,4,7), BCTRL: 0x0740 (VGA_EN is cleared)
(II) Bus 4 I/O range:
	[0] -1	0	0x00002000 - 0x000020ff (0x100) IX[B]
	[1] -1	0	0x00002400 - 0x000024ff (0x100) IX[B]
(II) Bus 4 prefetchable memory range:
	[0] -1	0	0x50000000 - 0x51ffffff (0x2000000) MX[B]
(--) PCI:*(1:0:0) nVidia Corporation NV41.8 [GeForce Go 6800] rev 162, Mem @ 0xdd000000/24, 0xc0000000/28, 0xde000000/24
(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	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
	[0] -1	0	0xdcffd000 - 0xdcffdfff (0x1000) MX[B]
	[1] -1	0	0xdcffc700 - 0xdcffc7ff (0x100) MX[B]
	[2] -1	0	0xdcffc800 - 0xdcffcfff (0x800) MX[B]
	[3] -1	0	0xdcffe000 - 0xdcffffff (0x2000) MX[B]
	[4] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[5] -1	0	0xdffffe00 - 0xdfffffff (0x200) MX[B]
	[6] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[7] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
	[8] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[9] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[10] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[11] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[12] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[13] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[14] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[15] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[16] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[17] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[18] -1	0	0x0000ec40 - 0x0000ec7f (0x40) IX[B]
	[19] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[20] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[21] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[22] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[23] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xdcffd000 - 0xdcffdfff (0x1000) MX[B]
	[1] -1	0	0xdcffc700 - 0xdcffc7ff (0x100) MX[B]
	[2] -1	0	0xdcffc800 - 0xdcffcfff (0x800) MX[B]
	[3] -1	0	0xdcffe000 - 0xdcffffff (0x2000) MX[B]
	[4] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[5] -1	0	0xdffffe00 - 0xdfffffff (0x200) MX[B]
	[6] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[7] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
	[8] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[9] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[10] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[11] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[12] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[13] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[14] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[15] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[16] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[17] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[18] -1	0	0x0000ec40 - 0x0000ec7f (0x40) IX[B]
	[19] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[20] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[21] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[22] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[23] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[6] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdcffd000 - 0xdcffdfff (0x1000) MX[B]
	[6] -1	0	0xdcffc700 - 0xdcffc7ff (0x100) MX[B]
	[7] -1	0	0xdcffc800 - 0xdcffcfff (0x800) MX[B]
	[8] -1	0	0xdcffe000 - 0xdcffffff (0x2000) MX[B]
	[9] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[10] -1	0	0xdffffe00 - 0xdfffffff (0x200) MX[B]
	[11] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[12] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[18] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[19] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[20] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[21] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[23] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[24] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[25] -1	0	0x0000ec40 - 0x0000ec7f (0x40) IX[B]
	[26] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[27] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[28] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[29] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[30] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) LoadModule: "bitmap"
(II) Reloading /usr/X11R6/lib/modules/fonts/libbitmap.so
(II) Loading font Bitmap
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "ddc"
(II) Loading /usr/X11R6/lib/modules/libddc.so
(II) Module ddc: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(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 FontCache
(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/X11R6/lib/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
	compiled for 6.9.0, module version = 2.1.0
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8178
	Module class: XFree86 Server Extension
	ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/linux/libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 0.2
(II) Loading extension RECORD
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.2
	Module class: X.Org Font Renderer
	ABI class: X.Org Font Renderer, version 0.4
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "vbe"
(II) Loading /usr/X11R6/lib/modules/libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.1.0
	ABI class: X.Org Video Driver, version 0.8
(II) LoadModule: "synaptics"
(II) Loading /usr/X11R6/lib/modules/input/synaptics_drv.o
(II) Module synaptics: vendor="The XFree86 Project"
	compiled for 4.2.0, module version = 1.0.0
	Module class: XFree86 XInput Driver
	ABI class: XFree86 XInput driver, version 0.3
(II) LoadModule: "nvidia"
(II) Loading /usr/X11R6/lib/modules/drivers/nvidia_drv.o
(II) Module nvidia: vendor="NVIDIA Corporation"
	compiled for 4.0.2, module version = 1.0.8178
	Module class: XFree86 Video Driver
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) LoadModule: "synaptics"
(II) Reloading /usr/X11R6/lib/modules/input/synaptics_drv.o
(II) LoadModule: "evdev"
(II) Loading /usr/X11R6/lib/modules/input/evdev_drv.so
(II) Module evdev: vendor="X.Org Foundation"
	compiled for 0.0.0, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.5
(II) NVIDIA X Driver  1.0-8178  Wed Dec 14 16:25:22 PST 2005
(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) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdcffd000 - 0xdcffdfff (0x1000) MX[B]
	[6] -1	0	0xdcffc700 - 0xdcffc7ff (0x100) MX[B]
	[7] -1	0	0xdcffc800 - 0xdcffcfff (0x800) MX[B]
	[8] -1	0	0xdcffe000 - 0xdcffffff (0x2000) MX[B]
	[9] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[10] -1	0	0xdffffe00 - 0xdfffffff (0x200) MX[B]
	[11] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[12] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xdd000000 - 0xddffffff (0x1000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[18] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[19] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[20] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[21] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[23] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[24] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[25] -1	0	0x0000ec40 - 0x0000ec7f (0x40) IX[B]
	[26] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[27] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[28] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[29] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[30] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[1] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[2] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[3] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[4] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[5] -1	0	0xdcffd000 - 0xdcffdfff (0x1000) MX[B]
	[6] -1	0	0xdcffc700 - 0xdcffc7ff (0x100) MX[B]
	[7] -1	0	0xdcffc800 - 0xdcffcfff (0x800) MX[B]
	[8] -1	0	0xdcffe000 - 0xdcffffff (0x2000) MX[B]
	[9] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[10] -1	0	0xdffffe00 - 0xdfffffff (0x200) MX[B]
	[11] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[12] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
	[13] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[14] -1	0	0xdd000000 - 0xddffffff (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	0x000010c0 - 0x000010df (0x20) IX[B]
	[21] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[22] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[23] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[24] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[25] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[26] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[27] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[28] -1	0	0x0000ec40 - 0x0000ec7f (0x40) IX[B]
	[29] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[30] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[31] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[32] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[33] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[34] 0	0	0xdfe003b0 - 0xdfe003bb (0xc) IS[B]
	[35] 0	0	0xdfe003c0 - 0xdfe003df (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 "DigitalVibrance" "10"
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "NvAGP" "1"
(**) NVIDIA(0): Option "RenderAccel" "True"
(**) NVIDIA(0): Option "FlatPanelProperties" "Scaling = aspect-scaled, Dithering = enabled"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "True"
(**) NVIDIA(0): Option "AllowDDCCI" "True"
(**) NVIDIA(0): Option "DPI" "120 x 120"
(**) NVIDIA(0): Enabling experimental RENDER acceleration
(**) NVIDIA(0): Use of NVIDIA internal AGP requested
(**) NVIDIA(0): FlatPanelProperties string: "Scaling = aspect-scaled,
(**) NVIDIA(0):      Dithering = enabled"
(--) NVIDIA(0): Linear framebuffer at 0xC0000000
(--) NVIDIA(0): MMIO registers at 0xDD000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce Go 6800
(--) NVIDIA(0): VideoBIOS: 05.41.02.29.a8
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): VideoRAM: 262144 kBytes
(II) NVIDIA(0): Connected display device(s): DFP-0
(--) NVIDIA(0): DFP-0: maximum pixel clock: 310 MHz
(--) NVIDIA(0): DFP-0: Internal Dual Link LVDS
(**) NVIDIA(0): Digital Vibrance for display 0 set to 10
(II) NVIDIA(0): Frequency information for DFP-0:
(II) NVIDIA(0):   HorizSync   : 30.000-75.000 kHz
(II) NVIDIA(0):   VertRefresh : 60.000 Hz
(II) NVIDIA(0):      (HorizSync from EDID)
(II) NVIDIA(0):      (VertRefresh from EDID)
(II) NVIDIA(0): Adding EDID-provided mode "1920x1200" for DFP-0.
(II) NVIDIA(0): Built-In TFT: Using hsync range of 30.00-75.00 kHz
(II) NVIDIA(0): Built-In TFT: Using vrefresh value of 60.00 Hz
(II) NVIDIA(0): Clock range:  12.00 to 310.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x432" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "832x624" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "416x312" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "576x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(**) NVIDIA(0): Validated modes for display device DFP-0:
(**) NVIDIA(0):      Mode "1920x1200": 161.6 MHz, 73.2 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1920x1200": 193.2 MHz, 74.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1600x1200": 162.0 MHz, 75.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1680x1050": 147.1 MHz, 65.2 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1400x1050": 122.0 MHz, 64.9 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1440x900": 108.8 MHz, 56.9 kHz, 60.2 Hz
(**) NVIDIA(0):      Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "960x600": 96.6 MHz, 74.5 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0):      Default mode "800x600": 81.0 MHz, 75.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "840x525": 73.6 MHz, 65.2 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "700x525": 61.0 MHz, 64.9 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "720x450": 54.4 MHz, 56.9 kHz, 60.2 Hz (D)
(**) NVIDIA(0):      Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0):      Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(**) NVIDIA(0):      Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0):      Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0):      Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1920 x 1200
(**) NVIDIA(0): DPI set to (120, 120); computed from "DPI" X config option
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.so
(II) Module ramdac: vendor="X.Org Foundation"
	compiled for 6.9.0, module version = 0.1.0
	ABI class: X.Org Video Driver, version 0.8
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xde000000 - 0xdeffffff (0x1000000) MX[B]
	[1] 0	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B]
	[2] 0	0	0xdd000000 - 0xddffffff (0x1000000) MX[B]
	[3] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[4] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[5] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[6] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[7] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[8] -1	0	0xdcffd000 - 0xdcffdfff (0x1000) MX[B]
	[9] -1	0	0xdcffc700 - 0xdcffc7ff (0x100) MX[B]
	[10] -1	0	0xdcffc800 - 0xdcffcfff (0x800) MX[B]
	[11] -1	0	0xdcffe000 - 0xdcffffff (0x2000) MX[B]
	[12] -1	0	0xdffffd00 - 0xdffffdff (0x100) MX[B]
	[13] -1	0	0xdffffe00 - 0xdfffffff (0x200) MX[B]
	[14] -1	0	0xffa80800 - 0xffa80bff (0x400) MX[B]
	[15] -1	0	0xde000000 - 0xdeffffff (0x1000000) MX[B](B)
	[16] -1	0	0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
	[17] -1	0	0xdd000000 - 0xddffffff (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	0x000010c0 - 0x000010df (0x20) IX[B]
	[24] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[25] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[26] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[27] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[29] -1	0	0x0000ec80 - 0x0000ecff (0x80) IX[B]
	[30] -1	0	0x0000ee00 - 0x0000eeff (0x100) IX[B]
	[31] -1	0	0x0000ec40 - 0x0000ec7f (0x40) IX[B]
	[32] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[33] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[34] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[35] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[36] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[37] 0	0	0xdfe003b0 - 0xdfe003bb (0xc) IS[B]
	[38] 0	0	0xdfe003c0 - 0xdfe003df (0x20) IS[B]
(II) NVIDIA(0): Setting mode "1920x1200"
(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
(==) 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 LBX
(II) Initializing built-in extension XC-APPGROUP
(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
(**) Generic Keyboard: Core Keyboard
(**) 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" "en_US,de"
(**) Generic Keyboard: XkbLayout: "en_US,de"
(**) Option "XkbVariant" "nodeadkeys,basic"
(**) Generic Keyboard: XkbVariant: "nodeadkeys,basic"
(**) Option "XkbOptions" "ctrl:nocaps,compose:rctrl,grp_led:caps,grp:shifts_toggle"
(**) Generic Keyboard: XkbOptions: "ctrl:nocaps,compose:rctrl,grp_led:caps,grp:shifts_toggle"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(II) Synaptics touchpad driver version 0.14.4 (1404)
(--) Synaptics Touchpad auto-dev sets device to /dev/input/event3
(**) Option "Device" "/dev/input/event3"
(**) Option "SHMConfig" "on"
(**) Option "LeftEdge" "120"
(**) Option "RightEdge" "830"
(**) Option "TopEdge" "120"
(**) Option "BottomEdge" "600"
(**) Option "FingerLow" "25"
(**) Option "FingerHigh" "30"
(**) Option "MaxTapTime" "180"
(**) Option "MaxTapMove" "110"
(**) Option "MaxDoubleTapTime" "180"
(**) Option "ClickTime" "100"
(**) Option "FastTaps" "1"
(**) Option "EmulateMidButtonTime" "75"
(**) Option "VertScrollDelta" "10"
(**) Option "HorizScrollDelta" "20"
(**) Option "EdgeMotionMinZ" "30"
(**) Option "EdgeMotionMaxZ" "160"
(**) Option "EdgeMotionMinSpeed" "15"
(**) Option "EdgeMotionMaxSpeed" "15"
(**) Option "EdgeMotionUseAlways" "0"
(**) Option "UpDownScrolling" "1"
(**) Option "LeftRightScrolling" "1"
(**) Option "TouchpadOff" "0"
(**) Option "GuestMouseOff" "1"
(**) Option "LockedDrags" "1"
(**) Option "RTCornerButton" "0"
(**) Option "RBCornerButton" "0"
(**) Option "LTCornerButton" "2"
(**) Option "LBCornerButton" "2"
(**) Option "TapButton1" "1"
(**) Option "TapButton2" "1"
(**) Option "TapButton3" "3"
(**) Option "CircularScrolling" "0"
(**) Option "CircScrollTrigger" "0"
(**) Option "CircularPad" "0"
(**) Option "PalmDetect" "1"
(**) Option "PalmMinWidth" "10"
(**) Option "PalmMinZ" "200"
(--) Synaptics Touchpad touchpad found
(**) Option "CorePointer"
(**) Synaptics Touchpad: Core Pointer
(**) Option "SendCoreEvents" "true"
(**) IntelliMouse Optical: always reports core events
(**) IntelliMouse Optical: Device: "/dev/input/intellimouse"
(EE) Unable to open evdev device "/dev/input/intellimouse".
(EE) PreInit failed for input device "IntelliMouse Optical"
(II) UnloadModule: "evdev"
(II) XINPUT: Adding extended input device "Synaptics Touchpad" (type: MOUSE)


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-rc6
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xserver-xorg depends on:
ii  debconf [debconf-2.0]     1.4.67         Debian configuration management sy
ii  libc6                     2.3.5-11       GNU C Library: Shared libraries an
ii  libgcc1                   1:4.0.2-6      GCC support library
ii  libxau6                   6.9.0.dfsg.1-2 X Authentication library
ii  libxdmcp6                 6.9.0.dfsg.1-2 X Display Manager Control Protocol
ii  xserver-common            6.9.0.dfsg.1-2 files and utilities common to all 
ii  zlib1g                    1:1.2.3-9      compression library - runtime

Versions of packages xserver-xorg recommends:
ii  discover1                 1.7.17         hardware identification system
ii  laptop-detect             0.12.1         attempt to detect a laptop
ii  mdetect                   0.5.2.1        mouse device autodetection tool
ii  xlibs                     6.9.0.dfsg.1-2 X Window System client libraries m
ii  xresprobe                 0.4.18-1       X Resolution Probe

-- debconf information excluded



Reply to: