> >> > 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"
_______________________________________________
xorg@lists.x.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.x.org/mailman/listinfo/xorg
Your subscription address: %(user_address)s

Reply via email to