LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing video drivers for ATI 200 express for fedora 7 (https://www.linuxquestions.org/questions/linux-newbie-8/installing-video-drivers-for-ati-200-express-for-fedora-7-a-602293/)

kusramuk 11-25-2007 02:58 PM

Installing video drivers for ATI 200 express for fedora 7
 
I have a problem regariding the desktop resolution,after installing fedora 7, the desktop resolution is just 800 x 600 which is very uncomfortable. I have downloaded the required drivers from ATI website.
Before instaling the drivers it asks to check if xfree86 is present or not.
To verify which i have downloaded check.sh file and tried to run it.
using following cmd
sh check.sh

but its returning you dont have permission to run the console or you are not running from console unable to retrieve the xfree86 information.

I have checked the permission and modified the permissions using command
chmod 777 check.sh\
I am also logged in as root.

But still it is returning the same result.Plz help me to run the check.sh file
I am a newbie

Lenard 11-26-2007 05:03 AM

Visit one of the third party repos, like freshrpms and install the yum repo configuration rpm package;

http://moonshine.freshrpms.net/rpm.html?id=83
rpm -Uvh http://ftp.freshrpms.net/pub/freshrp....fc.noarch.rpm

When ready type, it is best if one exits out of the GUI session first:

yum install ati-x11-drv
init 3
(you may have to press the 'Enter' key after the last green [OK] is displayed)
system-config-display --reconfig --set-depth=24 --set-driver=fglrx
init 5

Peter_APIIT 11-26-2007 06:59 AM

Login to run level 3 and sh(execute)ATI driver.

kusramuk 11-29-2007 05:52 AM

Quote:

Originally Posted by Lenard (Post 2970986)
Visit one of the third party repos, like freshrpms and install the yum repo configuration rpm package;

When ready type, it is best if one exits out of the GUI session first:

yum install ati-x11-drv
init 3

Thanx lenard, but i would like to know how yum repo configuration package helps me to install the drivers..? i.e what is yum repo package..?
Plz do reply..

kusramuk 11-29-2007 05:55 AM

Quote:

Originally Posted by Peter_APIIT (Post 2971069)
Login to run level 3 and sh(execute)ATI driver.

Thanx peter, can u help me how to login to run level 3..? using which commands i login to run level 3.
Thanx in advance

Lenard 11-29-2007 06:00 AM

Two ways;

First way:
When the grub splash screen is displayed press any key
Select the Linux boot choice and press the 'e' key
Select the kernel line and press the 'e' key again
At the end of the line add a space followed by the number three (3)
When done press the 'Enter' key followed by the 'b' key
Log on as root

Second way:
From the GUI log on screen press the three key combo of Ctrl+Alt+F1
log on as root
type: init 3
Note you may have to press the 'Enter' key after the last green [OK] is displayed.

For yum info read: http://docs.fedoraproject.org/yum/

kusramuk 12-02-2007 06:56 AM

Thanks Lenard, I could install the drivers succesfully.I got other set of drivers which didn't require the check.sh file to run. Atlast i could install. Thanks to both of u.

kusramuk 12-02-2007 06:58 AM

Can u help me in one more thing i heard that Fedora 7 supports the 3D desktop, can u help me how to activate it. Thanks in advance


All times are GMT -5. The time now is 01:42 PM.