Saliya's Blogs

Mostly technical stuff with some interesting moments of life

Showing posts with label ATI. Show all posts
Showing posts with label ATI. Show all posts

ATI X1300 with Ubuntu 8.04 (Hardy)

In one of my previous posts I mentioned how to setup ATI X1300 graphics card in Ubuntu Gusty. Recently I installed Ubuntu Hardy because Gusty came up with couple of bugs. Unfortunately I had to set up my graphics card again :(

So I tried with the Unofficial ATI Wiki and it worked just as expected. Try method 2 mentioned here.

The great news is hibernation works with it :)

ATI x1300 with Ubuntu Gusty (7.10)

Ah! I had to give another fight to get my x1300 ATI card working properly with Ubuntu Gusty. The restricted driver that comes by default would correct the wide screen problem but video quality is changed. You will find lot of illuminant people while watching a film in totem.

So here goes the answer

Good luck and have fun :)

Installing ATI X1300 Raedon Mobility Display Driver in Ubuntu Edgy(6.10)

I was able to configure my graphics card (ATI X1300 Raedon Mobility) on my Dell Inspiron E1505 laptop from this nice link. However, I was bugged with the error "Xlib: extension "XFree86-DRI" missing on display ":0.0".". Then I found out that deactivating the composite extension in /etc/X11/xorg.conf would do the job.

Here's what I did from the beginning:
sudo apt-get update
sudo apt-get install xorg-driver-fglrx
sudo apt-get install linux-restricted-modules-2.6.17-10-generic
sudo depmod -a
sudo aticonfig --initial
sudo aticonfig --overlay-type=Xv

Now edit the /etc/X11/xorg.conf to include following three lines

Section "Extensions"
Option "Composite" "0"
EndSection

Note: You need to have root privileges to edit this file. So use the command sudo vim /etc/X11/xorg.conf

Then add the following line to /etc/modules

fglrx

Note: You need to have root privileges to edit this file. So use the command sudo vim /etc/modules

Finally press ALT+CTRL+Backspace to restart XServer

Type fglrxinfo in a terminal to verify your installation. You should see something like this

display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Mobility Radeon X1300 Generic
OpenGL version string: 2.0.6011 (8.28.8)

Now it's DONE :)