From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-148009-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 885CE1381F3
	for <garchives@archives.gentoo.org>; Mon,  3 Jun 2013 16:19:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3E646E097A;
	Mon,  3 Jun 2013 16:19:01 +0000 (UTC)
Received: from mail-we0-f173.google.com (mail-we0-f173.google.com [74.125.82.173])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EE707E07D2
	for <gentoo-user@lists.gentoo.org>; Mon,  3 Jun 2013 16:18:59 +0000 (UTC)
Received: by mail-we0-f173.google.com with SMTP id x55so1929081wes.18
        for <gentoo-user@lists.gentoo.org>; Mon, 03 Jun 2013 09:18:58 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type;
        bh=/mtMDq1iPtg799ooIZAC7udnw8MvsgUe98BvAZdFiqg=;
        b=lzAZbYRrWGbw9p7m3nh51ffbcdMf5zIScD7G6wZzQkKutqw+WFqUSpe63hPHgILCnt
         zv/NYsvd6RRlRDzpyPXQThN3KSi3RYGdAe/BPC9qfXAX7WQEAds6vHI5/F7g8sTMHuyh
         d2sbs0aP5efCAsmt3pWggh3a453rM3x1pFwJqiLCCnrsfOpZUfLXNeyc/iIw6eoEkiTv
         thiuQusW5a4voHF8jtbS5Vi7Yz81g5Vrx+RhsxVmSbB4Y42xVe7yB7lFNCEPX1JJjjJr
         KPOLg1WLwIIWHSsaOL/Q3/08OK1rnD31NZvSsCojSMHu0nsmuT/CVXXvd6gbG3VeN028
         EG4Q==
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.181.13.169 with SMTP id ez9mr13302843wid.8.1370276338678;
 Mon, 03 Jun 2013 09:18:58 -0700 (PDT)
Received: by 10.194.9.198 with HTTP; Mon, 3 Jun 2013 09:18:58 -0700 (PDT)
In-Reply-To: <51AC45EE.8060101@st.com>
References: <CAN0CFw19tPPTVUcJKN6OsRZ+D+gC4WTQ29ZWwQ8FCw5UuiNULQ@mail.gmail.com>
	<51AC45EE.8060101@st.com>
Date: Mon, 3 Jun 2013 09:18:58 -0700
Message-ID: <CAN0CFw3J_aSyymfLin8KYAscmVYZeu9mjijzsep63in6zwjxcQ@mail.gmail.com>
Subject: Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory
From: Grant <emailgrant@gmail.com>
To: Gentoo mailing list <gentoo-user@lists.gentoo.org>
Content-Type: text/plain; charset=ISO-8859-1
X-Archives-Salt: 64593499-683d-4d09-b03d-59d0062c7701
X-Archives-Hash: 8612c568d0376cc0c00e3ae83fb42e7c

>> 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).

Thank you, that removed the error.  I'm still getting the following
but I think that's expected?

(EE) intel: Failed to load module "xaa" (module does not exist, 0)

- Grant