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:17:35
Message-Id: CAN0CFw1-fY0P89o=ZEfY_DpvDNG134CeADcTvOtOwQFPgGFheQ@mail.gmail.com
In Reply to: Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory by Walter Dnes
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 > First question... do you really have an i810/i815 video chip? What
20 > does "lspci -v" show for video? If you do have an i810/i815, this may
21 > be a kernel config issue. Do you have CONFIG_DRM_I810 enabled? Via
22
23 I get this from lspci -v:
24
25 00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133
26 (CGC) Chipset Graphics Controller (rev 03) (prog-if 00 [VGA
27 controller])
28
29 I actually do have CONFIG_DRM_I810 enabled.
30
31 - Grant