Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old August 2nd, 2007   #1
tseliot
Python Enthusiast
 
tseliot's Avatar
 
Join Date: May 2005
Location: Lecce, Italy
Beans: 6,288
Send a message via AIM to tseliot
Lightbulb HOWTO: Install the ATI driver on ANY stable version of Ubuntu

If you want to install ATI's proprietary driver you can follow this guide:
https://help.ubuntu.com/community/BinaryDriverHowto/ATI


Please, remember that only the installation of the driver from Ubuntu's repositories is officially supported by Ubuntu.

Should you want an easier but not supported method to install the ATI driver you can try Envy (at your very own risk)

Last edited by tseliot; November 13th, 2007 at 01:07 PM..
tseliot is offline   Reply With Quote
Old August 4th, 2007   #2
gmanr26
First Cup of Ubuntu
 
gmanr26's Avatar
 
Join Date: Dec 2006
Beans: 10
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to gmanr26
Re: HOWTO: Install the ATI driver on ANY stable version of Ubuntu

I just followed these simple instructions and yet my card is not working. When you drag windows around in Ubuntu the movement is shaky which tells me that the graphics card is not being used. My card is the ATI Radeon 9550 (x8 AGP) ... any help.
gmanr26 is offline   Reply With Quote
Old August 4th, 2007   #3
tseliot
Python Enthusiast
 
tseliot's Avatar
 
Join Date: May 2005
Location: Lecce, Italy
Beans: 6,288
Send a message via AIM to tseliot
Re: HOWTO: Install the ATI driver on ANY stable version of Ubuntu

Quote:
Originally Posted by gmanr26 View Post
I just followed these simple instructions and yet my card is not working. When you drag windows around in Ubuntu the movement is shaky which tells me that the graphics card is not being used. My card is the ATI Radeon 9550 (x8 AGP) ... any help.
which method did you try?
tseliot is offline   Reply With Quote
Old August 4th, 2007   #4
gmanr26
First Cup of Ubuntu
 
gmanr26's Avatar
 
Join Date: Dec 2006
Beans: 10
Ubuntu 7.04 Feisty Fawn
Send a message via MSN to gmanr26
Re: HOWTO: Install the ATI driver on ANY stable version of Ubuntu

Quote:
Originally Posted by tseliot View Post
which method did you try?
I fixed it. Apparently it was installed and working it's just the ATI sucks in Linux because they are proprietary. Now running Compiz (sp)
gmanr26 is offline   Reply With Quote
Old August 9th, 2007   #5
ag65151
Just Give Me the Beans!
 
Join Date: Oct 2006
Beans: 71
Ubuntu 8.10 Intrepid Ibex
Re: HOWTO: Install the ATI driver on ANY stable version of Ubuntu

I tried the instructions for Feisty, but whenever I start X I got "No Screen found." I must admit to being a noob when it comes to X. There is a Screen defined in xorg.info using the proper driver. I don't know how to continue.
ag65151 is offline   Reply With Quote
Old August 10th, 2007   #6
maxrisc
5 Cups of Ubuntu
 
Join Date: Feb 2007
My beans are hidden!
Re: HOWTO: Install the ATI driver on ANY stable version of Ubuntu

No screens found could mean that the resolution or vertical refresh rate you have selected are out of range.

On my lappy if I select 1440x900@75 I get the error. When I set it to 1440x900@60 X starts.
maxrisc is offline   Reply With Quote
Old August 16th, 2007   #7
aouie
Just Give Me the Beans!
 
Join Date: May 2005
Beans: 47
Arrow ATI installs can be much more easy (as of recently)

There are some known issues and no ideas about the HD 2000 series. Also, this hasn't been tested. But, hopefully someone will test the method described in my other post and put it in a neater format and make it a sticky.

It should be as simple as

Starting with a *** CLEAN SYSTEM WITH DEFAULT VESA DRIVERS FOR THE ATI CARD *** (and the libstdC++ 5 and updated "mesa" packages)
Download ATI's drivers for Linux.
Code:
sudo sh ./ati-driver-installer-8.40.4-x86.x86_64.run
Follow the prompts for the automatic install.
Code:
sudo aticonfig --initial=dual-head --screen-layout=left --vrefresh=1,85
Restart X.
You should now have a *** WORKING DUAL HEAD SYSTEM WITH PROPRIETARY ATI DRIVERS ***,

Sincerely,
Aouie
aouie is offline   Reply With Quote
Old August 20th, 2007   #8
digital_exhaust
A Carafe of Ubuntu
 
digital_exhaust's Avatar
 
Join Date: Jun 2007
Location: Denver, CO.....
Beans: 120
Ubuntu 7.10 Gutsy Gibbon
Re: HOWTO: Install the ATI driver on ANY stable version of Ubuntu

Gave it a try and I get...

Code:
digital@digital-desktop:~$ sudo sh ./ati-driver-installer-8.40.4-x86.x86_64.run
sh: Can't open ./ati-driver-installer-8.40.4-x86.x86_64.run
digital@digital-desktop:~$
Downloaded the drivers three separate times and got the same results each time... on a clean updated install...

Any ideas?
__________________
I drank what?

53.6g Folding for a Cure
Please join the fight, fold for humanity
digital_exhaust is offline   Reply With Quote
Old August 21st, 2007   #9
tseliot
Python Enthusiast
 
tseliot's Avatar
 
Join Date: May 2005
Location: Lecce, Italy
Beans: 6,288
Send a message via AIM to tseliot
Re: HOWTO: Install the ATI driver on ANY stable version of Ubuntu

Quote:
Originally Posted by digital_exhaust View Post
Gave it a try and I get...

Code:
digital@digital-desktop:~$ sudo sh ./ati-driver-installer-8.40.4-x86.x86_64.run
sh: Can't open ./ati-driver-installer-8.40.4-x86.x86_64.run
digital@digital-desktop:~$
Downloaded the drivers three separate times and got the same results each time... on a clean updated install...

Any ideas?
the guide says:
Code:
      Perform the following commands (where <version> is the version number of the installer):

sudo ln -sf bash /bin/sh
bash ./ati-driver-installer-<version>.run --buildpkg Ubuntu/edgy
sudo ln -sf dash /bin/sh
You may need to wait a few mintues for this to complete.
therefore you will have to type:
Code:
sudo ln -sf bash /bin/sh
bash ./ati-driver-installer-8.40.4-x86.x86_64.run --buildpkg Ubuntu/feisty
sudo ln -sf dash /bin/sh
tseliot is offline   Reply With Quote
Old August 21st, 2007   #10
kipman725
5 Cups of Ubuntu
 
Join Date: Jan 2006
Location: Hardware Hell
Beans: 19
Ubuntu Breezy 5.10
Send a message via MSN to kipman725
Re: HOWTO: Install the ATI driver on ANY stable version of Ubuntu

Hello I installed the latest ATI drivers and they are working well but some of the information in the howto is not correct for all users:
control center works fine on my Pc
I didn't have to do any editing of linux-restricted-moduals-common file to have the latest driver

still don't have AGP DMA in any form working so performance is still kind of neutered (this is a motherboard issue) but alot better than what I was getting with the apt-get drivers (I don't think they installed properly). Thanks
__________________
x1950pro (AGP), 780GB Local Disks, 1Gb RAM (DDR3200), 3400+ Sempron, Winfast 760GXK8MC.
kipman725 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:40 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry