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

Bug#524457: marked as done (xserver-xorg-video-nv: After hibernate, when switching to X screen stays black)



Your message dated Wed, 09 Feb 2011 12:47:26 +0000
with message-id <[🔎] E1Pn9SA-000598-MW@franck.debian.org>
and subject line Bug#612189: Removed package(s) from unstable
has caused the Debian Bug report #524457,
regarding xserver-xorg-video-nv: After hibernate, when switching to X screen stays black
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
524457: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524457
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-nv
Version: 1:2.1.10-1
Severity: important

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

After resuming from hibernate, when the screen switches to the X display it gets black. After that, there's no way except a reboot to get something back on the screen. Also switching to a terminal doesn't work after this anymore. I am using  a nvidia GeForce 8400M GS card.
I think this problem exists for a while, normally I am using the closed source nvidia driver, which does not have this problem. I ran into this issue after a kernel update, when I switched to the nv driver as I had not yet compiled the binary driver.

Sjoerd

lspci:
01:00.0 VGA compatible controller: nVidia Corporation GeForce 8400M GS (rev a1)


- -- 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 mei 29  2008 /etc/X11/X -> /usr/bin/Xorg
- -rwxr-xr-x 1 root root 1901168 feb 20 18:14 /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 8400M GS (rev a1)

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

Xorg X server configuration file status:
- -rw-r--r-- 1 root root 4960 apr 17 09:44 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (randy@juliet2)  Tue Jun 24 10:44:02 PDT 2008

# Xorg configuration
# Customized for Dell XPS M1330
# **********************************************************************
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **********************************************************************
#
# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************
# **********************************************************************
# Server flags section.
# **********************************************************************
# **********************************************************************
# Input devices
# **********************************************************************
# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************
# **********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
# **********************************************************************
# Monitor section
# **********************************************************************
# Any number of monitor sections may be present
# **********************************************************************
# Graphics device section
# **********************************************************************
# **********************************************************************
# Screen sections
# **********************************************************************
# **********************************************************************
# ServerLayout sections.
# **********************************************************************

Section "ServerLayout"
    Identifier     "Simple Layout"
    Screen 0       "Screen0" 0 0
    InputDevice    "TouchPad" "CorePointer"
    InputDevice    "Keyboard1" "CoreKeyboard"
    Option         "DPI" "96"
    Option         "AIGLX" "true"
EndSection

Section "Files"

#    FontPath   "/usr/share/fonts/TTF/"
#    FontPath   "/usr/share/fonts/OTF"
#    FontPath   "/usr/share/fonts/CID/"
#    FontPath   "/usr/lib/X11/fonts/local/"
#    FontPath   "/usr/lib/X11/fonts/misc/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/100dpi/:unscaled"
#    FontPath   "/usr/lib/X11/fonts/Speedo/"
#    FontPath   "/usr/lib/X11/fonts/Type1/"
#    FontPath   "/usr/lib/X11/fonts/TrueType/"
#    FontPath   "/usr/lib/X11/fonts/freefont/"
#    FontPath   "/usr/lib/X11/fonts/75dpi/"
#    FontPath   "/usr/lib/X11/fonts/100dpi/"
    FontPath        "/usr/share/fonts/misc/"
    FontPath        "/usr/share/fonts/Type1/"
    FontPath        "/usr/share/fonts/100dpi/"
    FontPath        "/usr/share/fonts/75dpi/"
EndSection

Section "Module"

#    Load        "type1"
#    Load        "speedo"
    Load           "freetype"
#    Load        "xtt"
    Load           "dbe"
    Load           "glx"
EndSection

Section "InputDevice"
#    Option         "AutoRepeat" "500 30"
    Identifier     "Keyboard1"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "dell"
    Option         "XkbLayout" "us"
EndSection

Section "InputDevice"

# Identifier and driver
    Identifier     "TouchPad"
    Driver         "synaptics"
    Option         "Protocol" "auto-dev"
    Option         "SHMConfig" "on"
    Option         "SendCoreEvents"
    Option         "VertTwoFingerScroll"   "1"
    Option         "HorizTwoFingerScroll"   "1" 
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CMO"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
EndSection

Section "Device"
    Identifier     "Videocard"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8400M GS"
    Option         "NoLogo" "true"
    BusID          "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard"
    Monitor        "Monitor0"
    DefaultDepth    24
#    Option         "DRI" "true"
#    SubSection     "Display"
    Option         "AddARGBGLXVisuals" "true"
    Option         "DisableGLXRootClipping" "true"
    Option         "RenderAccel" "true"
    Option         "UseEvents" "false"
    Option         "TripleBuffer" "1"
    Option         "DamageEvent" "1"
    Option         "BackingStore" "1"
    Option         "PixmapCacheSize" "70000"
    Option         "OnDemandVBlankInterrupts" "true"
EndSection

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



Xorg X server log files on system:
- -rw-r--r-- 1 root root 30736 nov 22 09:38 /var/log/Xorg.1.log
- -rw-r--r-- 1 root root 29781 apr 17 11:18 /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-11)
Current Operating System: Linux laptop 2.6.26-2-amd64 #1 SMP Fri Mar 27 04:02:59 UTC 2009 x86_64
Build Date: 20 February 2009  04:53:05PM
 
	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: Fri Apr 17 09:44:36 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Simple Layout"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Videocard"
(**) |-->Input Device "TouchPad"
(**) |-->Input Device "Keyboard1"
(**) Option "AIGLX" "true"
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/misc/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/Type1/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) FontPath is completely invalid.  Using compiled-in default.
(==) FontPath set to:
	/usr/share/fonts/X11/misc,
	/usr/share/fonts/X11/cyrillic,
	/usr/share/fonts/X11/100dpi/:unscaled,
	/usr/share/fonts/X11/75dpi/:unscaled,
	/usr/share/fonts/X11/Type1,
	/usr/share/fonts/X11/100dpi,
	/usr/share/fonts/X11/75dpi,
	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is enabled
(II) No default mouse found, adding one
(**) |-->Input Device "<default pointer>"
(II) Open ACPI successful (/var/run/acpid.socket)
(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 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2a00 card 1028,0209 rev 0c class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,2a01 card 0000,0000 rev 0c class 06,04,00 hdr 01
(II) PCI: 00:1a:0: chip 8086,2834 card 1028,0209 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1a:1: chip 8086,2835 card 1028,0209 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1a:7: chip 8086,283a card 1028,0209 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1b:0: chip 8086,284b card 1028,0209 rev 02 class 04,03,00 hdr 00
(II) PCI: 00:1c:0: chip 8086,283f card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:1: chip 8086,2841 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:3: chip 8086,2845 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1c:5: chip 8086,2849 card 0000,0000 rev 02 class 06,04,00 hdr 81
(II) PCI: 00:1d:0: chip 8086,2830 card 1028,0209 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,2831 card 1028,0209 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,2832 card 1028,0209 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,2836 card 1028,0209 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev f2 class 06,04,01 hdr 01
(II) PCI: 00:1f:0: chip 8086,2815 card 1028,0209 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,2850 card 1028,0209 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:2: chip 8086,2829 card 1028,0209 rev 02 class 01,06,01 hdr 00
(II) PCI: 00:1f:3: chip 8086,283e card 1028,0209 rev 02 class 0c,05,00 hdr 00
(II) PCI: 01:00:0: chip 10de,0427 card 1028,0209 rev a1 class 03,00,00 hdr 00
(II) PCI: 03:01:0: chip 1180,0832 card 1028,0209 rev 05 class 0c,00,10 hdr 80
(II) PCI: 03:01:1: chip 1180,0822 card 1028,0209 rev 22 class 08,05,01 hdr 80
(II) PCI: 03:01:2: chip 1180,0592 card 1028,0209 rev 12 class 08,80,00 hdr 80
(II) PCI: 03:01:3: chip 1180,0852 card 1028,0209 rev 12 class 08,80,00 hdr 80
(II) PCI: 09:00:0: chip 14e4,1713 card 1028,0209 rev 02 class 02,00,00 hdr 00
(II) PCI: 0c:00:0: chip 8086,4229 card 8086,1121 rev 61 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,13), 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: 0x001a (VGA_EN is set)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xf2000000 - 0xf6efffff (0x4f00000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 11: bridge is at (0:28:0), (0,11,11), BCTRL: 0x0002 (VGA_EN is cleared)
(II) PCI-to-PCI bridge:
(II) Bus 12: bridge is at (0:28:1), (0,12,12), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 12 non-prefetchable memory range:
	[0] -1	0	0xf1f00000 - 0xf1ffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 13: bridge is at (0:28:3), (0,13,14), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 13 I/O range:
	[0] -1	0	0x0000d000 - 0x0000dfff (0x1000) IX[B]
(II) Bus 13 non-prefetchable memory range:
	[0] -1	0	0xf1c00000 - 0xf1efffff (0x300000) MX[B]
(II) Bus 13 prefetchable memory range:
	[0] -1	0	0xf0000000 - 0xf01fffff (0x200000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 9: bridge is at (0:28:5), (0,9,9), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 9 non-prefetchable memory range:
	[0] -1	0	0xf1b00000 - 0xf1bfffff (0x100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 3 non-prefetchable memory range:
	[0] -1	0	0xf1a00000 - 0xf1afffff (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 GeForce 8400M GS rev 161, Mem @ 0xf5000000/24, 0xe0000000/28, 0xf2000000/25, I/O @ 0xef00/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	0xf1ffe000 - 0xf1ffffff (0x2000) MX[B]
	[1] -1	0	0xf1bf0000 - 0xf1bfffff (0x10000) MX[B]
	[2] -1	0	0xf1aff600 - 0xf1aff6ff (0x100) MX[B]
	[3] -1	0	0xf1aff500 - 0xf1aff5ff (0x100) MX[B]
	[4] -1	0	0xf1aff400 - 0xf1aff4ff (0x100) MX[B]
	[5] -1	0	0xf1aff800 - 0xf1afffff (0x800) MX[B]
	[6] -1	0	0xf6ffb700 - 0xf6ffb7ff (0x100) MX[B]
	[7] -1	0	0xf6ffb800 - 0xf6ffbfff (0x800) MX[B]
	[8] -1	0	0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
	[9] -1	0	0xf6ffc000 - 0xf6ffffff (0x4000) MX[B]
	[10] -1	0	0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
	[11] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[12] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[13] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[14] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[15] -1	0	0x00006ee0 - 0x00006eff (0x20) IX[B]
	[16] -1	0	0x00006ec8 - 0x00006ecb (0x4) IX[B]
	[17] -1	0	0x00006ec0 - 0x00006ec7 (0x8) IX[B]
	[18] -1	0	0x00006eb8 - 0x00006ebb (0x4) IX[B]
	[19] -1	0	0x00006eb0 - 0x00006eb7 (0x8) IX[B]
	[20] -1	0	0x00006fa0 - 0x00006faf (0x10) IX[B]
	[21] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[22] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[23] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[24] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[25] -1	0	0x00006f40 - 0x00006f5f (0x20) IX[B]
	[26] -1	0	0x00006f60 - 0x00006f7f (0x20) IX[B]
	[27] -1	0	0x00006f80 - 0x00006f9f (0x20) IX[B]
	[28] -1	0	0x00006f00 - 0x00006f1f (0x20) IX[B]
	[29] -1	0	0x00006f20 - 0x00006f3f (0x20) IX[B]
	[30] -1	0	0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xf1ffe000 - 0xf1ffffff (0x2000) MX[B]
	[1] -1	0	0xf1bf0000 - 0xf1bfffff (0x10000) MX[B]
	[2] -1	0	0xf1aff600 - 0xf1aff6ff (0x100) MX[B]
	[3] -1	0	0xf1aff500 - 0xf1aff5ff (0x100) MX[B]
	[4] -1	0	0xf1aff400 - 0xf1aff4ff (0x100) MX[B]
	[5] -1	0	0xf1aff800 - 0xf1afffff (0x800) MX[B]
	[6] -1	0	0xf6ffb700 - 0xf6ffb7ff (0x100) MX[B]
	[7] -1	0	0xf6ffb800 - 0xf6ffbfff (0x800) MX[B]
	[8] -1	0	0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
	[9] -1	0	0xf6ffc000 - 0xf6ffffff (0x4000) MX[B]
	[10] -1	0	0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
	[11] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[12] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[13] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[14] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[15] -1	0	0x00006ee0 - 0x00006eff (0x20) IX[B]
	[16] -1	0	0x00006ec8 - 0x00006ecb (0x4) IX[B]
	[17] -1	0	0x00006ec0 - 0x00006ec7 (0x8) IX[B]
	[18] -1	0	0x00006eb8 - 0x00006ebb (0x4) IX[B]
	[19] -1	0	0x00006eb0 - 0x00006eb7 (0x8) IX[B]
	[20] -1	0	0x00006fa0 - 0x00006faf (0x10) IX[B]
	[21] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[22] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[23] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[24] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[25] -1	0	0x00006f40 - 0x00006f5f (0x20) IX[B]
	[26] -1	0	0x00006f60 - 0x00006f7f (0x20) IX[B]
	[27] -1	0	0x00006f80 - 0x00006f9f (0x20) IX[B]
	[28] -1	0	0x00006f00 - 0x00006f1f (0x20) IX[B]
	[29] -1	0	0x00006f20 - 0x00006f3f (0x20) IX[B]
	[30] -1	0	0x0000ef00 - 0x0000ef7f (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	0xf1ffe000 - 0xf1ffffff (0x2000) MX[B]
	[5] -1	0	0xf1bf0000 - 0xf1bfffff (0x10000) MX[B]
	[6] -1	0	0xf1aff600 - 0xf1aff6ff (0x100) MX[B]
	[7] -1	0	0xf1aff500 - 0xf1aff5ff (0x100) MX[B]
	[8] -1	0	0xf1aff400 - 0xf1aff4ff (0x100) MX[B]
	[9] -1	0	0xf1aff800 - 0xf1afffff (0x800) MX[B]
	[10] -1	0	0xf6ffb700 - 0xf6ffb7ff (0x100) MX[B]
	[11] -1	0	0xf6ffb800 - 0xf6ffbfff (0x800) MX[B]
	[12] -1	0	0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
	[13] -1	0	0xf6ffc000 - 0xf6ffffff (0x4000) MX[B]
	[14] -1	0	0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
	[15] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[16] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[17] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](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	0x00006ee0 - 0x00006eff (0x20) IX[B]
	[22] -1	0	0x00006ec8 - 0x00006ecb (0x4) IX[B]
	[23] -1	0	0x00006ec0 - 0x00006ec7 (0x8) IX[B]
	[24] -1	0	0x00006eb8 - 0x00006ebb (0x4) IX[B]
	[25] -1	0	0x00006eb0 - 0x00006eb7 (0x8) IX[B]
	[26] -1	0	0x00006fa0 - 0x00006faf (0x10) IX[B]
	[27] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[28] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[29] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[30] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[31] -1	0	0x00006f40 - 0x00006f5f (0x20) IX[B]
	[32] -1	0	0x00006f60 - 0x00006f7f (0x20) IX[B]
	[33] -1	0	0x00006f80 - 0x00006f9f (0x20) IX[B]
	[34] -1	0	0x00006f00 - 0x00006f1f (0x20) IX[B]
	[35] -1	0	0x00006f20 - 0x00006f3f (0x20) IX[B]
	[36] -1	0	0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
(II) "extmod" will be loaded by default.
(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 by default.
(II) "dri" will be loaded by default.
(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: "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: "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  180.44  Tue Mar 24 06:11:47 PST 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: "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: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 1.4.0.90, module version = 1.3.1
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 2.0
(II) 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) NVIDIA dlloader X Driver  180.44  Tue Mar 24 05:51:43 PST 2009
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 01:00:0
(--) Chipset NVIDIA GPU found
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules//libfb.so
(II) Module fb: vendor="X.Org Foundation"
	compiled for 1.4.2, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.3
(II) Loading sub module "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	0xf1ffe000 - 0xf1ffffff (0x2000) MX[B]
	[5] -1	0	0xf1bf0000 - 0xf1bfffff (0x10000) MX[B]
	[6] -1	0	0xf1aff600 - 0xf1aff6ff (0x100) MX[B]
	[7] -1	0	0xf1aff500 - 0xf1aff5ff (0x100) MX[B]
	[8] -1	0	0xf1aff400 - 0xf1aff4ff (0x100) MX[B]
	[9] -1	0	0xf1aff800 - 0xf1afffff (0x800) MX[B]
	[10] -1	0	0xf6ffb700 - 0xf6ffb7ff (0x100) MX[B]
	[11] -1	0	0xf6ffb800 - 0xf6ffbfff (0x800) MX[B]
	[12] -1	0	0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
	[13] -1	0	0xf6ffc000 - 0xf6ffffff (0x4000) MX[B]
	[14] -1	0	0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
	[15] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[16] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[17] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](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	0x00006ee0 - 0x00006eff (0x20) IX[B]
	[22] -1	0	0x00006ec8 - 0x00006ecb (0x4) IX[B]
	[23] -1	0	0x00006ec0 - 0x00006ec7 (0x8) IX[B]
	[24] -1	0	0x00006eb8 - 0x00006ebb (0x4) IX[B]
	[25] -1	0	0x00006eb0 - 0x00006eb7 (0x8) IX[B]
	[26] -1	0	0x00006fa0 - 0x00006faf (0x10) IX[B]
	[27] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[28] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[29] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[30] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[31] -1	0	0x00006f40 - 0x00006f5f (0x20) IX[B]
	[32] -1	0	0x00006f60 - 0x00006f7f (0x20) IX[B]
	[33] -1	0	0x00006f80 - 0x00006f9f (0x20) IX[B]
	[34] -1	0	0x00006f00 - 0x00006f1f (0x20) IX[B]
	[35] -1	0	0x00006f20 - 0x00006f3f (0x20) IX[B]
	[36] -1	0	0x0000ef00 - 0x0000ef7f (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	0xf1ffe000 - 0xf1ffffff (0x2000) MX[B]
	[5] -1	0	0xf1bf0000 - 0xf1bfffff (0x10000) MX[B]
	[6] -1	0	0xf1aff600 - 0xf1aff6ff (0x100) MX[B]
	[7] -1	0	0xf1aff500 - 0xf1aff5ff (0x100) MX[B]
	[8] -1	0	0xf1aff400 - 0xf1aff4ff (0x100) MX[B]
	[9] -1	0	0xf1aff800 - 0xf1afffff (0x800) MX[B]
	[10] -1	0	0xf6ffb700 - 0xf6ffb7ff (0x100) MX[B]
	[11] -1	0	0xf6ffb800 - 0xf6ffbfff (0x800) MX[B]
	[12] -1	0	0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
	[13] -1	0	0xf6ffc000 - 0xf6ffffff (0x4000) MX[B]
	[14] -1	0	0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
	[15] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[16] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[17] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[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	0x00006ee0 - 0x00006eff (0x20) IX[B]
	[25] -1	0	0x00006ec8 - 0x00006ecb (0x4) IX[B]
	[26] -1	0	0x00006ec0 - 0x00006ec7 (0x8) IX[B]
	[27] -1	0	0x00006eb8 - 0x00006ebb (0x4) IX[B]
	[28] -1	0	0x00006eb0 - 0x00006eb7 (0x8) IX[B]
	[29] -1	0	0x00006fa0 - 0x00006faf (0x10) IX[B]
	[30] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[31] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[32] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[33] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[34] -1	0	0x00006f40 - 0x00006f5f (0x20) IX[B]
	[35] -1	0	0x00006f60 - 0x00006f7f (0x20) IX[B]
	[36] -1	0	0x00006f80 - 0x00006f9f (0x20) IX[B]
	[37] -1	0	0x00006f00 - 0x00006f1f (0x20) IX[B]
	[38] -1	0	0x00006f20 - 0x00006f3f (0x20) IX[B]
	[39] -1	0	0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
	[40] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[41] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(II) NVIDIA(0): Creating default Display subsection in Screen section
	"Screen0" for depth/fbbpp 24/32
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "true"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "TripleBuffer" "1"
(**) NVIDIA(0): Option "UseEvents" "false"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
(**) NVIDIA(0): Option "DisableGLXRootClipping" "true"
(**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "true"
(**) NVIDIA(0): Option "PixmapCacheSize" "70000"
(**) NVIDIA(0): Enabling RENDER acceleration
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 8400M GS (G86M) at PCI:1:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 262144 kBytes
(--) NVIDIA(0): VideoBIOS: 60.86.45.00.40
(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 8400M GS at PCI:1:0:0:
(--) NVIDIA(0):     CMO (DFP-0)
(--) NVIDIA(0): CMO (DFP-0): 330.0 MHz maximum pixel clock
(--) NVIDIA(0): CMO (DFP-0): Internal Dual Link LVDS
(II) NVIDIA(0): Assigned Display Device: DFP-0
(==) NVIDIA(0): 
(==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
(==) NVIDIA(0):     will be used as the requested mode.
(==) NVIDIA(0): 
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "nvidia-auto-select"
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
(--) NVIDIA(0): DPI set to (112, 112); 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	0xf1ffe000 - 0xf1ffffff (0x2000) MX[B]
	[5] -1	0	0xf1bf0000 - 0xf1bfffff (0x10000) MX[B]
	[6] -1	0	0xf1aff600 - 0xf1aff6ff (0x100) MX[B]
	[7] -1	0	0xf1aff500 - 0xf1aff5ff (0x100) MX[B]
	[8] -1	0	0xf1aff400 - 0xf1aff4ff (0x100) MX[B]
	[9] -1	0	0xf1aff800 - 0xf1afffff (0x800) MX[B]
	[10] -1	0	0xf6ffb700 - 0xf6ffb7ff (0x100) MX[B]
	[11] -1	0	0xf6ffb800 - 0xf6ffbfff (0x800) MX[B]
	[12] -1	0	0xfed1c000 - 0xfed1c3ff (0x400) MX[B]
	[13] -1	0	0xf6ffc000 - 0xf6ffffff (0x4000) MX[B]
	[14] -1	0	0xfed1c400 - 0xfed1c7ff (0x400) MX[B]
	[15] -1	0	0xf2000000 - 0xf3ffffff (0x2000000) MX[B](B)
	[16] -1	0	0xe0000000 - 0xefffffff (0x10000000) MX[B](B)
	[17] -1	0	0xf5000000 - 0xf5ffffff (0x1000000) MX[B](B)
	[18] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[19] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[20] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[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	0x00006ee0 - 0x00006eff (0x20) IX[B]
	[25] -1	0	0x00006ec8 - 0x00006ecb (0x4) IX[B]
	[26] -1	0	0x00006ec0 - 0x00006ec7 (0x8) IX[B]
	[27] -1	0	0x00006eb8 - 0x00006ebb (0x4) IX[B]
	[28] -1	0	0x00006eb0 - 0x00006eb7 (0x8) IX[B]
	[29] -1	0	0x00006fa0 - 0x00006faf (0x10) IX[B]
	[30] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[31] -1	0	0x00000170 - 0x00000177 (0x8) IX[B]
	[32] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[33] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[34] -1	0	0x00006f40 - 0x00006f5f (0x20) IX[B]
	[35] -1	0	0x00006f60 - 0x00006f7f (0x20) IX[B]
	[36] -1	0	0x00006f80 - 0x00006f9f (0x20) IX[B]
	[37] -1	0	0x00006f00 - 0x00006f1f (0x20) IX[B]
	[38] -1	0	0x00006f20 - 0x00006f3f (0x20) IX[B]
	[39] -1	0	0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
	[40] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[41] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) NVIDIA(0): Initialized GPU GART.
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(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): Option "BackingStore" "1"
(**) NVIDIA(0): Backing store enabled
(==) NVIDIA(0): Silken mouse enabled
(II) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(II) Loading extension XINERAMA
(WW) NVIDIA(0): Option "DamageEvent" 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
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) TouchPad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(**) Option "SHMConfig" "on"
(**) Option "VertTwoFingerScroll" "1"
(**) Option "HorizTwoFingerScroll" "1"
(--) TouchPad touchpad found
(**) Option "SendCoreEvents"
(**) Option "CorePointer"
(**) TouchPad: always reports core events
(**) Option "CoreKeyboard"
(**) Keyboard1: always reports core events
(**) Option "Protocol" "standard"
(**) Keyboard1: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard1: XkbRules: "xorg"
(**) Option "XkbModel" "dell"
(**) Keyboard1: XkbModel: "dell"
(**) Option "XkbLayout" "us"
(**) Keyboard1: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard1: CustomKeycodes disabled
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "AlwaysCore"
(**) <default pointer>: always reports core events
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(**) <default pointer>: Sensitivity: 1
(II) evaluating device (TouchPad)
(II) XINPUT: Adding extended input device "TouchPad" (type: MOUSE)
(II) evaluating device (Keyboard1)
(II) XINPUT: Adding extended input device "Keyboard1" (type: KEYBOARD)
(II) evaluating device (<default pointer>)
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(--) TouchPad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(--) TouchPad touchpad found
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
(II) Synaptics touchpad driver version 0.14.6 (1406)
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(--) SynPS/2 Synaptics TouchPad touchpad found
(**) SynPS/2 Synaptics TouchPad: always reports core events
(II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: MOUSE)
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
(--) SynPS/2 Synaptics TouchPad touchpad found
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(--) TouchPad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(--) TouchPad touchpad found
(II) <default pointer>: ps2EnableDataReporting: succeeded
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
(--) SynPS/2 Synaptics TouchPad touchpad found
SetClientVersion: 0 9
SetGrabKeysState - disabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) NVIDIA(0): Setting mode "nvidia-auto-select"
(--) TouchPad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(--) TouchPad touchpad found
(II) <default pointer>: ps2EnableDataReporting: succeeded
(--) SynPS/2 Synaptics TouchPad auto-dev sets device to /dev/input/event14
(**) Option "Device" "/dev/input/event14"
(WW) SynPS/2 Synaptics TouchPad can't grab event device, errno=16
(--) SynPS/2 Synaptics TouchPad touchpad found
SetGrabKeysState - enabled


- -- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages xserver-xorg-video-nv depends on:
ii  libc6                         2.9-4      GNU C Library: Shared libraries
ii  xserver-xorg-core             2:1.4.2-11 Xorg X server - core server

xserver-xorg-video-nv recommends no packages.

xserver-xorg-video-nv suggests no packages.

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAknoTL0ACgkQHKEdNPY5OOUALACfYyf2B9Lag/Uq0wJf9BKfRusN
2dcAnid1UfGtLOefgCvxqjo2TMtHN/ba
=/0MO
-----END PGP SIGNATURE-----



--- End Message ---
--- Begin Message ---
Version: 1:2.1.17-3+rm

Dear submitter,

as the package xserver-xorg-video-nv has just been removed from the Debian archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612189

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


--- End Message ---

Reply to: