LinuxQuestions.org
Help answer threads with 0 replies.
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 01-09-2007, 04:47 PM   #1
Ugly_Gaut_Cow
LQ Newbie
 
Registered: Jan 2007
Posts: 22

Rep: Reputation: 15
How do I install ATI drivers on Fedora Core 6


I'm 100& new to linux. I'm about to try to install it and I was wondering how I install video drivers?

I have the file with the drivers donwloaded, but I don't know how to make make anything happen.
 
Old 01-09-2007, 07:03 PM   #2
shorty943
Member
 
Registered: Dec 2006
Location: Tailem Bend. South Australia
Distribution: Mandriva 2006
Posts: 124

Rep: Reputation: 15
If you have been to ATI's site and downloaded the TGZ file, open the file and read the instructions. This will be a text file named readme, or istallation or similar. This has all the instructions for the installation.
It usually consists of dropping out of your graphic system, and temporarily working as the root user (admin) in a text console, much like old MS DOS.
I know the guru's will scream, "it's nothing like DOS", but for a newbie that is the best way to describe the Linux console.
One thing you must understand, is that, Linux is nothing like windows. A lot has been done to improve general useability, but there are still some tasks like deep system maintainance (installing drivers etc) that must be done at the console, by the root user, a normal user account simply does not have permission to go that deep.
It is this very security feature that makes the system stable and secure, as a normal everyday user, you just do not have permission to fool deep in the system. A normal user can install apps to /opt, or fool around in your personal /home, but nothing else.
System maintainance is an admin (root) job only.

Hope this helps some.

Shorty943.
 
Old 01-09-2007, 08:24 PM   #3
Ugly_Gaut_Cow
LQ Newbie
 
Registered: Jan 2007
Posts: 22

Original Poster
Rep: Reputation: 15
Angry

Quote:
Originally Posted by shorty943
If you have been to ATI's site and downloaded the TGZ file, open the file and read the instructions. This will be a text file named readme, or istallation or similar. This has all the instructions for the installation.
It usually consists of dropping out of your graphic system, and temporarily working as the root user (admin) in a text console, much like old MS DOS.
I know the guru's will scream, "it's nothing like DOS", but for a newbie that is the best way to describe the Linux console.
One thing you must understand, is that, Linux is nothing like windows. A lot has been done to improve general useability, but there are still some tasks like deep system maintainance (installing drivers etc) that must be done at the console, by the root user, a normal user account simply does not have permission to go that deep.
It is this very security feature that makes the system stable and secure, as a normal everyday user, you just do not have permission to fool deep in the system. A normal user can install apps to /opt, or fool around in your personal /home, but nothing else.
System maintainance is an admin (root) job only.

Hope this helps some.

Shorty943.

And this is the dilemma of LINUX.

I can't open a TZG file because I can't get Fedora to run. I can't get Fedora to run because I can't find practical, down to earth, easy-to-understand documentation. Even your post assumes I know how to drop out of graphical mode into root user in a text console (which I think I have an idea of, but only intuitively)

At any rate, this is the progress I made so far...

I've installed Fedora Core 6. While booting into Fedora my monitor screen goes black and bounces back a message "Attention: Out of range V:xx H:xx"

I reboot.

Back to the Fedora installation CD;

Choose F2 (installation options), and I type "Linux dd", and am prompted to insert the driver cd. I'm presented with different partitions(?) to select the location of the drivers.

Now, I'm guessing;

FD0 = Floppy Drive?
HDC = Maybe CD?
HDD = Hard Drive perhaps (seems logical)
HDx(?) = Can't remember what this was, but the partition wouldn't mount, so it's probably not the CD-ROM drive.

I choose HDC, and a message posts stating "This driver package is not valid for this version of Fedora".

I downloaded the Display Drivers for X.Org 6.8, and the Automated installer and Display Drivers for XFree86 4.3 and X.Org 6.7, 6.8, 6.9, 7.0, 7.1. from the ATI;

http://ati.amd.com/support/drivers/l...ux-radeon.html

I placed them both on the same disk thinking LINUX would read both files and install the correct one.

Neither worked, or I was just wrong in my assumption...

Now, the Windows version of the divers from the URL posted above worked for my card when I couldn't get access the actual drivers from here;

http://www.sapphiretech.com/ca/suppo...s_viewlist.php


I was hoping I could do the same with the LINUX version.

This is driving me bananas.

Help!

(ps - the "help" command worked but I couldn't understand all the jargon that scrolled up the screen after it).

(pss - Should I find a different version instead of Fedora? I'm only checking it out because a nerdy, D&D playing, kinglon speaking friend of mine has bee suggesting it to me for over a year)

Last edited by Ugly_Gaut_Cow; 01-09-2007 at 08:28 PM.
 
Old 01-09-2007, 08:50 PM   #4
Ugly_Gaut_Cow
LQ Newbie
 
Registered: Jan 2007
Posts: 22

Original Poster
Rep: Reputation: 15
I found this!!! Wooo Hooo!

http://www.fedorafaq.org/fc2/custom_ati.html

Gonna give it a try. Don't know how to do anything outlined but download the files...

This should be fun. In the mean time;

Help!
 
Old 01-09-2007, 08:53 PM   #5
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
You don't need to boot with CDs to install the driver. The only reason the graphics aren't starting is because as it tells you, the horizontal and vertical refresh rates are off.

I have never had an ATI video card. but what you would want to do is to use the command line (terminal in linux world) to install the ATI driver. You have to have the file you downloaded from ATI in some location. You would cd (change directory) to that location, open the file, view the README, and then go about installing as it tells you how to do.

Peace,
JimBass
 
Old 01-09-2007, 09:05 PM   #6
bsmith121
Member
 
Registered: Aug 2003
Distribution: Fedora Core 6, Gentoo
Posts: 34

Rep: Reputation: 15
If you can get to a prompt as root and have internet access, here's the easiest way I know of for fedora ....
Code:
rpm -ivh http://rpm.livna.org/livna-release-6.rpm
yum install kmod-fglrx
then reboot and it should work.

You may also want to check out this link if you're getting started with FC6.
http://www.gagme.com/greg/linux/fc6-tips.php

Last edited by bsmith121; 01-09-2007 at 09:09 PM.
 
Old 01-09-2007, 09:40 PM   #7
Ugly_Gaut_Cow
LQ Newbie
 
Registered: Jan 2007
Posts: 22

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by bsmith121
If you can get to a prompt as root and have internet access, here's the easiest way I know of for fedora ....
Code:
rpm -ivh http://rpm.livna.org/livna-release-6.rpm
yum install kmod-fglrx
then reboot and it should work.

You may also want to check out this link if you're getting started with FC6.
http://www.gagme.com/greg/linux/fc6-tips.php
Okay, I think I can do that...

But I need to ask;

How do I enter the "root"? How do I search my drives, etc?

When my system boots I get "Grub loading" then I hit a key and get a choice menu of the intalled OS'. The system gives me the option to enter into the command line, which I'm assuming is the promp, and from there access as root.

Let me put things into perspective. This is everything I know about linux - it's an operation system.

Thanks,

(ps - Is there a site I can reference that's informative, yet deflated to the point of being useful for complete newbies such as myself? Tutorials to learn the basics perhaps? )
 
Old 01-09-2007, 09:55 PM   #8
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Root is the linux equivalent of administrator, and it also is the "root" of the filesystem, symbolized as /.

The same place that you sign in as your regular user, you can give the name root and the root password. Even better is to sign in as your regular user, then at a terminal enter the command su. It will ask for the root password, and then that terminal has root access.

You can search either using the command find, or there is a gui search tool. typing "man find" without the quotes will give you instructions on how to search.

The command line choice grub gives you is grub's command line, not the systems. They are two very different things.

A good beginning website is http://linuxcommand.org
Another good one is http://linux-newbie.sunsite.dk/

Peace,
JimBass
 
Old 01-09-2007, 09:59 PM   #9
Ugly_Gaut_Cow
LQ Newbie
 
Registered: Jan 2007
Posts: 22

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by JimBass
Root is the linux equivalent of administrator, and it also is the "root" of the filesystem, symbolized as /.

The same place that you sign in as your regular user, you can give the name root and the root password. Even better is to sign in as your regular user, then at a terminal enter the command su. It will ask for the root password, and then that terminal has root access.

You can search either using the command find, or there is a gui search tool. typing "man find" without the quotes will give you instructions on how to search.

The command line choice grub gives you is grub's command line, not the systems. They are two very different things.

A good beginning website is http://linuxcommand.org
Another good one is http://linux-newbie.sunsite.dk/

Peace,
JimBass
I don't get to sign in as anything. I'm given a choice to select an OS, or go to grub's command line. How do I get to "/"?
 
Old 01-09-2007, 10:06 PM   #10
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
Well, first off, you don't need to get to /!

What you should do is select the OS you want, and then it will ask you to sign in. When you get inside the OS, you can open a terminal, and hit "su -" without the quotes to become root.

Hitting "cd /" again without quotes will put you at the root of the filesystem, but there is no need or purpose to doing that at present.

Peace,
JimBass
 
Old 01-09-2007, 10:21 PM   #11
Ugly_Gaut_Cow
LQ Newbie
 
Registered: Jan 2007
Posts: 22

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by JimBass
Well, first off, you don't need to get to /!

What you should do is select the OS you want, and then it will ask you to sign in. When you get inside the OS, you can open a terminal, and hit "su -" without the quotes to become root.

Hitting "cd /" again without quotes will put you at the root of the filesystem, but there is no need or purpose to doing that at present.

Peace,
JimBass
\

Oh man! This is sad... LOL

Quote:
What you should do is select the OS you want
I have two options for OS selection;

a) Fedora Core 6
> Can't get to it, because it when I select this OS my screen goes black (ie. my video card driver won't load) with a message about my refresh rate being out of range.

b) Windows.

