Bug#585747: xserver-xorg-video-radeon: DRI enabled only after re-starting X

2010-06-13 Thread Torsten Crass

Package: xserver-xorg-video-radeon
Version: 1:6.13.0-2
Severity: important

*** Please type your report below this line ***

When X gets fired immediately after booting, DRI gets disabled, as can 
be seen from the attached 'Xorg.bootup.log' log file and the excerpt 
thereof shown below:


(EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a version 
mismatch.

[dri] This chipset requires a kernel module version of 1.17.0,
[dri] but the kernel reports a version of 2.0.0.[dri] If using legacy 
modesetting, upgrade your kernel.

[dri] If using kernel modesetting, make sure your module is
[dri] loaded prior to starting X, and that this driver was built
[dri] with support for KMS.
[dri] Disabling DRI.

However, after restarting X (e.g. by restarting my login manager or by 
just zapping X using Ctrl+Alt+Backspace), DRI seems to work, and the 
Xorg log file does not contain any error message like above.


Any ideas?

Regards --

  Torsten

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Oct 12  2007 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1725180 Jun  3 18:14 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AP [Radeon 
9600]


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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 6576 Jun 11 08:35 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
Section ServerFlags
  Option  DontZap off
EndSection

Section ServerLayout
Identifier X.org Configured
Screen  0  Screen0 0 0
InputDeviceMouse0 CorePointer
InputDeviceKeyboard0 CoreKeyboard
InputDevice   stylus  SendCoreEvents
InputDevice   eraser  SendCoreEvents
InputDevice   cursor  SendCoreEvents # For non-LCD tablets only
InputDevice   pad  # For Intuos3/CintiqV5
EndSection

Section Files
ModulePath   /usr/lib/xorg/modules
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
FontPath /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
FontPath built-ins
EndSection

Section Module
Load  dbe
Load  dri
Load  record
Load  dri2
Load  glx
Load  extmod
EndSection

Section InputDevice
Identifier  Keyboard0
Driver  kbd
EndSection

Section InputDevice
  Driverwacom
  Identifierstylus
  OptionDevice/dev/input/wacom # USB ONLY?
  OptionType  stylus
  OptionUSB   on   # USB ONLY
EndSection

Section InputDevice
  Driverwacom
  Identifiereraser
  OptionDevice/dev/input/wacom # USB ONLY?
  OptionType  eraser
  OptionUSB   on   # USB ONLY
EndSection

Section InputDevice
  Driverwacom
  Identifiercursor
  OptionDevice/dev/input/wacom # USB ONLY?
  OptionType  cursor
  OptionUSB   on   # USB ONLY
EndSection

Section InputDevice
  Driverwacom
  Identifierpad
  OptionDevice/dev/input/wacom# USB ONLY
  OptionType  pad
  OptionUSB   on  # USB ONLY
EndSection

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/input/mice
Option  ZAxisMapping 4 5 6 7
EndSection

Section Monitor
#DisplaySize  470   300 # mm
Identifier   Monitor0
VendorName   SAM
ModelNameSyncMaster
HorizSync30.0 - 81.0
VertRefresh  56.0 - 75.0
Option  DPMS
EndSection

Section Device
### Available Driver options are:-
### Values: i: integer, f: float, bool: True/False,
### string: String, freq: f Hz/kHz/MHz
### [arg]: arg optional
#Option NoAccel # [bool]
#Option SWcursor# [bool]
#Option Dac6Bit # [bool]
#Option Dac8Bit # [bool]
#Option BusType # [str]
#Option CPPIOMode   # [bool]
#Option CPusecTimeout   # i
#Option AGPMode # i
#Option AGPFastWrite# [bool]
#Option AGPSize # i
#Option GARTSize# i
#Option RingSize# i
#Option

Bug#585747: xserver-xorg-video-radeon: DRI enabled only after re-starting X

2010-06-13 Thread Julien Cristau
On Sun, Jun 13, 2010 at 16:24:35 +0200, Torsten Crass wrote:

 Package: xserver-xorg-video-radeon
 Version: 1:6.13.0-2
 Severity: important
 
 *** Please type your report below this line ***
 
 When X gets fired immediately after booting, DRI gets disabled, as
 can be seen from the attached 'Xorg.bootup.log' log file and the
 excerpt thereof shown below:
 
 (EE) RADEON(0): [dri] RADEONDRIGetVersion failed because of a
 version mismatch.

Please attach dmesg from right after bootup (and X start).

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#585747: xserver-xorg-video-radeon: DRI enabled only after re-starting X

2010-06-13 Thread Julien Cristau
On Sun, Jun 13, 2010 at 16:24:35 +0200, Torsten Crass wrote:

 Kernel version (/proc/version):
 Linux version 2.6.32-trunk-686 (Debian 2.6.32-5)
 (b...@decadent.org.uk) (gcc version 4.3.4 (Debian 4.3.4-6) ) #1 SMP
 Sun Jan 10 06:32:16 UTC 2010
 
That's a very old kernel, please use 2.6.32-5-686 which is current in
testing and unstable.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#585747: xserver-xorg-video-radeon: DRI enabled only after re-starting X

2010-06-13 Thread Torsten Crass

Julien,


Kernel version (/proc/version):
Linux version 2.6.32-trunk-686 (Debian 2.6.32-5)
(b...@decadent.org.uk) (gcc version 4.3.4 (Debian 4.3.4-6) ) #1 SMP
Sun Jan 10 06:32:16 UTC 2010


That's a very old kernel, please use 2.6.32-5-686 which is current in
testing and unstable.


sorry, my fault -- I assumed the kernel images installed by the 
linux-image-686 package would always appear at the top position in the 
grub menu, but 2.6.32-trunk-686 kept sitting there, so I've never bootet 
a new kernel for ages...


Anyway, thanks for the quick reply!

Regards --

Torsten



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org