LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-08-2007, 05:10 PM   #1
magnEsium
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Rep: Reputation: 15
Fedora 7: ATi Drivers


Hello, I am on Fedora 7, and aside from my other problem (mplayer), whenever I play a DVD or any video in general on, lets say VLC Player, it looks to be ...trying to find the word....choppy?

its watchable 100%, but its definitely bugging me since I have a decent ATi video card and it definitely wasn't this bad at all on Windows

Let me describe it as going from HDTV back to regular TV

ATi Radeon X1900 XT



Again, I am on Fedora 7 and I have absolutely no idea what I am doing, any assistance on installing drivers and what not would be great
 
Old 06-08-2007, 07:39 PM   #2
magnEsium
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
I have read that there isn't any drivers for ATi for Fedora 7

true? none, at all? I just need some kind of driver to spice things up a bit
 
Old 06-08-2007, 08:14 PM   #3
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
I think a driver is available from freshrpms. I've had the impression for some time now that livna is a dead track and their slowness in releasing packages for FC7 may bear that out. Perhaps not a bad thing; no-one is fond of conflicting repos anyway.

http://moonshine.freshrpms.net/rpm.html?id=32
 
Old 06-08-2007, 08:53 PM   #4
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Why not just download the driver installer from ATI's website?
 
Old 06-08-2007, 09:31 PM   #5
magnEsium
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by masonm
Why not just download the driver installer from ATI's website?
Because, like I said, I am a noob and have no idea what I am doing
 
Old 06-08-2007, 09:33 PM   #6
magnEsium
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73
I think a driver is available from freshrpms. I've had the impression for some time now that livna is a dead track and their slowness in releasing packages for FC7 may bear that out. Perhaps not a bad thing; no-one is fond of conflicting repos anyway.

http://moonshine.freshrpms.net/rpm.html?id=32
its a source what do I do? call 911!!!! lol

sheesh, linux is tough to learn in the beginning

i need to but in the mean time, can you tell me what to do so I can get this all done with ? this is such an inconvenience to me and I've spent way more hours than I should have trying to figure stuff out
 
Old 06-08-2007, 09:42 PM   #7
magnEsium
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
Okay, I think I installed the driver, ehh.. I dont know how to tell, I mean everything looks the same

Maybe I need to restart completely other than doing CTRL+ALT+Backspace ?


edit: okay yup, restarted and things still look the same, call me crazy?

Last edited by magnEsium; 06-08-2007 at 09:46 PM.
 
Old 06-09-2007, 04:03 AM   #8
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
How did you install it? Did you make a repo out of freshrpms? The idea being that if you do so, you will get direct access to all the packages on freshrpms so that you can be downloaded and installed by simply selecting items from Add/Remove software.

http://www.linux-noob.com/forums/ind...=0&#entry10746

note: if you installed the driver incorrectly, it is strongly recommended that you reinstall it before trying again - you could run into conflicts otherwise. And if you set up repositories, I would delete the livna one altogether (the repo files will be created in /etc/yum.repos.d) because it tends to conflict with other ones.

Last edited by jay73; 06-09-2007 at 04:06 AM.
 
Old 06-09-2007, 08:56 AM   #9
magnEsium
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73
How did you install it? Did you make a repo out of freshrpms? The idea being that if you do so, you will get direct access to all the packages on freshrpms so that you can be downloaded and installed by simply selecting items from Add/Remove software.

http://www.linux-noob.com/forums/ind...=0&#entry10746

note: if you installed the driver incorrectly, it is strongly recommended that you reinstall it before trying again - you could run into conflicts otherwise. And if you set up repositories, I would delete the livna one altogether (the repo files will be created in /etc/yum.repos.d) because it tends to conflict with other ones.

http://moonshine.freshrpms.net/rpm.html?id=31

I downloaded the RPM file, not the source file.. does it make a difference? it said it installed? I can go to Applications, System Tools and click on ATi Control

but it says "Driver does not provide the FireGL X11 extensions! Panel components will operate only partially"

then it'll come to a information screen telling me about OpenGL, such as the vendor, the version and the renderer, and that is it, there is nothing more and all I can do is click Apply and OK

I don't know why Apply is there if I can't change anything


edit: And I already have Freshrpm's repository installed

Last edited by magnEsium; 06-09-2007 at 09:00 AM.
 
Old 06-09-2007, 09:12 AM   #10
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
well, the ATI control panel simply is very minimal - it will show information but that's it.

