You are not logged in.
Hi all!
There is a new version of the ATI fglrx driver available, 8.26.18.
Maybe this time 3D acceleration will work with the Xpress 200M based graphics card (version 8.24 worked, but version 8.25 works only commenting Load dri in /etc/X11/xorg.conf).
Anybody has tried the new driver?
='.'= <-- Cat powered by Arch Linux
Offline
No luck
From http://www.phoronix.com/scan.php?page=a … =501&num=1
One of the very heated issues that was introduced into the fglrx 8.25.18 display drivers was the broken support for the Radeon R200 family. Though a workaround is available, many in the community have been frustrated by this problem. Well, the R200 OpenGL API entry-point issue still has not been resolved in the 8.26.18 release. ATI Technologies is continuing to investigate the issue; however, there is no word yet when they anticipate a fix. ATI will address the issue with a knowledge base article. Another feature that has yet to appear is TV-out support for the Radeon X1000 products. Originally the TV-out X1k support was supposed to come last month. When the TV-out support comes (hopefully next month) for the Radeon X1000 series X.Org v6.9 or newer will be required.
Maybe in the next version (this is frustating!)
Thanks to iphitus to include the new driver in the Arch repos so fast!
='.'= <-- Cat powered by Arch Linux
Offline
Offline
Still no luck, but thank you :-)
='.'= <-- Cat powered by Arch Linux
Offline
Great drivers ATI, now my 2nd head is forced to 60Hz, startup of X hangs for 10 seconds and both of my screens initialize with a nice degauss... good job. Another package that goes in ignorePkg (if it was opensource I would have looked for a fix, but this time...)
Offline
I loose OpenGL Acceleration with the new 8.26 package:
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.4.2)
going back to the 8.25 package brings back acceleration
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X1600 Series Generic
OpenGL version string: 2.0.5814 (8.25.18)
Any ideas how to fix this?
Offline
I've got the same problem:
Here is the error message:
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
dlopen: /usr/lib/xorg/modules/extensions/libGLcore.so: undefined symbol: __glXLastContext
(EE) Failed to load /usr/lib/xorg/modules/extensions/libGLcore.so
Offline
I have the same problem here, but I didn't notice any error message in my logfile, maybe I looked over it.
I downgraded back to the old version...
Offline
Offline
Hmmm... Are you loading GLcore in /etc/X11/xorg.conf?
According to this, you can try commenting Load "GLcore".
> % nm libGLcore.so | grep __glXLastContext
> U __glXLastContextYeah: don't load libGLcore explicitly in xorg.conf.
Information found in the following link:
http://lists.freedesktop.org/archives/x … 13672.html
Good luck! :-)
='.'= <-- Cat powered by Arch Linux
Offline
Thanks for the tips miausX
Offline
I don't load GLcore in xorg.conf. Maybe thats the reason why I don't get any error message.
Non the less I don't get OpenGL Acceleration working
Offline
Here neither... no ATI OpenGL Accelaration :?
Offline
I had the same problem, what i noticed is that I lost 3d acceleration when the ati-fglrx-utils went from 8.26.18-1 to 8.26.18-2 when I synced today. So I down graded just the utils back to 8.26.18-1 and everything works again.
So I am running 8.26.18-2 modules but 8.26.18-1 utils
Hope this helps
Offline
I had the same problem, what i noticed is that I lost 3d acceleration when the ati-fglrx-utils went from 8.26.18-1 to 8.26.18-2 when I synced today. So I down graded just the utils back to 8.26.18-1 and everything works again.
So I am running 8.26.18-2 modules but 8.26.18-1 utils
Hope this helps
Same here, worked fine before today's update.
Offline
bunnyhugh wrote:I had the same problem, what i noticed is that I lost 3d acceleration when the ati-fglrx-utils went from 8.26.18-1 to 8.26.18-2 when I synced today. So I down graded just the utils back to 8.26.18-1 and everything works again.
So I am running 8.26.18-2 modules but 8.26.18-1 utils
Hope this helps
Same here, worked fine before today's update.
An easy fix to get direct rendering to work without downgrading:
in /usr/lib/ the softlink libGL.so.1 might point to a file libGL.so.1.2.R200. Delete the link and create a new one that points to the "correct file" libGL.so.1.2 like so:
# su
# rm /usr/lib/libGL.so.1
# ln -s /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1
hope this works for out for you.
Offline
An easy fix to get direct rendering to work without downgrading:
in /usr/lib/ the softlink libGL.so.1 might point to a file libGL.so.1.2.R200. Delete the link and create a new one that points to the "correct file" libGL.so.1.2 like so:# su
# rm /usr/lib/libGL.so.1
# ln -s /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1hope this works for out for you.
That's it! I was to blind to see the wrong symlink
Thanks!
Offline
An easy fix to get direct rendering to work without downgrading:
in /usr/lib/ the softlink libGL.so.1 might point to a file libGL.so.1.2.R200. Delete the link and create a new one that points to the "correct file" libGL.so.1.2 like so:# su
# rm /usr/lib/libGL.so.1
# ln -s /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1hope this works for out for you.
Yep, this worked here also. Good spot, thanks
Offline
One thing though ... running pacman seems to relink to the r200 ...
Offline
An easy fix to get direct rendering to work without downgrading:
in /usr/lib/ the softlink libGL.so.1 might point to a file libGL.so.1.2.R200. Delete the link and create a new one that points to the "correct file" libGL.so.1.2 like so:# su
# rm /usr/lib/libGL.so.1
# ln -s /usr/lib/libGL.so.1.2 /usr/lib/libGL.so.1hope this works for out for you.
Thanx.. this work for me too.
Offline