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

Bug#524851: marked as done ([xserver-xorg-video-intel] X don't start with intel_drv.so: undefined symbol)



Your message dated Mon, 20 Apr 2009 18:03:57 +0200
with message-id <49EC9CED.9000009@ens-lyon.org>
and subject line Re: Bug#524851: [xserver-xorg-video-intel] X don't start with intel_drv.so: undefined symbol
has caused the Debian Bug report #524851,
regarding [xserver-xorg-video-intel] X don't start with intel_drv.so: undefined symbol
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.)


-- 
524851: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524851
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xorg-video-intel
Version: 2:2.7.0-1
Severity: serious

After recent upgrade I'm not able to start X again. No usefull info
in xorg log, but in gdm.log I can see

/usr/bin/X: symbol lookup error:
/usr/lib/xorg/modules/drivers//intel_drv.so: undefined symbol:
drmCheckModesettingSupported

Thanks for your help, tell me if additional info is needed

--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.28.7

Debian Release: squeeze/sid
  500 unstable       ftp.debian.cz

--- Package information. ---
Depends                            (Version) | Installed
============================================-+-=======================
libc6                          (>= 2.3.6-6~) | 2.9-7
libdrm-intel1                     (>= 2.4.9) | 2.4.9-1
libdrm2                           (>= 2.4.3) | 2.4.9-1
libpciaccess0         (>= 0.8.0+git20071002) | 0.10.5-3
libxext6                                     | 2:1.0.4-1
libxv1                                       | 2:1.0.4-1
libxvmc1                                     | 1:1.0.4-2
xserver-xorg-core          (>= 2:1.5.99.901) | 2:1.6.1-1


Package's Recommends field is empty.

Package's Suggests field is empty.

# 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	"/usr/share/fonts/X11/misc"
	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"
EndSection

Section "Extensions"
#    Option "Composite" "Enable"
	Option "DRI" "Disable"
EndSection

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

Section "InputDevice"
	Identifier	"Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"us,cz"
        Option          "XKbOptions" 	"grp:alt_shift_toggle,grp_led:scroll, compose:ralt"
EndSection

Section "InputDevice"
	Identifier	"Logitech G7"
	Driver		"mouse"
	Option 		"Protocol" "ImPS/2"
	Option		"Device"	"/dev/input/mice"
	Option 		"Buttons" "9"
	Option 		"ZAxisMapping" "4 5 8 9"
	Option 		"Resolution" "800"
	Option		"SendCoreEvents"	"true"
EndSection

Section "InputDevice"
	Identifier	"Touchpad"
	Driver		"synaptics"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"auto-dev"
	Option		"HorizScrollDelta"	"0"
	Option		"CorePointer"
	Option 		"SHMConfig" "on"
EndSection

Section "Device"
	Identifier	"i915"
	Driver		"intel"
#	VideoRam 128000
#	Option          "VBERestore" "true"
        #Option          "monitor-LVDS" "Fujitsu LCD"
 	#Option          "monitor-VGA" "LCD"
EndSection

Section "Monitor"
	Identifier	"Fujitsu LCD"
	#Option		"DPMS"
	#HorizSync	30-67
	#VertRefresh	50-75
	Option "PreferredMode"  "1400x1050"
EndSection
Section "Monitor"
	Identifier	"LCD"
	#Option		"DPMS"
	#HorizSync	30-67
	#VertRefresh	50-75
	Option	"RightOf"	"Fujitsu LCD"
	Option "PreferredMode"  "1680x1050"
EndSection

Section "Screen"
	Identifier	"Screen"
	Device		"i915"
	Monitor		"Fujitsu LCD"
	DefaultDepth	24
	SubSection "Display"
		Depth		24
		#Modes		"1680x1050" "1400x1050" "1024x768" "800x600"
		Modes		"1400x1050" "1024x768" "800x600"
		#Modes		"1024x768" "800x600"
		#Virtual		3080 3080
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Layout"
	Screen		"Screen"
	InputDevice	"Keyboard"
	InputDevice	"Logitech G7"
	#InputDevice	"Touchstick"
	InputDevice	"Touchpad"
EndSection

