Am I using the "ati" or "vesa" driver?

YuGiOhJCJ Mailing-List yugiohjcj-mailinglist at laposte.net
Wed Aug 6 16:52:12 PDT 2014


> >> > But I see a last problem: I have no 3d acceleration!
> >> > As you can see here:
> >> > $ cat /var/log/Xorg.0.log | grep Direct
> >> > [  7567.271] (WW) RADEON(0): Direct rendering disabled
> >> >
> >> > The full xorg log is available here: http://pastebin.com/hSKjXsvL
> >> >
> >> > Do you know how to have 3d acceleration please?
> >>
> >> To overcome
> >>
> >> http://pastebin.com/raw.php?i=AwPnpSJ7
> >>
> >> which you pasted on IRC, you need to compile Mesa with:
> >>
> >>       --with-egl-platforms=drm
> >
> > Are you speaking about the segmentation fault + backtrace problem?
> > I have built "mesa-10.0.2" with the "--with-egl-platforms=drm" option but I have again this segmentation fault + backtrace problem.
> > It does not solved this problem.
> >
> > Here is the exact configuration line I have used:
> > ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --mandir=/usr/man --docdir=/usr/doc/mesa-10.0.2 --with-dri-driverdir=/usr/lib/xorg/modules/dri --with-dri-drivers="i915,i965" --enable-shared-glapi --with-egl-platforms=drm
> >
> 
> You need to build the 3D driver.  Add -with-gallium-drivers=radeonsi
> to your configure line.
> 

I have added the "--with-gallium-drivers="radeonsi" option but I have again this segmentation fault + backtrace problem.
Here is the exact configure line I have used:
./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --mandir=/usr/man --docdir=/usr/doc/mesa-10.0.2 --with-dri-driverdir=/usr/lib/xorg/modules/dri --with-dri-drivers="i915,i965" --enable-shared-glapi --with-egl-platforms=drm --with-gallium-drivers="radeonsi"


More information about the xorg mailing list