Andrew Benton wrote:
> On 21/03/10 00:30, Baho Utot wrote:
>   
>> (EE) AIGLX error: dlopen of /usr/lib/dri/r600_dri.so failed
>> (/usr/lib/dri/r600_dri.so: cannot open shared object file: No such file
>> or directory)
>> (EE) AIGLX error: dlopen of /usr/lib/dri/swrast_dri.so failed
>> (/usr/lib/dri/swrast_dri.so: cannot open shared object file: No such
>> file or directory)
>>          ABI class: X.Org XInput driver, version 7.0
>>
>>
>> Looks like it is looking for /usr/lib/dri/r600_dri.so and I don't have it.
>> Where or who does it come from?
>>     
>
> It comes from Mesa.
> Try recompiling libdrm with the option
> ./configure --prefix=/usr --enable-radeon-experimental-api
>
> Then recompile Mesa with the option
> ./configure --prefix=/usr --with-dri-drivers=r600
>
> Andy
>   

Yes I have solved one of the problems, (Yea) I missed this for MesaLib,
I found the error when I went to recompile mesalib per your instructions.

export XORG_PREFIX="/usr"
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
    --mandir=$XORG_PREFIX/share/man --localstatedir=/var"

After fixing MesaLib and recompiling all the affected packages glxinfo 
now says:

name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:

OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: Mesa DRI R600 (RV730 9490) 20090101 
x86/MMX+/3DNow!+/SSE2 TCL
OpenGL version string: 1.4 Mesa 7.6

I still have a problem with glxgears
Trying to run glxgears I get

drmRadeonCmdBuffer: -22. Kernel failed to parse or rejected command 
stream. See dmesg for more info.

This is what is in dmesg
 793.893176] [drm] Initialized radeon 1.30.0 20080528 for 0000:01:00.0 
on minor 0
[  794.179879] [drm] Setting GART location based on new memory map
[  794.195107] [drm] Loading RV730 PFP Microcode
[  794.195117] [drm] Loading RV730 CP Microcode
[  794.210144] [drm] Resetting GPU
[  794.210200] [drm] writeback test succeeded in 1 usecs


Is this saying I am missing some thing in the kernel configuration or is 
it a permission problem

If you could help me with this I would be gratefull

Thanks for all who have helped.

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to