# Section "DRI"
# 	Mode	0666
# EndSection
X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-amd64 x86_64 Package files:  100 /var/lib/dpkg/status      release a=now  500 http://ftp.debian.org sid/main Packages      release o=Debian,a=unstable,l=Debian,c=main      origin ftp.debian.org Pinned packages:
Current Operating System: Linux holly 2.6.28.7 #1 Thu Mar 12 18:38:55 CET 2009 i686
Build Date: 15 April 2009  11:46:22AM
xorg-server 2:1.6.1-1 (bgoglin@debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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: Mon Apr 20 12:34:53 2009
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Layout"
(**) |-->Screen "Screen" (0)
(**) |   |-->Monitor "Fujitsu LCD"
(**) |   |-->Device "i915"
(**) |-->Input Device "Keyboard"
(**) |-->Input Device "Logitech G7"
(**) |-->Input Device "Touchpad"
(==) Automatically adding devices
(==) Automatically enabling devices
(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,
	/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,
	built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(WW) Ignoring unrecognized extension "DRI"
(WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
(WW) Disabling Keyboard
(WW) Disabling Logitech G7
(II) Loader magic: 0xe40
(II) Module ABI versions:
	X.Org ANSI C Emulation: 0.4
	X.Org Video Driver: 5.0
	X.Org XInput driver : 4.0
	X.Org Server Extension : 2.0
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*(0@0:2:0) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0xb0080000/524288, 0xc0000000/268435456, 0xb0040000/262144, I/O @ 0x00001400/8
(--) PCI: (0@0:2:1) Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller rev 3, Mem @ 0x8c000000/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) System resource ranges:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B]
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded by default.
(II) "glx" will be loaded by default.
(II) "record" will be loaded by default.
(II) "dri" will be loaded by default.
(II) "dri2" will be loaded by default.
(II) LoadModule: "i2c"
(II) Module "i2c" already built-in
(II) LoadModule: "ddc"
(II) Module "ddc" 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.6.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.1.0
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.13.0
	Module class: X.Org Server Extension
	ABI class: X.Org Server Extension, version 2.0
(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.6.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: "dri2"
(II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
(II) Module dri2: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 1.0.0
	ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: "intel"
(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.6.1, module version = 2.7.0
	Module class: X.Org Video Driver
	ABI class: X.Org Video Driver, version 5.0
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 1.6.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 4.0
(II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
	i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
	E7221 (i915), 915GM, 945G, 945GM, 945GME, IGD_GM, IGD_G, 965G, G35,
	965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	Mobile Intel® GM45 Express Chipset,
	Intel Integrated Graphics Device, G45/G43, Q45/Q43, G41
(II) Primary Device is: PCI 00@00:02:0
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[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 - 0x00000000 (0x1) IX[B]
(II) resource ranges after probing:
	[0] -1	0	0xffffffff - 0xffffffff (0x1) MX[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] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[5] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[6] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[7] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[8] -1	0	0x00000000 - 0x00000000 (0x1) IX[B]
	[9] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[10] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
X.Org X Server 1.6.1
Release Date: 2009-4-14
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.26-1-amd64 x86_64 Package files:  100 /var/lib/dpkg/status      release a=now  500 http://ftp.debian.org sid/main Packages      release o=Debian,a=unstable,l=Debian,c=main      origin ftp.debian.org Pinned packages:
Current Operating System: Linux holly 2.6.28.7 #1 Thu Mar 12 18:38:55 CET 2009 i686
Build Date: 15 April 2009  11:46:22AM
xorg-server 2:1.6.1-1 (bgoglin@debian.org) 
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
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: Mon Apr 20 12:34:53 2009
(==) Using config file: "/etc/X11/xorg.conf"
/usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/drivers//intel_drv.so: undefined symbol: drmCheckModesettingSupported

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Ondra Kudlik wrote:
> $ ldd /usr/lib/xorg/modules/drivers/intel_drv.so
> 	linux-gate.so.1 =>  (0xb7fb1000)
> 	libm.so.6 => /lib/libm.so.6 (0xb7edc000)
> 	libdrm.so.2 => /lib/libdrm.so.2 (0xb7ed3000)
> 	libdrm_intel.so.1 => /usr/lib/libdrm_intel.so.1 (0xb7ec9000)
> 	libpciaccess.so.0 => /usr/lib/libpciaccess.so.0 (0xb7ec3000)
> 	libc.so.6 => /lib/libc.so.6 (0xb7d81000)
> 	/lib/ld-linux.so.2 (0xb7fb2000)
> 	libz.so.1 => /usr/lib/libz.so.1 (0xb7d6c000)
>
> Thanks for it, now I can see it. Problem is /lib/libdrm.so.2 which
> is symlink to older libdrm library libdrm.so.2.3.0 (i was using some
> packages from experimental before). Just wonder why it wasn't removed 
> by package uninstall.
>
> /bin/rm /lib/libdrm.* and restarting gdm solves the problem.
>
> Really thank you for your help! I think bug can be closed now.
>   

Done.

Brice



--- End Message ---

Reply to: