Wednesday, March 18, 2009

ATi Radeon Chipset driver[X1200,690G + all] Issue FIX.

HI guys........

I am very new to Linux, I have been working in Windows platform for past 4 to 5 years, these days i got interested in open source products......... And actualy this is my FIRST Shoot in a linux platform......... I appologize if i wrote anything more elabrate..i am not that experianced in writing in Blogs

ATi Radeon Chipset driver[X1200,690G + all] Issue FIX.

:

Fix the build problem with ATI drivers on Ubuntu

I have tried a lot steps to fix this issue.......... I am using an Asus M2AVM-HDMI mobo. It has got an onboard ATI radeon graphics[ x1200, AMD 690 G] chipset. I refferd Ubuntu forms.It helped me a lot in fixing this.

The best meathod

It is very simple that you have to install an aplication from Synaptic package Manager, Envyng

envyng-core
envyng-qt


after the installation you can find t under Applications->Systemtools->Envyng

it can help you to point out the best avilable driver for your Ati CHipset. just click on it and it will ask for a restart.............. Its fixed.........you can use all the graphicial operations like COMPIZ and allllll


commonly supporting chipsets [ATi radeon ] are

These cards and derivatives have good 3D acceleration support

9500 / R300 based cards
9600 / rv350 or rv360 based cards
9700 / R300 based cards
9800 / R350 or R360 based cards
X300 / rv370 based cards
X600 / rv380 based cards
X700 / rv410 based cards
X800 / R420 or R423 or R430 or R480 based cards
X850 / R480 or R481 based cards
X1050 / rv370 based cards
X1300 / R515 based cards
X1600 / R530 based cards
X1800 / R520 based cards
X1900 / R580 based cards
Xpress 200 / RS480 IGP
Xpress 200 / RS482 IGP for Intel
Xpress 200M / RS482 IGP
Xpress 1100 / RS482 IGP
Xpress 1150 / RS485 IGP
Xpress 1200 / AMD 690V / RS690C IGP
Xpress 1200 / AMD M690V / RS690MC IGP
Xpress 1250 / AMD 690G / RS690 IGP
Xpress 1250 / AMD M690 / RS690M IGP
Xpress 1250 / AMD 690G / RS600 IGP for Intel
Xpress 1270 / AMD M690T / RS690T IGP


Full 3D support (r100 and r200 series)

All these cards and derivatives have full 3D acceleration support

7000 / rv100 based cards 7200 / R100 based cards 7500 / rv200 based cards 8X00 / R200 based cards 9000 / rv250 based cards 9100 / R200 based cards 9200 / rv280 based cards

or


There is one more meathod to fix this issue is a bit complex for bigginers.. You have to edit a file using vim or any others editors[ i use vim]

#vim /etc/X11/xorg.conf


You would have to add and modify the current file given below[ i configured like this.
.
.
.
.
.

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-54
VertRefresh 50-120
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Radeon X1200"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768"
EndSubSection
EndSection

Section "Module"
Load "glx"
Disable "dri2"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "Extensions"
EndSection

Section "Device"
Identifier "Radeon X1200"
BusID "PCI:1:05:0"
Option "XAANoOffscreenPixmaps"
Driver "fglrx"
EndSection
~
~
Note some of the main things you have to customize for urself.........

Under
1)

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-54
VertRefresh 50-120

here the horsync and Vertrefresh value given is for an LG 15' CRt monitor, I got an "out of freqency error" problem when i was trying fix this for the fist time... i just noted out the values and edited this xorg.conf file from terminal and i have restarted the gdm service agin to get into the graphical mode...... I hope You wont face that issues... So what i am trying to tell is " you have to give the Hori and Vert values of the monitor that you guys using....

2)

Section "Screen"
Identifier "Default Screen"
Device "Radeon X1200"[ this is my model number U have to change it according to your model
" you can get it by in terminal type lspci in he result you will get the type of chipset and also you have to note the Busid[ you hav to use that in next step]
Ex: 01:05.0 VGA compatible controller: ATI Technologies Inc RS690 [Radeon X1200 Series] this is the output i got what i pointed in red is the busid and the chipset model............I think U r clear nw]

3)Section "Device"
Identifier "Radeon X1200"
BusID "PCI:1:05:0"
Option "XAANoOffscreenPixmaps"
Driver "fglrx"

Identifier as i said before you have provide your chipset model, ex like "Radeon X1500" or "Radeon 9600" etc.... [ here the X provided in mine coz its an Xpress chipset]

BusID you can get it from the above way you have to provide it according to the result that you get from lspci


I appologize once again if i gave any boring explanation. I am not a good writer ofcourse in giving explanations...[:)]. You can pot your suggestions and troubles here.. I will go through it and i could help you fixing it.
Thnk U...
arunthopil [ MAaKaN]