As for that message about X11 extensions, I saw the same thing here about six months ago - it turned out the driver was not properly installed. Then again, maybe yours is. In order to find out, you need to launch a terminal and type this:

glxinfo | grep direct

If it returns "yes", then everything is fine. If you get a "no", check the xorg.conf file in /etc/X11 and verify whether it has this section

Section "Extensions"
Option "Composite" "Disable"
EndSection

If not, put it at the bottom of the file - be careful not to make any typos (or cut and paste, that's the safest).

Check whether section "device" has driver "fglrx" instead of anything else - edit if needed.

Then try the glxinfo command again after restarting X (Ctrl + alt + backspace should do it, although I recently found it didn't work for some reason - I had to log out and select some item on the log-in (I forget its name) to achieve this). If you still get a "no", then the driver is not properly installed.

btw, you shouldn't have to download those packages manually if you set up your repositories as explained on the page I included in my previous post. Just go to Add/Remove software, select a package and click on Apply.

Anyway, if you need to install that driver again, make sure to remove the botched one first (unselect from Add/remove software). You need to edit xorg.conf to use driver "vesa" instead of "fglrx" if you are going to reboot before your new driver is installed - if not, you could end up with a blank screen.

Note: did you issue this command after installing:

aticonfig --initial ? This is the one that puts "fglrx" in xorg.conf - so you have a choice: edit it manually or use the command instead. Unless, of course, fglrx is already there.
 
Old 06-09-2007, 09:40 AM   #11
magnEsium
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73
well, the ATI control panel simply is very minimal - it will show information but that's it.

As for that message about X11 extensions, I saw the same thing here about six months ago - it turned out the driver was not properly installed. Then again, maybe yours is. In order to find out, you need to launch a terminal and type this:

glxinfo | grep direct

If it returns "yes", then everything is fine. If you get a "no", check the xorg.conf file in /etc/X11 and verify whether it has this section

Section "Extensions"
Option "Composite" "Disable"
EndSection

If not, put it at the bottom of the file - be careful not to make any typos (or cut and paste, that's the safest).

Check whether section "device" has driver "fglrx" instead of anything else - edit if needed.

Then try the glxinfo command again after restarting X (Ctrl + alt + backspace should do it, although I recently found it didn't work for some reason - I had to log out and select some item on the log-in (I forget its name) to achieve this). If you still get a "no", then the driver is not properly installed.

btw, you shouldn't have to download those packages manually if you set up your repositories as explained on the page I included in my previous post. Just go to Add/Remove software, select a package and click on Apply.

Anyway, if you need to install that driver again, make sure to remove the botched one first (unselect from Add/remove software). You need to edit xorg.conf to use driver "vesa" instead of "fglrx" if you are going to reboot before your new driver is installed - if not, you could end up with a blank screen.

Note: did you issue this command after installing:

aticonfig --initial ? This is the one that puts "fglrx" in xorg.conf - so you have a choice: edit it manually or use the command instead. Unless, of course, fglrx is already there.

OKay

So I typed in terminal "glxinfo | grep direct" and it said No

So I went root, changed device to fglrx, and added section extensions to the xorg file

I restarted and it wouldnt go, it said somehting about not finding fglrx, and thank god that it reconfigured xorg or I would have been screwed and wouldnt be talking to you now

any ideas?
 
Old 06-09-2007, 09:55 AM   #12
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
If it couldn't find fglrx then the driver isn't installed.
 
Old 06-09-2007, 10:17 AM   #13
magnEsium
LQ Newbie
 
Registered: Jun 2005
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by masonm
If it couldn't find fglrx then the driver isn't installed.

well how the hell do I get it installed? I even uninstalled and installed through the Add/Remove
 
Old 06-09-2007, 10:32 AM   #14
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
I've always had the best results using the installer from the ATI site.

Google ati linux
 
Old 06-09-2007, 11:23 AM   #15
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Well, it should work using add/remove but then installing ATI drives is always somehting of a PITA.

Now, I wonder, did you install kernel-devel first?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ati Drivers In Fedora ABC7896321045 Linux - Hardware 12 05-01-2006 11:21 PM
ATI drivers Fedora C4 ruslombia Linux - Software 4 12-01-2005 06:07 PM
Fedora Core 3 - ATI 8.18 Drivers Scarfy Linux - Hardware 0 11-08-2005 06:00 AM
Ati drivers and fedora core 3 just_dan Fedora - Installation 3 09-16-2005 12:00 PM
fedora c2 can't make.sh ati drivers? GrumpyGnome Linux - Newbie 4 07-03-2004 03:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration