Package: xserver-xorg-video-nv
Version: 1:2.0.2-1
Followup-For: Bug #362434

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

Just an update, the bug is still there in the latest version available.

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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-04-12 14:05 /etc/X11/X -> /usr/bin/Xorg
- -rwxr-xr-x 1 root root 1698800 2007-05-09 11:59 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
03:00.0 VGA compatible controller: nVidia Corporation NV40 [GeForce 6800] (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 3795 2007-05-10 20:52 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# 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 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 "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/share/fonts/X11/misc"
        FontPath        "/usr/share/fonts/X11/cyrillic"
        FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath        "/usr/share/fonts/X11/Type1"
        FontPath        "/usr/share/fonts/X11/100dpi"
        FontPath        "/usr/share/fonts/X11/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "de"
        Option          "XkbVariant"    "nodeadkeys"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "false"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "InputDevice"
        Identifier      "Ati-Remote"
        Driver          "mouse"
        Option          "Device"                "/dev/lircm"
        Option          "Protocol"              "IntelliMouse"
        Option          "SendCoreEvents"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NV40 [GeForce 6800]"
        Driver          "nvidia"
        BusID           "PCI:3:0:0"
        Option          "HWCursor"                      "true"
        Option          "RenderAccel"                   "true"
        Option          "AllowGLXWithComposite"         "true"
        Option          "NoLogo"                        "true"
        Option          "AddARGBGLXVisuals"             "true"
        Option          "TwinView"                      "true"
        Option          "TwinViewOrientation"           "RightOf"
        Option          "MetaModes"     "1280x1024,1280x1024; 1024x768,1024x768"
        Option          "ConnectedMonitors"             "DFP,DFP"
EndSection

#Section "Device"
#       Identifier      "NVIDIA Corporation NV40 [GeForce 6800]"
#       Driver          "nv"
#       Option          "HWCursor"                      "true"
#EndSection

Section "Extensions"
        Option          "Composite"                     "Enable"
EndSection

Section "Monitor"
        Identifier      "Standardbildschirm"
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV40 [GeForce 6800]"
        Monitor         "Standardbildschirm"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1152x864" "1024x768" "800x600"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Ati-Remote"
EndSection

Section "DRI"
        Mode    0666
EndSection


Xorg X server log files on system:
- -rw-r--r-- 1 root root 44888 2006-04-12 15:30 /var/log/Xorg.21.log
- -rw-r--r-- 1 root root 44770 2006-04-12 15:51 /var/log/Xorg.22.log
- -rw-r--r-- 1 root root 28028 2006-09-28 10:54 /var/log/Xorg.93.log
- -rw-r--r-- 1 root root 27753 2006-10-18 20:25 /var/log/Xorg.1.log
- -rw-r--r-- 1 root root 27275 2007-03-19 18:41 /var/log/Xorg.20.log
- -rw-r--r-- 1 root root 27641 2007-05-10 20:43 /var/log/Xorg.0.log

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

X Window System Version 1.3.0
Release Date: 19 April 2007
X Protocol Version 11, Revision 0, Release 1.3
Build Operating System: Linux Debian
Current Operating System: Linux acidmachine 2.6.18-4-k7 #1 SMP Mon Mar 26 
17:57:15 UTC 2007 i686
Build Date: 09 May 2007
        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: Thu May 10 20:43:28 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Standardbildschirm"
(**) |   |-->Device "NVIDIA Corporation NV40 [GeForce 6800]"
(**) |-->Input Device "Generic Keyboard"
(**) Option "XkbRules" "xorg"
(**) XKB: rules: "xorg"
(**) Option "XkbModel" "pc105"
(**) XKB: model: "pc105"
(**) Option "XkbLayout" "de"
(**) XKB: layout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) XKB: variant: "nodeadkeys"
(==) Keyboard: CustomKeycode disabled
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Ati-Remote"
(WW) 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:
        unix/:7100,
        /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,
        /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) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81dc3e0
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.2
        X.Org XInput driver : 0.7
        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.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
