I highly recommend the script posted (and updated) by forum member please_try_again in this thread: Upgrading ATI driver with atiupgrade
He has updated the script several times, so read to the end.
I went to the post you suggested and read to the end, downloaded the repo and ran it…
It worked perfectly I did have to do a 2nd reboot to get the mouse pointer to stop jerking but this was the same with the radeon driver so I suspect nothing to do with the install. Desktop effects don’t work as yet but I can live with that, bit more digging maybe.
On 08/21/2011 03:06 PM, terpic wrote:
> bit more digging maybe.
i’m unfamiliar with the script you have run, it may obviate the need
to go further…i don’t know, but you might want to take a look at: http://tinyurl.com/37v9y7m
suggest you do more reading than changing until you have made contact
with please_try_again and get his advice on whether or not what you have
now is as good as it gets now, or not…
and read my sig’s caveat…before you touch anything!
–
DD Caveat
openSUSE®, the “German Engineered Automobile” of operating systems!
After running atiupgrade, the fglrx driver should be already set up - atiupgrade executes aticonfig --initial to add/edit the device section of xorg.conf if needed. You can verify that the package is installed (I know it is but just for the records) and that the fglrx driver is used by checking the output of the following commands (the output in blue below is an example):
**# rpm -qa | grep fglrx**
fglrx64_xpic_SUSE114-8.881-1.x86_64
**# zypper se fglrx**
Loading repository data...
Reading installed packages...
S | Name | Summary | Type
--+----------------------+-----------------------------------------------------------+--------
i | fglrx64_xpic_SUSE114 | X Window display driver for the AMD graphics accelerators | package
**# hwinfo --gfxcard | grep -i driver**
Driver: "fglrx_pci"
Driver Modules: "fglrx"
Driver Info #0:
**# lsmod | grep fglrx**
fglrx 2930764 134
button 6829 1 fglrx
**# modinfo fglrx | sed '/alias/d'**
filename: /lib/modules/2.6.37.6-0.7-desktop/extra/fglrx.ko
license: Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY
description: ATI Fire GL
author: Fire GL - ATI Research GmbH, Germany
srcversion: 49F93B9C4695C2D765B83F6
depends: button
vermagic: 2.6.37.6-0.7-desktop SMP preempt mod_unload modversions
parm: firegl:charp
The following command provides info about 3D rendering:
**# fglrxinfo**
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon HD 2400 XT
OpenGL version string: 3.3.11005 Compatibility Profile Context
**# grep glx /var/log/Xorg.0.log**
2114.819] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
2114.875] (II) LoadModule: "glx"
2114.875] (II) Loading /usr/lib64/xorg/modules/updates/extensions/libglx.so
2114.875] (II) Module glx: vendor="FireGL - AMD Technologies Inc."
You can see more info or set some additional options in catalyst control center:
afaik, XFree86 is obsolete and has been replaced with xorg.
It fglrx is not properly installed, the desktop will run anway (without any warning that something is wrong!), but without 3D and video acceleration (so desktop effects won’t run).
To see it driver is really installed, use aticonfig, as please_try_again suggests.
For example you can try to read GPU temperature (aticonfig --odgt)