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

Bug#347575: xserver-xorg: DRI cannot be enabled with my RV280 (Radeon 9200 Pro)



Am Mittwoch, 11. Januar 2006 18:33 schrieb Michel Dänzer:
> On Wed, 2006-01-11 at 16:58 +0100, Stefan Borggraefe wrote:
> > $ lsmod | grep -E "(drm|agp|radeon)"
> > radeon                 97120  1
> > drm                    64724  2 radeon
> > via_agp                 9344  1
> > agpgart                31496  2 drm,via_agp
>
> This looks as if the radeon module is in use. What does
>
> sudo lsof /dev/dri/card0
>
> say?

Ugh, this was the problem:

# lsof /dev/dri/card0
COMMAND   PID   USER   FD   TYPE DEVICE SIZE  NODE NAME
3ddeskd 19721 stefan  mem    CHR  226,0      18084 /dev/dri/card0
3ddeskd 19721 stefan    5u   CHR  226,0      18084 /dev/dri/card0

After killing 3ddeskd (from package 3ddesktop), Xorg was able to use the DRI 
again. When I start 3ddeskd after Xorg, I can use both together. But when 
3ddeskd is already running, Xorg can't enable its DRI support.

As a workaround I added

  killall 3ddeskd

into
  
  /etc/kde3/kdm/Xreset

which seems to work.

I think theses packages should work flawlessy together out of the box and so 
this is still bug report-worthy. But I'm not sure which package needs to be 
fixed and whether this bug report should be moved to another package.

Greetings, Stefan!



Reply to: