PDA

View Full Version : Problem with ATI Mobility X600 (RV380 based) after preupgrade FC13 --> FC14


shengouki
3rd November 2010, 02:40 PM
Hi folks,

I really need your help with one problem I have with the Videocard of one of my laptops. This laptop has a Mobility Radeon X600 card (RV380 based). I always had 3D hardware acceleration with mesa (at least in Fedora 12 and 13), but now it doesn't work. Boot seems normal, but reviewing the logs, I see this in the Xorg.0.log (after loading the radeon modues):

[ 28.749] (EE) AIGLX error: Calling driver entry point failed
[ 28.749] (EE) AIGLX: reverting to software rendering
[ 28.749] (II) AIGLX: Screen 0 is not DRI capable
[ 28.816] (II) AIGLX: Loaded and initialized /usr/lib/dri/swrast_dri.so

So GLxInfo gives me this string:


OpenGL vendor string: Mesa Project
OpenGL renderer string: Software Rasterizer
OpenGL version string: 2.1 Mesa 7.9

I don't have hardware acceleration, so no compositing and no gnome-shell :(

I tried with both 7.9.1 and 7.9.2 versions of mesa-dri-driver (and its libs). The xorg-x11-drv-ati version is 6.13.1-0.3.20100705git37b348059.fc14

any ideas?


Thanks in advanced and sorry for my english

AdamW
3rd November 2010, 09:42 PM
Can you post the full /var/log/Xorg.0.log to http://fpaste.org ? Thanks!

shengouki
3rd November 2010, 10:45 PM

Thank you for you fast response!! Here it is

http://fpaste.org/H2Dn/

This paste is with mesa driver 9.7.1

jackhowarth
5th November 2010, 10:01 PM
I saw the same issue with a simple yum upgrade using...

yum update yum
yum --releasever=14 update --skip-broken

on a Dell Latitude D810 with X600 graphics. The only solution which worked was to download the files...

mesa-dri-drivers-7.10-0.6.fc15.i686.rpm
mesa-dri-drivers-experimental-7.10-0.6.fc15.i686.rpm
mesa-libGL-7.10-0.6.fc15.i686.rpm
mesa-libGLU-7.10-0.6.fc15.i686.rpm

from rawhide and install them with 'yum --nogpgcheck localiinstall'. After that /var/log/Xorg.0.log reports...

[ 30.765] (II) SELinux: Disabled by boolean
[ 30.925] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 30.925] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 30.925] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 30.925] (II) AIGLX: enabled GLX_SGI_make_current_read
[ 30.925] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 30.926] (II) AIGLX: Loaded and initialized /usr/lib/dri/r300_dri.so
[ 30.926] (II) GLX: Initialized DRI2 GL provider for screen 0

and pymol executed on the command line shows...

OpenGL graphics engine:
GL_VENDOR: DRI R300 Project
GL_RENDERER: Mesa DRI R300 (RV380 3150) 20090101 TCL DRI2
GL_VERSION: 1.5 Mesa 7.10-devel

Oddly 'glxgears -info' seems to report a slower frame rate than the software render.

AdamW
6th November 2010, 12:21 AM
uf, don't see anything obviously wrong from the logs :/ can you file a bug on this at bugzilla.redhat.com and include all the logs and stuff mentioned at https://fedoraproject.org/wiki/How_to_debug_Xorg_problems ? thanks!

AdamW
6th November 2010, 12:22 AM
oh, component xorg-x11-drv-ati .

shengouki
10th November 2010, 06:00 PM
I have just filed the bug

https://bugzilla.redhat.com/show_bug.cgi?id=651972

@AdamW

Thank you so much for your help and support