Scientific Linux: Difference between revisions
From cchtml.com
(Undo revision 7719 by 64.26.99.112 (Vandalism)) |
No edit summary |
||
Line 1: | Line 1: | ||
== Scientific Linux 5.0 == | == Scientific Linux 5.0 == | ||
The ATI driver installer | The ATI driver installer as of version 8.2.4 has the ability to build RPMs. | ||
ati-driver-installer- | ati-driver-installer-''VERSION''-x86.x86_64.run --listpkg | ||
shows the packages it can build. | shows the packages it can build. You may use the Red Hat drivers for Scientific Linux. For | ||
Scientific Linux 6 (64-bit) you would run: | |||
ati-driver-installer- | ati-driver-installer-X.X.X-x86.x86_64.run --buildpkg RedHat/RHEL6_64a | ||
and it generated | and it generated RPMs for your specific version (e.g. version 12-3 produces) : | ||
fglrx64_p_i_c-8.951-1.x86_64.rpm | |||
To install these RPMs run | To install these RPMs run | ||
rpm -Uvh | rpm -Uvh ''<rpm_path>'' | ||
After the RPM installation, make sure to run aticonfig to setup your video card. | |||
aticonfig --initial | aticonfig --initial | ||
Your setup may be tested when X is not running with: | |||
startx | startx | ||
{{VCT}} | {{VCT}} | ||
[[Category:Distributions]] | [[Category:Distributions]] | ||
[[Category:NeedsUpdating]] | [[Category:NeedsUpdating]] |
Revision as of 21:54, 2 April 2012
Scientific Linux 5.0
The ATI driver installer as of version 8.2.4 has the ability to build RPMs.
ati-driver-installer-VERSION-x86.x86_64.run --listpkg
shows the packages it can build. You may use the Red Hat drivers for Scientific Linux. For Scientific Linux 6 (64-bit) you would run:
ati-driver-installer-X.X.X-x86.x86_64.run --buildpkg RedHat/RHEL6_64a
and it generated RPMs for your specific version (e.g. version 12-3 produces) :
fglrx64_p_i_c-8.951-1.x86_64.rpm
To install these RPMs run
rpm -Uvh <rpm_path>
After the RPM installation, make sure to run aticonfig to setup your video card.
aticonfig --initial
Your setup may be tested when X is not running with:
startx
Distribution Neutral Steps |