On 06/02/2013 05:08 PM, Grant wrote:
> I'm getting this in /var/log/Xorg.0.log on a very old desktop:
> 
> (EE) AIGLX error: dlopen of /usr/lib/dri/i810_dri.so failed
> (/usr/lib/dri/i810_dri.so: cannot open shared object file: No such
> file or directory)
> (EE) AIGLX: reverting to software rendering
> 
> The system is remote to me but I'm pretty sure X is working.  I think
> it's supposed to be a mesa file but I've tried reinstalling mesa:
> 
> [ebuild   R    ] media-libs/mesa-9.1.2-r1  USE="classic egl gallium
> llvm nptl pax_kernel pic shared-glapi -bindist -debug -gbm -gles1
> -gles2 -openvg -osmesa (-r600-llvm-compiler) (-selinux) -vdpau
> (-wayland) -xa -xorg -xvmc" PYTHON_SINGLE_TARGET="python2_7
> -python2_6" PYTHON_TARGETS="python2_7 -python2_6" VIDEO_CARDS="intel
> -i915 -i965 -nouveau -r100 -r200 -r300 -r600 -radeon (-radeonsi)
> -vmware"
> 

I had a similar problem but X did not start in my case. The only way to
solve it was by adding
        Option          "DRI" "false"
to Xorg.conf. The GPU is i810 here.

My understanding is that since i810_dri was removed from mesa a lot of
versions ago you need to disable DRI in xorg-server, otherwise the
error. Also to get some acceleration you need an older version of
xorg-server I think because "intel" supports only XAA and that was
removed from xorg starting from 1.13 (I'm using xorg-server 1.12.4-r1).

# grep "xorg" /etc/portage/package.mask
>=x11-base/xorg-server-1.13.1

xorg-server-1.13 and above here work, but window dragging is sloooow.

raf

Reply via email to