(II) PCI: 00:00:1: chip 10de,01eb card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:2: chip 10de,01ee card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:3: chip 10de,01ed card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:4: chip 10de,01ec card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:00:5: chip 10de,01ef card 1043,80ac rev c1 class 05,00,00 hdr 80
(II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
(II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
(II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
(II) PCI: 00:02:2: chip 10de,0068 card 1043,0c11 rev a4 class 0c,03,20 hdr 80
(II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
(II) PCI: 00:05:0: chip 10de,006b card 1043,0c11 rev a2 class 04,01,00 hdr 00
(II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
(II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
(II) PCI: 00:0c:0: chip 10de,006d card 0000,0000 rev a3 class 06,04,00 hdr 01
(II) PCI: 00:0d:0: chip 10de,006e card 1043,809a rev a3 class 0c,00,10 hdr 00
(II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
(II) PCI: 01:07:0: chip 109e,036e card 11bd,0012 rev 11 class 04,00,00 hdr 80
(II) PCI: 01:07:1: chip 109e,0878 card 11bd,0012 rev 11 class 04,80,00 hdr 80
(II) PCI: 01:09:0: chip 10ec,8169 card 10ec,8169 rev 10 class 02,00,00 hdr 00
(II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
(II) PCI: 02:01:0: chip 10b7,9201 card 1043,80ab rev 40 class 02,00,00 hdr 00
(II) PCI: 03:00:0: chip 10de,0041 card 1682,2102 rev a1 class 03,00,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,3), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0       0x00009000 - 0x0000afff (0x2000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xe2000000 - 0xe3ffffff (0x2000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xdc000000 - 0xdcffffff (0x1000000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:12: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       0xdd000000 - 0xdeffffff (0x2000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0x50000000 - 0x500fffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 3 non-prefetchable memory range:
        [0] -1  0       0xdf000000 - 0xe1ffffff (0x3000000) MX[B]
(II) Bus 3 prefetchable memory range:
        [0] -1  0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
(--) PCI: (1:7:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 
0xdc000000/12
(--) PCI:*(3:0:0) nVidia Corporation NV40 [GeForce 6800] rev 161, Mem @ 
0xdf000000/24, 0xd0000000/27, 0xe0000000/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       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xd8000000 from 0xdbffffff to 
0xd7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xde000000 - 0xde00007f (0x80) MX[B]
        [1] -1  0       0xe3001000 - 0xe30011ff (0x200) MX[B]
        [2] -1  0       0xe3000000 - 0xe30000ff (0x100) MX[B]
        [3] -1  0       0xe4084000 - 0xe408403f (0x40) MX[B]
        [4] -1  0       0xe4083000 - 0xe40837ff (0x800) MX[B]
        [5] -1  0       0xe4086000 - 0xe4086fff (0x1000) MX[B]
        [6] -1  0       0xe4000000 - 0xe407ffff (0x80000) MX[B]
        [7] -1  0       0xe4082000 - 0xe4082fff (0x1000) MX[B]
        [8] -1  0       0xe4081000 - 0xe40810ff (0x100) MX[B]
        [9] -1  0       0xe4080000 - 0xe4080fff (0x1000) MX[B]
        [10] -1 0       0xe4085000 - 0xe4085fff (0x1000) MX[B]
        [11] -1 0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
        [12] -1 0       0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [13] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [14] -1 0       0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
        [15] -1 0       0xdc000000 - 0xdc000fff (0x1000) MX[B](B)
        [16] -1 0       0x0000b000 - 0x0000b07f (0x80) IX[B]
        [17] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [18] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [19] -1 0       0x00009c00 - 0x00009c07 (0x8) IX[B]
        [20] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [21] -1 0       0x00009400 - 0x00009407 (0x8) IX[B]
        [22] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [23] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [24] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [25] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [26] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [27] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
(II) Inactive PCI resource ranges:
        [0] -1  0       0xdc001000 - 0xdc001fff (0x1000) MX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xde000000 - 0xde00007f (0x80) MX[B]
        [1] -1  0       0xe3001000 - 0xe30011ff (0x200) MX[B]
        [2] -1  0       0xe3000000 - 0xe30000ff (0x100) MX[B]
        [3] -1  0       0xe4084000 - 0xe408403f (0x40) MX[B]
        [4] -1  0       0xe4083000 - 0xe40837ff (0x800) MX[B]
        [5] -1  0       0xe4086000 - 0xe4086fff (0x1000) MX[B]
        [6] -1  0       0xe4000000 - 0xe407ffff (0x80000) MX[B]
        [7] -1  0       0xe4082000 - 0xe4082fff (0x1000) MX[B]
        [8] -1  0       0xe4081000 - 0xe40810ff (0x100) MX[B]
        [9] -1  0       0xe4080000 - 0xe4080fff (0x1000) MX[B]
        [10] -1 0       0xe4085000 - 0xe4085fff (0x1000) MX[B]
        [11] -1 0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
        [12] -1 0       0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [13] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [14] -1 0       0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
        [15] -1 0       0xdc000000 - 0xdc000fff (0x1000) MX[B](B)
        [16] -1 0       0x0000b000 - 0x0000b07f (0x80) IX[B]
        [17] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [18] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [19] -1 0       0x00009c00 - 0x00009c07 (0x8) IX[B]
        [20] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [21] -1 0       0x00009400 - 0x00009407 (0x8) IX[B]
        [22] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [23] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [24] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [25] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [26] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [27] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0       0xdc001000 - 0xdc001fff (0x1000) MX[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       0xde000000 - 0xde00007f (0x80) MX[B]
        [5] -1  0       0xe3001000 - 0xe30011ff (0x200) MX[B]
        [6] -1  0       0xe3000000 - 0xe30000ff (0x100) MX[B]
        [7] -1  0       0xe4084000 - 0xe408403f (0x40) MX[B]
        [8] -1  0       0xe4083000 - 0xe40837ff (0x800) MX[B]
        [9] -1  0       0xe4086000 - 0xe4086fff (0x1000) MX[B]
        [10] -1 0       0xe4000000 - 0xe407ffff (0x80000) MX[B]
        [11] -1 0       0xe4082000 - 0xe4082fff (0x1000) MX[B]
        [12] -1 0       0xe4081000 - 0xe40810ff (0x100) MX[B]
        [13] -1 0       0xe4080000 - 0xe4080fff (0x1000) MX[B]
        [14] -1 0       0xe4085000 - 0xe4085fff (0x1000) MX[B]
        [15] -1 0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
        [16] -1 0       0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [17] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [18] -1 0       0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
        [19] -1 0       0xdc000000 - 0xdc000fff (0x1000) MX[B](B)
        [20] -1 0       0xdc001000 - 0xdc001fff (0x1000) MX[B]
        [21] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [22] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [23] -1 0       0x0000b000 - 0x0000b07f (0x80) IX[B]
        [24] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [25] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [26] -1 0       0x00009c00 - 0x00009c07 (0x8) IX[B]
        [27] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [28] -1 0       0x00009400 - 0x00009407 (0x8) IX[B]
        [29] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [30] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [31] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [32] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [33] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [34] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.3.0, 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: "ddc"(II) Module already built-in
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules//fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 1.3.0, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.9755
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 1.3.0, 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: "type1"
(II) Loading /usr/lib/xorg/modules//fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "v4l"
(II) Loading /usr/lib/xorg/modules/drivers//v4l_drv.so
(II) Module v4l: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.1.1
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
        compiled for 1.3.0, module version = 1.1.0
        ABI class: X.Org Video Driver, version 1.2
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
        compiled for 1.3.0, 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.9755
        Module class: X.Org Video Driver
(II) LoadModule: "keyboard"
(II) Loading /usr/lib/xorg/modules/input//keyboard_drv.so
(II) Module keyboard: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) v4l driver for Video4Linux
(II) NVIDIA dlloader X Driver  1.0-9755  Mon Feb 26 23:23:13 PST 2007
(II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
(II) Primary Device is: PCI 03: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.3.0, 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="NVIDIA Corporation"
        compiled for 7.1.99.2, module version = 1.0.0
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"(II) Module 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       0xde000000 - 0xde00007f (0x80) MX[B]
        [5] -1  0       0xe3001000 - 0xe30011ff (0x200) MX[B]
        [6] -1  0       0xe3000000 - 0xe30000ff (0x100) MX[B]
        [7] -1  0       0xe4084000 - 0xe408403f (0x40) MX[B]
        [8] -1  0       0xe4083000 - 0xe40837ff (0x800) MX[B]
        [9] -1  0       0xe4086000 - 0xe4086fff (0x1000) MX[B]
        [10] -1 0       0xe4000000 - 0xe407ffff (0x80000) MX[B]
        [11] -1 0       0xe4082000 - 0xe4082fff (0x1000) MX[B]
        [12] -1 0       0xe4081000 - 0xe40810ff (0x100) MX[B]
        [13] -1 0       0xe4080000 - 0xe4080fff (0x1000) MX[B]
        [14] -1 0       0xe4085000 - 0xe4085fff (0x1000) MX[B]
        [15] -1 0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
        [16] -1 0       0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [17] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [18] -1 0       0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
        [19] -1 0       0xdc000000 - 0xdc000fff (0x1000) MX[B](B)
        [20] -1 0       0xdc001000 - 0xdc001fff (0x1000) MX[B]
        [21] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [22] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [23] -1 0       0x0000b000 - 0x0000b07f (0x80) IX[B]
        [24] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [25] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [26] -1 0       0x00009c00 - 0x00009c07 (0x8) IX[B]
        [27] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [28] -1 0       0x00009400 - 0x00009407 (0x8) IX[B]
        [29] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [30] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [31] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [32] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [33] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [34] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[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       0xde000000 - 0xde00007f (0x80) MX[B]
        [5] -1  0       0xe3001000 - 0xe30011ff (0x200) MX[B]
        [6] -1  0       0xe3000000 - 0xe30000ff (0x100) MX[B]
        [7] -1  0       0xe4084000 - 0xe408403f (0x40) MX[B]
        [8] -1  0       0xe4083000 - 0xe40837ff (0x800) MX[B]
        [9] -1  0       0xe4086000 - 0xe4086fff (0x1000) MX[B]
        [10] -1 0       0xe4000000 - 0xe407ffff (0x80000) MX[B]
        [11] -1 0       0xe4082000 - 0xe4082fff (0x1000) MX[B]
        [12] -1 0       0xe4081000 - 0xe40810ff (0x100) MX[B]
        [13] -1 0       0xe4080000 - 0xe4080fff (0x1000) MX[B]
        [14] -1 0       0xe4085000 - 0xe4085fff (0x1000) MX[B]
        [15] -1 0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
        [16] -1 0       0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [17] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [18] -1 0       0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
        [19] -1 0       0xdc000000 - 0xdc000fff (0x1000) MX[B](B)
        [20] -1 0       0xdc001000 - 0xdc001fff (0x1000) MX[B]
        [21] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B]
        [22] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [23] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B]
        [24] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [25] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [26] -1 0       0x0000b000 - 0x0000b07f (0x80) IX[B]
        [27] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [28] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [29] -1 0       0x00009c00 - 0x00009c07 (0x8) IX[B]
        [30] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [31] -1 0       0x00009400 - 0x00009407 (0x8) IX[B]
        [32] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [33] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [34] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [35] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [36] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [37] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [38] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B]
        [39] 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" "true"
(**) NVIDIA(0): Option "HWcursor" "true"
(**) NVIDIA(0): Option "ConnectedMonitors" "DFP,DFP"
(**) NVIDIA(0): Option "RenderAccel" "true"
(**) NVIDIA(0): Option "TwinView" "true"
(**) NVIDIA(0): Option "TwinViewOrientation" "RightOf"
(**) NVIDIA(0): Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768"
(**) NVIDIA(0): Option "AllowGLXWithComposite" "true"
(**) NVIDIA(0): Option "AddARGBGLXVisuals" "true"
(**) NVIDIA(0): Enabling RENDER acceleration
(**) NVIDIA(0): TwinView enabled
(**) NVIDIA(0): ConnectedMonitor string: "DFP,DFP"
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
(II) NVIDIA(0):     enabled.
(II) NVIDIA(0): NVIDIA GPU GeForce 6800 at PCI:3:0:0 (GPU-0)
(--) NVIDIA(0): Memory: 131072 kBytes
(--) NVIDIA(0): VideoBIOS: 05.40.02.12.08
(II) NVIDIA(0): Detected AGP rate: 8X
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(--) NVIDIA(0): Connected display device(s) on GeForce 6800 at PCI:3:0:0:
(--) NVIDIA(0):     ViewSonic VX922 (DFP-0)
(--) NVIDIA(0):     ViewSonic VX922 (DFP-1)
(--) NVIDIA(0): ViewSonic VX922 (DFP-0): 155.0 MHz maximum pixel clock
(--) NVIDIA(0): ViewSonic VX922 (DFP-0): Internal Single Link TMDS
(--) NVIDIA(0): ViewSonic VX922 (DFP-1): 165.0 MHz maximum pixel clock
(--) NVIDIA(0): ViewSonic VX922 (DFP-1): External Single Link TMDS
(II) NVIDIA(0): Assigned Display Devices: DFP-0, DFP-1
(II) NVIDIA(0): Validated modes:
(II) NVIDIA(0):     "1280x1024,1280x1024"
(II) NVIDIA(0):     "1024x768,1024x768"
(II) NVIDIA(0): Virtual screen size determined to be 2560 x 1024
(++) NVIDIA(0): DPI set to (96, 96); computed from -dpi X commandline option
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xe0000000 - 0xe0ffffff (0x1000000) MX[B]
        [1] 0   0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B]
        [2] 0   0       0xdf000000 - 0xdfffffff (0x1000000) MX[B]
        [3] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [4] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [5] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [6] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [7] -1  0       0xde000000 - 0xde00007f (0x80) MX[B]
        [8] -1  0       0xe3001000 - 0xe30011ff (0x200) MX[B]
        [9] -1  0       0xe3000000 - 0xe30000ff (0x100) MX[B]
        [10] -1 0       0xe4084000 - 0xe408403f (0x40) MX[B]
        [11] -1 0       0xe4083000 - 0xe40837ff (0x800) MX[B]
        [12] -1 0       0xe4086000 - 0xe4086fff (0x1000) MX[B]
        [13] -1 0       0xe4000000 - 0xe407ffff (0x80000) MX[B]
        [14] -1 0       0xe4082000 - 0xe4082fff (0x1000) MX[B]
        [15] -1 0       0xe4081000 - 0xe40810ff (0x100) MX[B]
        [16] -1 0       0xe4080000 - 0xe4080fff (0x1000) MX[B]
        [17] -1 0       0xe4085000 - 0xe4085fff (0x1000) MX[B]
        [18] -1 0       0xd8000000 - 0xd7ffffff (0x0) MX[B]O
        [19] -1 0       0xe0000000 - 0xe0ffffff (0x1000000) MX[B](B)
        [20] -1 0       0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
        [21] -1 0       0xdf000000 - 0xdfffffff (0x1000000) MX[B](B)
        [22] -1 0       0xdc000000 - 0xdc000fff (0x1000) MX[B](B)
        [23] -1 0       0xdc001000 - 0xdc001fff (0x1000) MX[B]
        [24] 0  0       0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
        [25] 0  0       0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
        [26] 0  0       0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
        [27] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [28] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [29] -1 0       0x0000b000 - 0x0000b07f (0x80) IX[B]
        [30] -1 0       0x0000a400 - 0x0000a40f (0x10) IX[B]
        [31] -1 0       0x0000a000 - 0x0000a003 (0x4) IX[B]
        [32] -1 0       0x00009c00 - 0x00009c07 (0x8) IX[B]
        [33] -1 0       0x00009800 - 0x00009803 (0x4) IX[B]
        [34] -1 0       0x00009400 - 0x00009407 (0x8) IX[B]
        [35] -1 0       0x00009000 - 0x000090ff (0x100) IX[B]
        [36] -1 0       0x0000f000 - 0x0000f00f (0x10) IX[B]
        [37] -1 0       0x0000c400 - 0x0000c47f (0x80) IX[B]
        [38] -1 0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [39] -1 0       0x0000cc00 - 0x0000cc07 (0x8) IX[B]
        [40] -1 0       0x0000c800 - 0x0000c81f (0x20) IX[B]
        [41] 0  0       0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
        [42] 0  0       0x000003c0 - 0x000003df (0x20) IS[B](OprU)
(II) NVIDIA(0): Setting mode "1280x1024,1280x1024"
(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
(II) Loading extension XINERAMA
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension XAccessControlExtension
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "de"
(**) Generic Keyboard: XkbLayout: "de"
(**) Option "XkbVariant" "nodeadkeys"
(**) Generic Keyboard: XkbVariant: "nodeadkeys"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "false"
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 9
(**) Option "Protocol" "IntelliMouse"
(**) Ati-Remote: Device: "/dev/lircm"
(**) Ati-Remote: Protocol: "IntelliMouse"
(**) Option "SendCoreEvents"
(**) Ati-Remote: always reports core events
(**) Option "Device" "/dev/lircm"
(==) Ati-Remote: Emulate3Buttons, Emulate3Timeout: 50
(**) Ati-Remote: ZAxisMapping: buttons 4 and 5
(**) Ati-Remote: Buttons: 9
(**) Option "BaudRate" "1200"
(**) Ati-Remote: BaudRate: 1200
(II) XINPUT: Adding extended input device "Ati-Remote" (type: MOUSE)
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Could not init font path element unix/:7100, removing from list!
ProcXCloseDevice to close or not ?
(II) NVIDIA(0): v4l: memPhysBase=0xd0000000


- -- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xorg-video-nv depends on:
ii  libc6                   2.5-7            GNU C Library: Shared libraries
ii  xserver-xorg-core       2:1.3.0.0.dfsg-4 X.Org X server -- core server

xserver-xorg-video-nv recommends no packages.

- -- no debconf information

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

iD8DBQFGQ2r4K569vX68PzgRArXbAJ9pTiTdTkP7s0XmAPPabYXENE3R6QCfYin4
zWjxAmlcPwXXwEj67TzcW7I=
=/z2I
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to