Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-04 Thread Grant
 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?
>
>
> Yes, see:
>
> http://en.wikipedia.org/wiki/XFree86_Acceleration_Architecture
>
> or:
>
> http://www.google.it/url?q=http://www.phoronix.com/scan.php%3Fpage%3Dnews_item%26px%3DMTA0NDg&sa=U&ei=R5OtUaPGK5CM4gSD4oCAAg&ved=0CBwQFjAA&usg=AFQjCNEoqxsVBtH1eI3Fgc2GomJRIK4ftg

Got it, thank you for your help.

- Grant



Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-04 Thread Raffaele BELARDI
On 06/04/2013 01:24 AM, Grant wrote:
>>> 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?


Yes, see:

http://en.wikipedia.org/wiki/XFree86_Acceleration_Architecture

or:

http://www.google.it/url?q=http://www.phoronix.com/scan.php%3Fpage%3Dnews_item%26px%3DMTA0NDg&sa=U&ei=R5OtUaPGK5CM4gSD4oCAAg&ved=0CBwQFjAA&usg=AFQjCNEoqxsVBtH1eI3Fgc2GomJRIK4ftg

raf


Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-03 Thread Grant
 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



Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-03 Thread Raffaele BELARDI
On 06/03/2013 06:18 PM, Grant wrote:
>>> 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?

raf


Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-03 Thread Grant
>> 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"
>
>   First question... do you really have an i810/i815 video chip?  What
> does "lspci -v" show for video?  If you do have an i810/i815, this may
> be a kernel config issue.  Do you have CONFIG_DRM_I810 enabled?  Via

I get this from lspci -v:

00:01.0 VGA compatible controller: Intel Corporation 82810E DC-133
(CGC) Chipset Graphics Controller (rev 03) (prog-if 00 [VGA
controller])

I actually do have CONFIG_DRM_I810 enabled.

- Grant



Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-03 Thread Grant
>> 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



Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-03 Thread Adam Carter
>
> Usually this sort of error is fixed with a rebuild of xf86-video-intel
>

Scratch that - memory fail.


Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-03 Thread Adam Carter
Usually this sort of error is fixed with a rebuild of xf86-video-intel


Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-03 Thread Raffaele BELARDI
On 06/02/2013 05:08 PM, Grant wrote:
> 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).

# grep "xorg" /etc/portage/package.mask
>=x11-base/xorg-server-1.13.1

xorg-server-1.13 and above here work, but window dragging is slw.

raf


Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-02 Thread Walter Dnes
On Sun, Jun 02, 2013 at 08:08:36AM -0700, Grant wrote
> 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"

  First question... do you really have an i810/i815 video chip?  What
does "lspci -v" show for video?  If you do have an i810/i815, this may
be a kernel config issue.  Do you have CONFIG_DRM_I810 enabled?  Via
"make menuconfig", it's...

Device Drivers  --->
  Graphics support  --->
<*> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support
<*>   Intel I810

  Note that the "Help" notes for the "Intel 8xx/9xx/G3x/G4x/HD Graphics"
option specifically say that it does *NOT* support i810/i815 chips.

-- 
Walter Dnes 
I don't run "desktop environments"; I run useful applications



[gentoo-user] Re: [gentoo-user] /usr/lib/dri/i810_dri.so: No such file or directory

2013-06-02 Thread the guard



 Grant :
> 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"
> 
> - Grant
Looks like Intel video driver.