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

2007-03-20 Thread mateusz
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
Loadbitmap
Loadddc
Loaddbe
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadvbe
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  SendCoreEventstrue
Option  ZAxisMapping  4 5
Option  Device/dev/input/mice
Option  Protocol  auto
EndSection

Section InputDevice
Identifier  Synaptics Touchpad
Driver  synaptics
Option  SendCoreEventstrue
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
DefaultDepth24
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
Mode0666
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 

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

2007-03-20 Thread Michel Dänzer
On Tue, 2007-03-20 at 15:45 +0100, mateusz wrote:
 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

This can only happen if it's picking up a different libdrm.so.2 than the
one packaged in libdrm2. What does

ldd /usr/lib/xorg/modules/extensions//libdri.so|grep drm

say?


-- 
Earthling Michel Dänzer   |  http://tungstengraphics.com
Libre software enthusiast |  Debian, X and DRI developer



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

2007-03-20 Thread Mateusz Kaduk
Michel Dänzer wrote:
 ldd /usr/lib/xorg/modules/extensions//libdri.so|grep drm

# ldd libdri.so 
linux-gate.so.1 =  (0xe000)
libdrm.so.2 = /lib/libdrm.so.2 (0xb7fc4000)
libm.so.6 = /lib/tls/libm.so.6 (0xb7f9f000)
libc.so.6 = /lib/tls/libc.so.6 (0xb7e6d000)
/lib/ld-linux.so.2 (0x8000)

A copy was in /lib and in /usr/lib
I moved out from /lib/libdrm*
Thanks
-- 
Mateusz Kaduk [EMAIL PROTECTED]




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

2007-03-20 Thread Brice Goglin
Mateusz Kaduk wrote:
 Michel Dänzer wrote:
   
 ldd /usr/lib/xorg/modules/extensions//libdri.so|grep drm
 

 # ldd libdri.so 
 linux-gate.so.1 =  (0xe000)
 libdrm.so.2 = /lib/libdrm.so.2 (0xb7fc4000)
 libm.so.6 = /lib/tls/libm.so.6 (0xb7f9f000)
 libc.so.6 = /lib/tls/libc.so.6 (0xb7e6d000)
 /lib/ld-linux.so.2 (0x8000)

 A copy was in /lib and in /usr/lib
 I moved out from /lib/libdrm*
   

You mean it works now? No undefined symbol anymore? If so, you may close
this bug by replying to this message with [EMAIL PROTECTED] in CC.

Thanks,
Brice