Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory
Date: Mon, 03 Jun 2013 16:19:08
Message-Id: CAN0CFw3J_aSyymfLin8KYAscmVYZeu9mjijzsep63in6zwjxcQ@mail.gmail.com
In Reply to: Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory by Raffaele BELARDI
1 >> I'm getting this in /var/log/Xorg.0.log on a very old desktop:
2 >>
3 >> (EE) AIGLX error: dlopen of /usr/lib/dri/i810_dri.so failed
4 >> (/usr/lib/dri/i810_dri.so: cannot open shared object file: No such
5 >> file or directory)
6 >> (EE) AIGLX: reverting to software rendering
7 >>
8 >> The system is remote to me but I'm pretty sure X is working. I think
9 >> it's supposed to be a mesa file but I've tried reinstalling mesa:
10 >>
11 >> [ebuild R ] media-libs/mesa-9.1.2-r1 USE="classic egl gallium
12 >> llvm nptl pax_kernel pic shared-glapi -bindist -debug -gbm -gles1
13 >> -gles2 -openvg -osmesa (-r600-llvm-compiler) (-selinux) -vdpau
14 >> (-wayland) -xa -xorg -xvmc" PYTHON_SINGLE_TARGET="python2_7
15 >> -python2_6" PYTHON_TARGETS="python2_7 -python2_6" VIDEO_CARDS="intel
16 >> -i915 -i965 -nouveau -r100 -r200 -r300 -r600 -radeon (-radeonsi)
17 >> -vmware"
18 >>
19 >
20 > I had a similar problem but X did not start in my case. The only way to
21 > solve it was by adding
22 > Option "DRI" "false"
23 > to Xorg.conf. The GPU is i810 here.
24 >
25 > My understanding is that since i810_dri was removed from mesa a lot of
26 > versions ago you need to disable DRI in xorg-server, otherwise the
27 > error. Also to get some acceleration you need an older version of
28 > xorg-server I think because "intel" supports only XAA and that was
29 > removed from xorg starting from 1.13 (I'm using xorg-server 1.12.4-r1).
30
31 Thank you, that removed the error. I'm still getting the following
32 but I think that's expected?
33
34 (EE) intel: Failed to load module "xaa" (module does not exist, 0)
35
36 - Grant

Replies

Subject Author
Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory Raffaele BELARDI <raffaele.belardi@××.com>