Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Radeon 9000 Install on Ubuntu

Status
Not open for further replies.

JurkMonkey

Programmer
Nov 23, 2004
1,731
CA
Hi Everyone,

I have been googling the planet trying to find out how to install the Radeon 9000 drivers on my Ubuntu box. Note that this is NOT the mobile Radeon 9000!

I'm not too worried about running beryl or anything - I just want to be able to run America's Army and Alien Arena on my box - both of which run fine under windows on the same machine.

Can anyone give me some pointers on how to go about doing this?

Thanks!
 
So i did sudo apt-get install build-essential and installed gcc 4.1 from the synaptec manager...

The ATI Driver is not compiling though. The error is ./bin/sh: gcc: command not found

I did a which gcc and nothing is returned.

any ideas?
 
ok I got GCC installed

sudo apt-get remove gcc
sudo apt-get install gcc

built the drivers and everything. Unfortunately the line

sudo aticonfig --initial
and
sudo aticonfig --overlay-type=Xv

both failed. I tried editing the xorg.conf directly and did the reboot. An error came up on the reboot saying xserver couldn't be started. I reverted back to a backup that I made.

Still no video driver install....
 
When you say both lines fail, how do they fail?
Any error-messages that can help?

Did you try:
Configure the Driver

* Note: An alternative to the aticonfig --initial command is to edit /etc/X11/xorg.conf and replace the string "ati" with "fglrx" in the "Device" section. This way you won't lose your old "Screen" and "Monitor" settings. Afterwards you can use aticonfig for setting overlay etc. I suggest that you do it the manual way if you patched the module, aticonfig --initial didn't work for me. Another alternative is aticonfig --initial --force
replacing "ati" with "fglrx" in xorg.conf, and restart X?
 
I did try configuring the xorg.conf with the suggested changes. When I restarted X, I got a blue screen saying that the current video settings were wrong and X failed to start correctly.

At this point, I've had enough of ATI and I think I'm just going to go out and buy an NVidea card.

Thanks for all your help!
 
Two last resorts to try...

1-
Code:
sudo dpkg-reconfigure xserver-xorg
and try with driver = ati or fglrx, and se if those works.

2- Last and more drastic... make a backup of xorg.conf,
and delete the original. Then restart gdm/kdm with
Code:
sudo /etc/init.d/gdm restart
X should then rebuild a default xorg.conf (according to other forums)
and you should get X up and running again.
This last one I'v never testet though...

But I agree with you, nVidia is a better choice, and the
R9000 is an old card isn't it?
;-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top