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

Bug#415582: xserver-xorg-core: X doesnt start, libdri.so: undefined symbol: drmSetServerInfo



Package: xserver-xorg-core
Version: 2:1.2.99.902-1
Severity: important


X server doesnt start and I am getting error
/usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/extensions//libdri.so: undefined symbol: drmSetServerInfo

-- 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 2007-03-09 08:40 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1692236 2007-03-15 16:16 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device (rev 03)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3053 2007-03-20 15:09 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# /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 "Files"
	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 "Extensions"
    Option "Composite" "true"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"ddc"
	Load	"dbe"
	Load	"dri"
	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"	"pc105"
	Option		"XkbLayout"	"pl"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option          "SendCoreEvents"        "true"
	Option          "ZAxisMapping"      	"4 5"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"auto"
EndSection

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

Section "Device"
	Identifier	"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Option		"DRI" "true"
	Option "XAANoOffscreenPixmaps" "true"# Optional if NVIDIA drivers are used
	Option "AddARGBGLXVisuals" "On"
	Option "AllowGLXWithComposite" "true"  # not work without it on NVidia GForgeMX400 for me

EndSection

Section "Monitor"
	Identifier	"Generic Monitor"
	Option		"DPMS"
	HorizSync	30-70
	VertRefresh	50-160
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
	Monitor		"Generic Monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
	Option          "AIGLX" "true"
EndSection

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

Section "DRI"
	Mode	0666
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 11182 2007-03-20 15:33 /var/log/Xorg.1.log
-rw-r--r-- 1 root root 10984 2007-03-20 15:38 /var/log/Xorg.0.log

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

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X Window System Version 1.2.99.902 (1.3.0 RC 2)
Release Date: 14 March 2007
X Protocol Version 11, Revision 0, Release 1.2.99.902
Build Operating System: Linux Debian
Current Operating System: Linux cannibal 2.6.20.3 #1 Sun Mar 18 22:29:36 CET 2007 i686
Build Date: 15 March 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 Mar 20 15:38:03 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "Default Screen" (0)
(**) |   |-->Monitor "Generic Monitor"
(**) |   |-->Device "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device"
(**) |-->Input Device "Generic Keyboard"
(**) |-->Input Device "Configured Mouse"
(**) |-->Input Device "Synaptics Touchpad"
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
	Entry deleted from font path.
(**) 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
(==) RgbPath set to "/etc/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(**) Option "AIGLX" "true"
(**) Extension "Composite" is enabled
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x81d9280
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.3
	X.Org Video Driver: 1.1
	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.2.99.902, module version = 1.0.0
	ABI class: X.Org Video Driver, version 1.1
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,2560 card 1584,9000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:02:0: chip 8086,2562 card 1584,9000 rev 03 class 03,00,00 hdr 00
(II) PCI: 00:1d:0: chip 8086,24c2 card 1584,9011 rev 02 class 0c,03,00 hdr 80
(II) PCI: 00:1d:1: chip 8086,24c4 card 1584,9011 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:2: chip 8086,24c7 card 1584,9011 rev 02 class 0c,03,00 hdr 00
(II) PCI: 00:1d:7: chip 8086,24cd card 1584,9110 rev 02 class 0c,03,20 hdr 00
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 82 class 06,04,00 hdr 01
(II) PCI: 00:1f:0: chip 8086,24c0 card 0000,0000 rev 02 class 06,01,00 hdr 80
(II) PCI: 00:1f:1: chip 8086,24cb card 1584,9011 rev 02 class 01,01,8a hdr 00
(II) PCI: 00:1f:3: chip 8086,24c3 card 1584,9011 rev 02 class 0c,05,00 hdr 00
(II) PCI: 00:1f:5: chip 8086,24c5 card 1584,9011 rev 02 class 04,01,00 hdr 00
(II) PCI: 00:1f:6: chip 8086,24c6 card 1584,4007 rev 02 class 07,03,00 hdr 00
(II) PCI: 01:03:0: chip 1217,6972 card c001,0000 rev 00 class 06,07,00 hdr 02
(II) PCI: 01:0a:0: chip 1106,3044 card 1584,8200 rev 80 class 0c,00,10 hdr 00
(II) PCI: 01:0c:0: chip 100b,0020 card 1584,9011 rev 00 class 02,00,00 hdr 00
(II) PCI: 02:00:0: chip 104c,9066 card 1186,3b05 rev 00 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,2), 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) Subtractive PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:30:0), (0,1,5), BCTRL: 0x0006 (VGA_EN is cleared)
(II) Bus 1 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
	[2] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[3] -1	0	0x0000cc00 - 0x0000ccff (0x100) IX[B]
