From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-148022-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 4DD931381F3
	for <garchives@archives.gentoo.org>; Mon,  3 Jun 2013 23:24:37 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2B8FCE09C6;
	Mon,  3 Jun 2013 23:24:26 +0000 (UTC)
Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D63C1E096D
	for <gentoo-user@lists.gentoo.org>; Mon,  3 Jun 2013 23:24:24 +0000 (UTC)
Received: by mail-wi0-f171.google.com with SMTP id hm9so208763wib.4
        for <gentoo-user@lists.gentoo.org>; Mon, 03 Jun 2013 16:24:23 -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=uFBgMtgJTObi7Gq2bhq5JH9AfLwrQSxLZJAkfsntPJU=;
        b=D2Q3o8YoBG1uWk6VeQ/tvl3gY+dbTeDLgkid08MxzYJgjrofRJHkRrrnayPtSlrSNd
         grRwBDFO1WyU91yYHCmm8dQC/L4bjhx2DCRmsNZWSYBXwtU14or9v6HQvwFjfRk8FMwc
         uMs5JxyWrqgZGhKmuv6GygVrdSt22C6w21YWrICEvgdaJt7rCFfQw8UiISL8NMKHOZ4O
         VXwXIKqOs5lVuI5vTtfyBLpqVMgJyqKKcSdb/TIAz6sZ1ChRXVzOj8wegzD1jXdn1Iip
         qlisSfYaPhowHgwrLh56EEINXCYt1YjobZAnT7KJB3Ar96lXLHnpH4lBZK3PtJ2rj6iG
         WWyQ==
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.194.216.39 with SMTP id on7mr19219712wjc.4.1370301863368;
 Mon, 03 Jun 2013 16:24:23 -0700 (PDT)
Received: by 10.194.9.198 with HTTP; Mon, 3 Jun 2013 16:24:23 -0700 (PDT)
In-Reply-To: <51ACC357.80407@st.com>
References: <CAN0CFw19tPPTVUcJKN6OsRZ+D+gC4WTQ29ZWwQ8FCw5UuiNULQ@mail.gmail.com>
	<51AC45EE.8060101@st.com>
	<CAN0CFw3J_aSyymfLin8KYAscmVYZeu9mjijzsep63in6zwjxcQ@mail.gmail.com>
	<51ACC357.80407@st.com>
Date: Mon, 3 Jun 2013 16:24:23 -0700
Message-ID: <CAN0CFw0e4bohoDZ42o4=3bNDN=JL-couo2dcouvnwpiLROrtew@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: b8f3406b-9a4c-42d1-a799-95c9b9646d3b
X-Archives-Hash: 6f430bd1bb61aca86acea643c9eb4dfc

>>>> 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
>>>>
>>>
>>> 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)
>>
>
> What version of xorg-server?

It's xorg-server-1.13.4 so the error makes sense considering your
previous explanation, correct?

- Grant