Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: 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 01:13:27
Message-Id: 20130603011314.GB28323@waltdnes.org
In Reply to: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory by Grant
1 On Sun, Jun 02, 2013 at 08:08:36AM -0700, 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 First question... do you really have an i810/i815 video chip? What
21 does "lspci -v" show for video? If you do have an i810/i815, this may
22 be a kernel config issue. Do you have CONFIG_DRM_I810 enabled? Via
23 "make menuconfig", it's...
24
25 Device Drivers --->
26 Graphics support --->
27 <*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support
28 <*> Intel I810
29
30 Note that the "Help" notes for the "Intel 8xx/9xx/G3x/G4x/HD Graphics"
31 option specifically say that it does *NOT* support i810/i815 chips.
32
33 --
34 Walter Dnes <waltdnes@××××××××.org>
35 I don't run "desktop environments"; I run useful applications

Replies

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