(II) Bus 1 non-prefetchable memory range:
	[0] -1	0	0xdfd00000 - 0xdfdfffff (0x100000) MX[B]
(II) Bus 1 prefetchable memory range:
	[0] -1	0	0x30000000 - 0x35ffffff (0x6000000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) PCI-to-CardBus bridge:
(II) Bus 2: bridge is at (1:3:0), (1,2,5), BCTRL: 0x0500 (VGA_EN is cleared)
(II) Bus 2 I/O range:
	[0] -1	0	0x0000c000 - 0x0000c0ff (0x100) IX[B]
	[1] -1	0	0x0000c400 - 0x0000c4ff (0x100) IX[B]
(II) Bus 2 prefetchable memory range:
	[0] -1	0	0x30000000 - 0x33ffffff (0x4000000) MX[B]
(--) PCI:*(0:2:0) Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device rev 3, Mem @ 0xd0000000/27, 0xdff80000/19
(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 0xc0000000 from 0xcfffffff to 0xbfffffff
(II) Active PCI resource ranges:
	[0] -1	0	0x38000000 - 0x3801ffff (0x20000) MX[B]
	[1] -1	0	0x38020000 - 0x38021fff (0x2000) MX[B]
	[2] -1	0	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
	[3] -1	0	0xdfdff800 - 0xdfdfffff (0x800) MX[B]
	[4] -1	0	0x36000600 - 0x360006ff (0x100) MX[B]
	[5] -1	0	0x36000400 - 0x360005ff (0x200) MX[B]
	[6] -1	0	0x36000000 - 0x360003ff (0x400) MX[B]
	[7] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
	[8] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[B]O
	[9] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
	[10] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[11] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[12] -1	0	0x0000cc00 - 0x0000cc7f (0x80) IX[B]
	[13] -1	0	0x0000e300 - 0x0000e37f (0x80) IX[B]
	[14] -1	0	0x0000e200 - 0x0000e2ff (0x100) IX[B]
	[15] -1	0	0x0000e100 - 0x0000e13f (0x40) IX[B]
	[16] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[17] -1	0	0x00000540 - 0x0000055f (0x20) IX[B]
	[18] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[19] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[20] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[21] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x0000df80 - 0x0000df9f (0x20) IX[B]
	[24] -1	0	0x0000df40 - 0x0000df5f (0x20) IX[B]
	[25] -1	0	0x0000df20 - 0x0000df3f (0x20) IX[B]
(II) Active PCI resource ranges after removing overlaps:
	[0] -1	0	0x38000000 - 0x3801ffff (0x20000) MX[B]
	[1] -1	0	0x38020000 - 0x38021fff (0x2000) MX[B]
	[2] -1	0	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
	[3] -1	0	0xdfdff800 - 0xdfdfffff (0x800) MX[B]
	[4] -1	0	0x36000600 - 0x360006ff (0x100) MX[B]
	[5] -1	0	0x36000400 - 0x360005ff (0x200) MX[B]
	[6] -1	0	0x36000000 - 0x360003ff (0x400) MX[B]
	[7] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
	[8] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[B]O
	[9] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
	[10] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[11] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[12] -1	0	0x0000cc00 - 0x0000cc7f (0x80) IX[B]
	[13] -1	0	0x0000e300 - 0x0000e37f (0x80) IX[B]
	[14] -1	0	0x0000e200 - 0x0000e2ff (0x100) IX[B]
	[15] -1	0	0x0000e100 - 0x0000e13f (0x40) IX[B]
	[16] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[17] -1	0	0x00000540 - 0x0000055f (0x20) IX[B]
	[18] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[19] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[20] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[21] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[22] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[23] -1	0	0x0000df80 - 0x0000df9f (0x20) IX[B]
	[24] -1	0	0x0000df40 - 0x0000df5f (0x20) IX[B]
	[25] -1	0	0x0000df20 - 0x0000df3f (0x20) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
	[0] -1	0	0x00100000 - 0x35ffffff (0x35f00000) 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 - 0x35ffffff (0x35f00000) 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	0x38000000 - 0x3801ffff (0x20000) MX[B]
	[5] -1	0	0x38020000 - 0x38021fff (0x2000) MX[B]
	[6] -1	0	0xdfdfe000 - 0xdfdfefff (0x1000) MX[B]
	[7] -1	0	0xdfdff800 - 0xdfdfffff (0x800) MX[B]
	[8] -1	0	0x36000600 - 0x360006ff (0x100) MX[B]
	[9] -1	0	0x36000400 - 0x360005ff (0x200) MX[B]
	[10] -1	0	0x36000000 - 0x360003ff (0x400) MX[B]
	[11] -1	0	0xdff7bc00 - 0xdff7bfff (0x400) MX[B]
	[12] -1	0	0xc0000000 - 0xbfffffff (0x0) MX[B]O
	[13] -1	0	0xdff80000 - 0xdfffffff (0x80000) MX[B](B)
	[14] -1	0	0xd0000000 - 0xd7ffffff (0x8000000) MX[B](B)
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000c800 - 0x0000c8ff (0x100) IX[B]
	[18] -1	0	0x0000cc00 - 0x0000cc7f (0x80) IX[B]
	[19] -1	0	0x0000e300 - 0x0000e37f (0x80) IX[B]
	[20] -1	0	0x0000e200 - 0x0000e2ff (0x100) IX[B]
	[21] -1	0	0x0000e100 - 0x0000e13f (0x40) IX[B]
	[22] -1	0	0x0000e000 - 0x0000e0ff (0x100) IX[B]
	[23] -1	0	0x00000540 - 0x0000055f (0x20) IX[B]
	[24] -1	0	0x0000ffa0 - 0x0000ffaf (0x10) IX[B]
	[25] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[26] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[27] -1	0	0x000001f0 - 0x000001f0 (0x1) IX[B]
	[28] -1	0	0x000001f0 - 0x000001f7 (0x8) IX[B]
	[29] -1	0	0x0000df80 - 0x0000df9f (0x20) IX[B]
	[30] -1	0	0x0000df40 - 0x0000df5f (0x20) IX[B]
	[31] -1	0	0x0000df20 - 0x0000df3f (0x20) IX[B]
(II) LoadModule: "ddc"(II) Module alread ybuilt-in(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.2.99.902, 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: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
	compiled for 1.2.99.902, module version = 1.0.0
	ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages xserver-xorg-core depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdrm2                     2.3.0-1      Userspace interface to kernel DRM 
ii  libfontenc1                 1:1.0.2-2    X11 font encoding library
ii  libgcc1                     1:4.1.1-21   GCC support library
ii  libxau6                     1:1.0.1-2    X11 authorisation library
ii  libxdmcp6                   1:1.0.1-2    X11 Display Manager Control Protoc
ii  libxfont1                   1:1.2.2-1    X11 font rasterisation library
ii  x11-common                  1:7.2-1      X Window System (X.Org) infrastruc
ii  xserver-xorg                1:7.2-1      the X.Org X server
also
ii  libgl1-mesa-dri             6.5.2-3      A free implementation of the OpenGL API -- D
ii  libgl1-mesa-glx             6.5.2-3      A free implementation of the OpenGL API -- G
ii  libglu1-mesa                6.5.2-3      The OpenGL utility library (GLU)
ii  mesa-utils                  6.5.2-3      Miscellaneous Mesa GL utilities

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



Reply to: