Quote:
Originally Posted by dreck
Also, the command "yum list installed *mesa*", it was for the qt-devel package?
Thanks, dreck
|
No. It was for the mesa-libgl packages.
Anyway following commands should get all missing packages for you.
This is for XFree89 development packages I think.
Code:
yum install libX11-devel
This you might already have but trying it doesn't hurt.
Code:
yum install kernel-devel
Code:
yum install mesa-libGL-devel
Code:
yum install mesa-libGLU-devel
Code:
yum install qt-devel
Then Ati installation script should be able to build rpm-packages to your system.
In terminal install those packages with rpm command and as a root. Start from kernel module. In my system for example I would use following command ( in one line ).
Code:
rpm -ihv kernel-module-ATI-fglrx-2.6.19-1.2895.fc6-8.33.6-1.fc6.x86_64.rpm
In terminal you can use TAB-key to complete a started string.
BTW There is graphical software updater also ( and that runs yum command ) but I am not yet too familiar with it so I didn't mention about it to you earlier.