[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: squeeze radeonhd and openGL



Le 10/08/2010 à 17:18, Brice Goglin a écrit :
> 
> Le 10/08/2010 15:57, Alain Baeckeroot a écrit :
> > Hi
> >
> > I tested squeeze amd64 with an ATI HD3400 (R600) graphic card.
> >
> > 1/ It works with non-free firmware and driver (fglrx).
> > glxinfo ok
> > glxgears thousands fps
> > extremetuxracer more than 100 fps
> >
> > 2/ i tried with radeonhd driver and miserably failed:
> > glxinfo -> segfault
> > anything with GL -> segfault
> > i tested lincity-ng : 
> >  * SDL only works
> >  * GL -> segfault
> >   
> 
> Make sure fglrx was really removed entirely for real. It often doesn't
> install properly and breaks other drivers.
yes
i needed to apt-get install --reinstall  libgl1-mesa-glx

i think i previously had a glxinfo comming from nonfree package:
ldd /usr/bin/glxinfo                                                                                                                                                                                       
        linux-vdso.so.1 =>  (0x00007fff4b7ff000)                                                                                                                                                           
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00007fc081f97000)                                                                                                                                             
        libm.so.6 => /lib/libm.so.6 (0x00007fc081d15000)                                                                                                                                                   
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fc0819d8000)                                                                                                                                           
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007fc0817bc000)                                                                                                                                       
        libc.so.6 => /lib/libc.so.6 (0x00007fc08145b000)                                                                                                                                                   
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fc081248000)                                                                                                                                         
        libatiuki.so.1 => not found										<--------                                                                                                                                                                        
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fc08102c000)                                                                                                                                           
        libdl.so.2 => /lib/libdl.so.2 (0x00007fc080e27000)                                                                                                                                                 
        /lib64/ld-linux-x86-64.so.2 (0x00007fc082186000)                                                                                                                                                   
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fc080c24000)                                                                                                                                           
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fc080a1f000)     

while after reinstalling libgl1-mesa-glx
ldd /usr/bin/glxinfo                                           
        linux-vdso.so.1 =>  (0x00007fff55f89000)                
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00007fe33b0bf000)  
        libm.so.6 => /lib/libm.so.6 (0x00007fe33ae3d000)        
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fe33ab00000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00007fe33a8e4000)
        libc.so.6 => /lib/libc.so.6 (0x00007fe33a583000)            
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fe33a370000)  
        libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007fe33a16b000)
        libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007fe339f69000)
        libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007fe339d63000)  
        libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007fe339b58000)        
        libdl.so.2 => /lib/libdl.so.2 (0x00007fe339954000)              
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fe339737000)        
        /lib64/ld-linux-x86-64.so.2 (0x00007fe33b357000)                
        librt.so.1 => /lib/librt.so.1 (0x00007fe33952f000)              
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fe33932b000)        
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fe339126000)    

now it works (slowly) with radeon

> 
> By the way, you should probably use radeon instead of radeonhd.
why ? 
I thought radeonhd was the correct one for my r600 card 
(ati mobility radeon HD3400)

> Make
> sure you have Debian's kernel 2.6.32-5-amd64.
yes.

now i have another problem :
i cannot switch to vt1 (text console) or i have only a black screen
and need to switch off the computer (soft reboot does not work)



Reply to: