Gentoo Archives: gentoo-user

From: Raffaele BELARDI <raffaele.belardi@××.com>
To: "gentoo-user@l.g.o" <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 07:30:53
Message-Id: 51AC45EE.8060101@st.com
In Reply to: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory by Grant
1 On 06/02/2013 05:08 PM, Grant wrote:
2 > I'm getting this in /var/log/Xorg.0.log on a very old desktop:
3 >
4 > (EE) AIGLX error: dlopen of /usr/lib/dri/i810_dri.so failed
5 > (/usr/lib/dri/i810_dri.so: cannot open shared object file: No such
6 > file or directory)
7 > (EE) AIGLX: reverting to software rendering
8 >
9 > The system is remote to me but I'm pretty sure X is working. I think
10 > it's supposed to be a mesa file but I've tried reinstalling mesa:
11 >
12 > [ebuild R ] media-libs/mesa-9.1.2-r1 USE="classic egl gallium
13 > llvm nptl pax_kernel pic shared-glapi -bindist -debug -gbm -gles1
14 > -gles2 -openvg -osmesa (-r600-llvm-compiler) (-selinux) -vdpau
15 > (-wayland) -xa -xorg -xvmc" PYTHON_SINGLE_TARGET="python2_7
16 > -python2_6" PYTHON_TARGETS="python2_7 -python2_6" VIDEO_CARDS="intel
17 > -i915 -i965 -nouveau -r100 -r200 -r300 -r600 -radeon (-radeonsi)
18 > -vmware"
19 >
20
21 I had a similar problem but X did not start in my case. The only way to
22 solve it was by adding
23 Option "DRI" "false"
24 to Xorg.conf. The GPU is i810 here.
25
26 My understanding is that since i810_dri was removed from mesa a lot of
27 versions ago you need to disable DRI in xorg-server, otherwise the
28 error. Also to get some acceleration you need an older version of
29 xorg-server I think because "intel" supports only XAA and that was
30 removed from xorg starting from 1.13 (I'm using xorg-server 1.12.4-r1).
31
32 # grep "xorg" /etc/portage/package.mask
33 >=x11-base/xorg-server-1.13.1
34
35 xorg-server-1.13 and above here work, but window dragging is sloooow.
36
37 raf

Replies

Subject Author
Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory Adam Carter <adamcarter3@×××××.com>
Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory Grant <emailgrant@×××××.com>