LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   ATI RADEON 9550 Ubuntu Feisty Fawn (https://www.linuxquestions.org/questions/ubuntu-63/ati-radeon-9550-ubuntu-feisty-fawn-590133/)

fatenabu 10-07-2007 07:00 PM

ATI RADEON 9550 Ubuntu Feisty Fawn
 
Hello,
I just installed Ubuntu and I can't get any games such as super tux to work or 3d chess etc. I am thinking it is my video card driver. I downloaded the driver it is a .run file from ATI but I do not know how to install it. Can someone please help me?

Thanks,

Dustin

sw67 10-07-2007 08:55 PM

I'm not overly familiar with Ubuntu, not using it myself, but here goes.
First of all, you should be able to check if you have graphics drivers installed and working by typing
Quote:

glxinfo | grep direct
And you'll get a line like
direct rendering: Yes
or
direct rendering: No

If it's the second one, you haven't installed the drivers, and need to do so.
Once you've downloaded that .run file, you need to execute it, as root (assuming it's in the current directory):
Quote:

sh ati-driver-installer-8.40.4-x86.x86_64.run
That will guide you through the main installation process for the driver.

When that's complete, you need to run the config tool to update your X configuration:
Quote:

aticonfig --initial --input=/etc/X11/xorg.conf
Assuming xorg.conf is there of course, which it should be.

Finally, restart X and type fglrxinfo to a command prompt. If all went well, you should see
Quote:

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon 9550 / X1050 Series
OpenGL version string: 2.0.6747 (8.40.4)
and the glxinfo command (above) should return direct rendering: Yes

Hope it helps.


All times are GMT -5. The time now is 05:43 PM.