Fedora Core 4 Installation Guide: Difference between revisions

From cchtml.com
No edit summary
No edit summary
Line 2: Line 2:
==Script installer==
==Script installer==
#su to root
#su to root
#./ati-installer.run
#./ati-installer-(version).run
#Follow the prompts and it will install.
#Follow the prompts and it will install.
#Reboot upon completion of installation.
#Reboot upon completion of installation.
Line 8: Line 8:
==RPM installer==
==RPM installer==
#su to root
#su to root
#rpm -Uhv fglrx_6_8_0-8.21.7-1.i386.rpm
#rpm -Uhv fglrx_6_8_0-(version).rpm
#Reboot upon completion.
#Reboot upon completion.


== Known Problems ==
==livna.org package==
1.Install the livna.org repository:
rpm -Uvh http://rpm.livna.org/fedora/4/i386/RPMS.lvn/livna-release-4-0.lvn.7.4.noarch.rpm
2.Install the drivers:
yum install kernel-module-fglrx-$(uname -r)


A kernel update will require a modul rebuild.


Check the [[Frequently Asked Questions]] page for checking if installation was a success.
Check the [[Frequently Asked Questions]] page for checking if installation was a success.

Revision as of 05:00, 29 January 2006

Script installer

  1. su to root
  2. ./ati-installer-(version).run
  3. Follow the prompts and it will install.
  4. Reboot upon completion of installation.

RPM installer

  1. su to root
  2. rpm -Uhv fglrx_6_8_0-(version).rpm
  3. Reboot upon completion.

livna.org package

1.Install the livna.org repository:

rpm -Uvh http://rpm.livna.org/fedora/4/i386/RPMS.lvn/livna-release-4-0.lvn.7.4.noarch.rpm

2.Install the drivers:

yum install kernel-module-fglrx-$(uname -r)


Check the Frequently Asked Questions page for checking if installation was a success.