Great! But not much use for resolving the driver issue for the above OS, that, quite frankly, I'm about to smash with brick!


Quote:
and then it will ask you to sign in.
Perhaps, but my screen is stil blank. So I couldn't tell you at this point...

Quote:
When you get inside the OS...



As soon as I select Fedora from the OS menu, I go nowhere, quick.

This is the problem...

If I can get to a point where I can access files on my linux partition, I can figure the rest out BUT I'm assuming it's loading straight to the GUI and loading the wrong drivers.

Thanks for the sites, I'll check them out once I can "observe and control" (ie monitor) what's going on in linux.
 
Old 01-09-2007, 10:33 PM   #12
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
All that means is your pictures don't work. You still can sign in through text mode. It should reach a point where it says:

login:

Then you give your username, then password. You'll be signed in, then you use the cd command to change directories to where ever it is, and go about the installation through text.

Peace,
JimBass
 
Old 01-09-2007, 10:45 PM   #13
Ugly_Gaut_Cow
LQ Newbie
 
Registered: Jan 2007
Posts: 22

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by JimBass
All that means is your pictures don't work. You still can sign in through text mode. It should reach a point where it says:

login:

Then you give your username, then password. You'll be signed in, then you use the cd command to change directories to where ever it is, and go about the installation through text.

Peace,
JimBass
Jim, thank you.

But I'll telling ya, man... It doesn't. It boots, gives me about 5 sec to enter os choice and from there it's either "Fedora" or "Other". "other" being XP, and I'm trying to get away from there as far as I can.

When I select Fedora, WHAM... black screen.
 
Old 01-09-2007, 10:54 PM   #14
Ugly_Gaut_Cow
LQ Newbie
 
Registered: Jan 2007
Posts: 22

Original Poster
Rep: Reputation: 15
I found this "tidbit" on another board...

It's vague, but it has potential because I load into grub.

Quote:
When the grub menu comes up, add this boot parameter: vga=789That shoud give you 32bits color at 800x600 resolution
Or 1024x768 32bits : vga=792"

What is the correct syntax for the command? Do I simply type in "vga=792" and hit press enter? Something tells me I'm having a linux pipe dream...
 
Old 01-09-2007, 11:09 PM   #15
JimBass
Senior Member
 
Registered: Oct 2003
Location: New York City
Distribution: Debian Sid 2.6.32
Posts: 2,100

Rep: Reputation: 49
That might be the Xserver half-crashing. There should be white text all over the screen. If that isn't there, try hitting ctrl-alt-F2. That should get you a login prompt.

And you don't need to edit the grub settings at all. It probably is just a half crashed X server. No worries, just try what I suggest and we'll see what we can get happening.

Peace,
JimBass

Last edited by JimBass; 01-09-2007 at 11:10 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
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
New ati drivers Fedora Core 3 linkin Fedora 7 02-14-2005 06:35 PM
ATI Radeon Drivers For Xorg on Fedora Core 3 sloik2000 Linux - Software 2 12-29-2004 12:10 PM
Fedora Core 2 test2 and ATI 3.7.6 drivers TCUmax Linux - Hardware 0 03-31-2004 03:34 PM

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

All times are GMT -5. The time now is 05:50 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