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

Bug#428640: xserver-xorg-core: Loading of certain drivers is broken



Package: xserver-xorg-core
Version: 2:1.3.0.0.dfsg-6
Severity: important

I just upgraded my Lenny system and found that the X server was broken.
It fails to start, complaining that the nvidia driver module does not
exist, which is bogus:

	tristan@tinygod3:~$ ls -al /usr/lib/xorg/modules/drivers/
	total 1452
	drwxr-xr-x 2 root root    4096 2007-06-12 22:17 .
	drwxr-xr-x 8 root root    4096 2007-06-12 23:24 ..
	-rw-r--r-- 1 root root 1473248 2007-01-04 20:37 nvidia_drv.o

See the Xorg.0.log that reportbug included for the actual error.

I have straced the Xorg binary (compressed strace log attached) and the
problem seems to be due to a change in driver module loading behaviour.
In both 1.3.0.0.dfsg-6 and the 1.1.1-21 in stable, Xorg stat()s the
driver module paths to check that they exist. However, in
1.3.0.0.dfsg-6, it does not specify the full path; it just gives the
filename. And it doesn't chdir() first. It does however _open_ the right
directory first, which suggests to me that the author may have meant to
use fstatat(2). As written it does not though, so every stat() for a
driver module fails.

For all my other drivers (which, I might note, are all from
xserver-xorg-* packages), it regardless seems to open the correct driver
module path thereafter. However, for the nvidia driver it doesn't try
and instead reports that the module does not exist. I'm not sure what
causes that difference. Perhaps because it is third-party? In any event,
it appears that there will be a certain class of drivers that Xorg will
be unable to load.

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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-01-07 11:48 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1904064 2007-06-01 07:24 /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 Unknown device
0298 (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 6030 2007-06-12 22:00 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@athlon)  Sun Mar 19 06:25:19 UTC
2006

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

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         0 "Screen 0"
    Screen         1 "Screen 1" RightOf "Screen 0"
#    Option         "Xinerama" "true"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
    # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    Load           "vbe"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc104"
    Option         "XkbLayout" "us"
    Option         "XkbVariant" "dvorak"
EndSection

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

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizScrollDelta" "0"
    Option         "MaxTapTime" "0"
    Option         "MaxTapMove" "0"
    Option         "MaxDoubleTapTime" "0"
EndSection

Section "Monitor"
    Identifier     "Monitor 0"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor 1"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "NVIDIA GeForce 0"
    Driver         "nvidia"
    BusID          "PCI:1:0:0:"
    Screen         0
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "TripleBuffer" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "NoLogo" "true"
EndSection

Section "Device"
    Identifier     "NVIDIA GeForce 1"
    Driver         "nvidia"
    BusID          "PCI:1:0:0:"
    Screen         1
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    Option         "TripleBuffer" "true"
    Option         "AddARGBGLXVisuals" "true"
    Option         "NoLogo" "true"
EndSection

Section "Screen"
    Identifier     "Screen 0"
    Device         "NVIDIA GeForce 0"
    Monitor        "Monitor 0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen 1"
    Device         "NVIDIA GeForce 1"
    Monitor        "Monitor 1"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1920x1200" "1680x1050" "1440x900" "1280x800"
    EndSubSection
EndSection

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


Xorg X server log files on system:
-rw-r--r-- 1 root root 25971 2007-05-25 16:27 /var/log/Xorg.20.log
-rw-r--r-- 1 root root 16174 2007-06-12 23:10 /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 tinygod3 2.6.18-4-amd64 #1 SMP Mon Mar
26 11:36:53 CEST 2007 x86_64
Build Date: 01 June 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: Tue Jun 12 23:10:31 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Screen 0" (0)
(**) |   |-->Monitor "Monitor 0"
(**) |   |-->Device "NVIDIA GeForce 0"
(**) |-->Screen "Screen 1" (1)
(**) |   |-->Monitor "Monitor 1"
(**) |   |-->Device "NVIDIA GeForce 1"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/X11R6/lib/X11/fonts/misc" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/cyrillic" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi/" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/Type1" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/100dpi" does not exist.
	Entry deleted from font path.
(WW) The directory "/usr/X11R6/lib/X11/fonts/75dpi" does not exist.
	Entry deleted from font path.
(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:
	/usr/share/fonts/X11/misc,
	/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: 0x7c2fa0
(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 8086,27a0 card 1028,01ce rev 03 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 8086,27a1 card 0000,0000 rev 03 class 06,04,00
hdr 01
(II) PCI: 00:1b:0: chip 8086,27d8 card 1028,01ce rev 01 class 04,03,00
hdr 00
(II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 01 class 06,04,00
hdr 81
(II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 01 class 06,04,00
hdr 81
(II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 01 class 06,04,00
hdr 81
(II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 01 class 06,04,00
hdr 81
(II) PCI: 00:1d:0: chip 8086,27c8 card 1028,01ce rev 01 class 0c,03,00
hdr 80
(II) PCI: 00:1d:1: chip 8086,27c9 card 1028,01ce rev 01 class 0c,03,00
hdr 00
(II) PCI: 00:1d:2: chip 8086,27ca card 1028,01ce rev 01 class 0c,03,00
hdr 00
(II) PCI: 00:1d:3: chip 8086,27cb card 1028,01ce rev 01 class 0c,03,00
hdr 00
(II) PCI: 00:1d:7: chip 8086,27cc card 1028,01ce rev 01 class 0c,03,20
hdr 00
(II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e1 class 06,04,01
hdr 01
(II) PCI: 00:1f:0: chip 8086,27b9 card 1028,01ce rev 01 class 06,01,00
hdr 80
(II) PCI: 00:1f:2: chip 8086,27c4 card 1028,01ce rev 01 class 01,01,80
hdr 00
(II) PCI: 00:1f:3: chip 8086,27da card 1028,01ce rev 01 class 0c,05,00
hdr 00
(II) PCI: 01:00:0: chip 10de,0298 card 1028,019b rev a1 class 03,00,00
hdr 00
(II) PCI: 03:01:0: chip 1180,0832 card 1028,01ce rev 00 class 0c,00,10
hdr 80
(II) PCI: 03:01:1: chip 1180,0822 card 1028,01ce rev 19 class 08,05,01
hdr 80
(II) PCI: 03:01:2: chip 1180,0843 card 1028,01ce rev 01 class 08,80,00
hdr 80
(II) PCI: 03:01:3: chip 1180,0592 card 1028,01ce rev 0a class 08,80,00
hdr 80
(II) PCI: 03:01:4: chip 1180,0852 card 1028,01ce rev 05 class 08,80,00
hdr 80
(II) PCI: 09:00:0: chip 14e4,1600 card 1028,01ce rev 02 class 02,00,00
hdr 00
(II) PCI: 0c:00:0: chip 8086,4222 card 8086,1020 rev 02 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	0xed000000 - 0xefefffff (0x2f00000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0xd0000000 - 0xdfffffff (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	0xecf00000 - 0xecffffff (0x100000) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 9: bridge is at (0:28:2), (0,9,9), BCTRL: 0x0002 (VGA_EN is
cleared)
(II) Bus 9 non-prefetchable memory range:
	[0] -1	0	0xece00000 - 0xecefffff (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	0xecc00000 - 0xecdfffff (0x200000) MX[B]
(II) Bus 13 prefetchable memory range:
	[0] -1	0	0xe0000000 - 0xe01fffff (0x200000) 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	0xecb00000 - 0xecbfffff (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 Go 7900 GS rev 161, Mem @
0xed000000/24, 0xd0000000/28, 0xee000000/24, I/O @ 0xef00/7, BIOS @
0xefe00000/17
(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	0xecfff000 - 0xecffffff (0x1000) MX[B]
	[1] -1	0	0xecef0000 - 0xecefffff (0x10000) MX[B]
	[2] -1	0	0xecbff700 - 0xecbff7ff (0x100) MX[B]
	[3] -1	0	0xecbff600 - 0xecbff6ff (0x100) MX[B]
	[4] -1	0	0xecbff500 - 0xecbff5ff (0x100) MX[B]
	[5] -1	0	0xecbff400 - 0xecbff4ff (0x100) MX[B]
	[6] -1	0	0xecbff800 - 0xecbfffff (0x800) MX[B]
	[7] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[8] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[9] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[10] -1	0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[11] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[12] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
	[13] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[14] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[15] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[16] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[17] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[18] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[19] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[20] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[21] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[22] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[23] -1	0	0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0xecfff000 - 0xecffffff (0x1000) MX[B]
	[1] -1	0	0xecef0000 - 0xecefffff (0x10000) MX[B]
	[2] -1	0	0xecbff700 - 0xecbff7ff (0x100) MX[B]
	[3] -1	0	0xecbff600 - 0xecbff6ff (0x100) MX[B]
	[4] -1	0	0xecbff500 - 0xecbff5ff (0x100) MX[B]
	[5] -1	0	0xecbff400 - 0xecbff4ff (0x100) MX[B]
	[6] -1	0	0xecbff800 - 0xecbfffff (0x800) MX[B]
	[7] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[8] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[9] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[10] -1	0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[11] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[12] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
	[13] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[14] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[15] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[16] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[17] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[18] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[19] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[20] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[21] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[22] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[23] -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	0xecfff000 - 0xecffffff (0x1000) MX[B]
	[5] -1	0	0xecef0000 - 0xecefffff (0x10000) MX[B]
	[6] -1	0	0xecbff700 - 0xecbff7ff (0x100) MX[B]
	[7] -1	0	0xecbff600 - 0xecbff6ff (0x100) MX[B]
	[8] -1	0	0xecbff500 - 0xecbff5ff (0x100) MX[B]
	[9] -1	0	0xecbff400 - 0xecbff4ff (0x100) MX[B]
	[10] -1	0	0xecbff800 - 0xecbfffff (0x800) MX[B]
	[11] -1	0	0xffa80000 - 0xffa803ff (0x400) MX[B]
	[12] -1	0	0xefffc000 - 0xefffffff (0x4000) MX[B]
	[13] -1	0	0xefe00000 - 0xefe1ffff (0x20000) MX[B](B)
	[14] -1	0	0xee000000 - 0xeeffffff (0x1000000) MX[B](B)
	[15] -1	0	0xd0000000 - 0xdfffffff (0x10000000) MX[B](B)
	[16] -1	0	0xed000000 - 0xedffffff (0x1000000) MX[B](B)
	[17] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[18] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[19] -1	0	0x000010c0 - 0x000010df (0x20) IX[B]
	[20] -1	0	0x0000bfa0 - 0x0000bfaf (0x10) IX[B]
	[21] -1	0	0x00000374 - 0x00000374 (0x1) IX[B]
	[22] -1	0	0x00000170 - 0x00000170 (0x1) IX[B]
	[23] -1	0	0x000003f4 - 0x000003f4 (0x1) IX[B]
	[24] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[25] -1	0	0x0000bf20 - 0x0000bf3f (0x20) IX[B]
	[26] -1	0	0x0000bf40 - 0x0000bf5f (0x20) IX[B]
	[27] -1	0	0x0000bf60 - 0x0000bf7f (0x20) IX[B]
	[28] -1	0	0x0000bf80 - 0x0000bf9f (0x20) IX[B]
	[29] -1	0	0x0000ef00 - 0x0000ef7f (0x80) IX[B](B)
(II) LoadModule: "i2c"(II) Module already built-in
(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.8776
	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: "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: "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: "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: "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: "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"
(WW) Warning, couldn't open module nvidia
(II) UnloadModule: "nvidia"
(EE) Failed to load module "nvidia" (module does not exist, 0)
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.1.1, module version = 1.1.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) 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 0.7
(EE) No drivers available.

Fatal server error:
no screens found


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages xserver-xorg-core depends on:
ii  libc6                         2.5-9      GNU C Library: Shared
libraries
ii  libdrm2                       2.3.0-4    Userspace interface to
kernel DRM 
ii  libfontenc1                   1:1.0.4-2  X11 font encoding library
ii  libxau6                       1:1.0.3-2  X11 authorisation library
ii  libxdmcp6                     1:1.0.2-2  X11 Display Manager Control
Protoc
ii  libxfont1                     1:1.2.8-1  X11 font rasterisation
library
ii  x11-common                    1:7.2-3    X Window System (X.Org)
infrastruc
ii  xserver-xorg                  1:7.2-3    the X.Org X server

Versions of packages xserver-xorg-core recommends:
ii  xfonts-base                   1:1.0.0-4  standard fonts for X
ii  xkb-data                      0.9-4      X Keyboard Extension (XKB)
configu

-- no debconf information

Attachment: Xorg.0.strace.txt.gz
Description: GNU Zip compressed data


Reply to: