 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |

30th October 2004, 05:25 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: France
Age: 35
Posts: 533

|
|
|
ATI driver RPMs at Livna.org
This how-to is dedicated to the installation and configuration of the ATI driver using Livna RPM packages.
Before installing the Livna RPMs, you need to remove any previous ATI driver. Something like :
Code:
yum remove ati-fglrx* kernel-module-fglrx*
rpm -e fglrx
rm -rf /lib/modules/fglrx
First, you have to setup yum for Livna.org unstable repository. So modify you /etc/yum.conf file. - Fedora Core 2
Code:
[livna-unstable]
name=Livna Unstable
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/yum/unstable
gpgcheck=1
- Fedora Core 3
Code:
[livna-unstable]
name=Livna Unstable
baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable
gpgcheck=1
You can import the GPG key for Livna repositories:
Then, install the ATI driver:
Code:
yum install ati-fglrx kernel-module-fglrx-$(uname -r)
That's it !! Restart Xorg...
The ATI driver has its own internal AGP management for Intel chipsets. If you don't have an Intel chipset, change the "UseInternalAGPGART" option to "no" in the device section of the /etc/X11/xorg.con file :
Code:
Option "UseInternalAGPGART" "no"
Note that if you have a nForce chispet, you need the nVidia driver installed and loaded (I guess, it's no my case).
If you have a problem with the RPM packages, please report bugs at:
http://bugzilla.livna.org
http://bugzilla.livna.org/show_bug.cgi?id=296
If you have problem configure the ATI driver, have look at:
http://rage3d.com/board/forumdisplay.php?f=88
Enjoy
Last edited by micha; 9th February 2005 at 09:31 PM.
|

30th October 2004, 05:49 PM
|
|
Retired Community Manager
|
|
Join Date: Mar 2004
Location: Tartu
Posts: 1,550

|
|
Quote:
|
Originally Posted by micha
|
Thank you for that link! I will try to get some help on that forum if I will get into trouble configuring the video card, but I will wait a bit installing those drivers, because I don't have any need to rush.
|

30th October 2004, 06:09 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1,317

|
|
|
Is there any way to build the module for other Kernels? I'm otherwise screwed since 521 doesn't behave properly with my keyboard.
__________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.
Please vote for this bug and help me make GAYT [Go As You Type ]a standard option in Firefox.
|

30th October 2004, 06:13 PM
|
 |
Retired Community Manager
|
|
Join Date: Feb 2004
Location: Aalesund, Norway
Age: 26
Posts: 1,888

|
|
|
Yes, get the src.rpm and rebuild it for your kernel. If you run into trouble, ask the maintainer of the package.
|

30th October 2004, 06:16 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1,317

|
|
|
Is there a how to for building rpms from src.rpms? rpmbuild is leaving me very confused...does it still need a spec file like when you build from a tarball?
__________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.
Please vote for this bug and help me make GAYT [Go As You Type ]a standard option in Firefox.
Last edited by Shadow Skill; 30th October 2004 at 06:33 PM.
|

30th October 2004, 09:10 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 2

|
|
|
Yum Problem
Hmmm....
Code:
[root@krisco ccoulter]# yum install ati-fglrx-3.14.1-0.lvn.6.2 ati-fglrx-devel-3.14.1-0.lvn.6.2 kernel-module-fglrx-2.6.8-1.521-3.14.1-0.lvn.6.2
Gathering header information file(s) from server(s)
Server: Fedora Core 2 - i386 - Base
Server: Livna Testing
Server: Fedora Core 2 - i386 - Released Updates
Finding updated packages
Downloading needed headers
kernel-module-fglrx-2.6.8 100% |=========================| 2.9 kB 00:00
kernel-module-fglrx-2.6.8 100% |=========================| 2.9 kB 00:00
libdvdnav-devel-0-0.1.10- 100% |=========================| 2.3 kB 00:00
ati-fglrx-devel-0-3.14.1- 100% |=========================| 2.9 kB 00:00
ati-fglrx-0-3.14.1-0.lvn. 100% |=========================| 5.6 kB 00:00
totem-0-0.99.12-0.lvn.1.2 100% |=========================| 6.8 kB 00:00
kernel-module-fglrx-2.6.8 100% |=========================| 3.0 kB 00:00
totem-mozilla-0-0.99.12-0 100% |=========================| 2.5 kB 00:00
libdvdnav-0-0.1.10-0.lvn. 100% |=========================| 1.9 kB 00:00
ati-fglrx-0-3.14.1-0.lvn. 100% |=========================| 5.6 kB 00:00
ati-fglrx-devel-0-3.14.1- 100% |=========================| 2.9 kB 00:00
kplayer-0-0.5.2-0.lvn.1.2 100% |=========================| 7.8 kB 00:00
kernel-module-fglrx-2.6.8 100% |=========================| 2.9 kB 00:00
Cannot find a package matching ati-fglrx-3.14.1-0.lvn.6.2
Cannot find a package matching ati-fglrx-devel-3.14.1-0.lvn.6.2
Cannot find a package matching kernel-module-fglrx-2.6.8-1.521-3.14.1-0.lvn.6.2
No actions to take
[root@krisco ccoulter]#
Any ideas? I'm pretty new at this stuff, so any help would be appreciated. Thanks!
|

30th October 2004, 09:37 PM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1,317

|
|
|
Download each one seperately I ran into the same problem. [It doesn't seem to like my 9700 mobility on my a31 and apparently X got munched....]
__________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.
Please vote for this bug and help me make GAYT [Go As You Type ]a standard option in Firefox.
|

30th October 2004, 09:56 PM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 2

|
|
I don't mean to sound like a complete newb, but well, I am... :P
What do you mean by download them separately? You mean download the RPM's from livna and install them separately? Wouldn't that fudge up the dependencies?
I tried doing yum on each one separately, but it still cannot find the packages.
Again, any help would be greatly appreciated  I'm a bit hesitant to just go fiddling around with things as I don't want to end up without video and having to reinstall ... finally getting things to where I like them set up, and don't want to have to reinstall _again_ hehe.
|

30th October 2004, 11:39 PM
|
|
Registered User
|
|
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909

|
|
Just remove the version info, yum determines that automatically:
Code:
yum install ati-fglrx ati-fglrx-devel kernel-module-fglrx
|

31st October 2004, 02:37 AM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: France
Age: 35
Posts: 533

|
|
Quote:
|
Originally Posted by Shadow Skill
Is there any way to build the module for other Kernels? I'm otherwise screwed since 521 doesn't behave properly with my keyboard.
|
That's easy. First download the source RPM package:
http://rpm.livna.org/fedora/2/i386/SRPMS.unstable
http://rpm.livna.org/fedora/3/i386/SRPMS.unstable
Then build the rpm package:
Code:
rpmbuild --rebuild --target i686 ati-fglrx-3.14.1-0.lvn.6.2.src.rpm
You'll find the RPM packages in /usr/src/redhat/RPMS/i686.
Change the i686 parameter according to your architecture.
Last edited by micha; 11th February 2005 at 06:43 PM.
|

31st October 2004, 05:01 AM
|
|
Registered User
|
|
Join Date: Aug 2004
Posts: 1,317

|
|
|
I meant that you should perform the install for each package calling them seperately it won't whine about dependencies as long as you start with fglrx. That is how I did it and it installed just fine. Anyone know where to find a kernel-module-devel rpm for 2.6.9-1.643? Can't rebuild the src rpm without it.
__________________
Ware wa mutekinari.
Wa ga kage waza ni kanau mono nashi.
Wa ga ichigeki wa mutekinari.
Please vote for this bug and help me make GAYT [Go As You Type ]a standard option in Firefox.
Last edited by Shadow Skill; 31st October 2004 at 05:28 AM.
|

31st October 2004, 03:58 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: Calgary, Alberta, Canada
Posts: 56

|
|
|
I've installed the rpms with no problem. However, after running the fglrxconfig utility, do I have to setup the symlink to xorg.conf?
__________________
There is no patch for human stupidity.
Registered Linux User 243493
|

31st October 2004, 04:59 PM
|
 |
Registered User
|
|
Join Date: Mar 2004
Location: Michigan, USA
Posts: 374

|
|
YESS FINALLY!! I've been waiting for ATI rpms for awhile, ever since i screwed up X trying to use their package. ALright, im gonna have to try this later
|

31st October 2004, 08:42 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: France
Age: 35
Posts: 533

|
|
Quote:
|
Originally Posted by Shadow Skill
Anyone know where to find a kernel-module-devel rpm for 2.6.9-1.643? Can't rebuild the src rpm without it.
|
Code:
yum install kernel-module-devel
That's it !
|

31st October 2004, 08:43 PM
|
 |
Registered User
|
|
Join Date: Feb 2004
Location: France
Age: 35
Posts: 533

|
|
Quote:
|
Originally Posted by toxicshock
I've installed the rpms with no problem. However, after running the fglrxconfig utility, do I have to setup the symlink to xorg.conf?
|
I guess so. If the symlink is not present, just create it.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 12:18 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|