Re: Which distro for T4x series?
Posted: Wed Nov 11, 2009 6:45 pm
Configuring Xorg can be a pain in the [censored].
Below is my old xorg.conf file (I have an intel integrated graphics now).
It is tweaked to the max - I was getting more fps with the radeon open source driver than with the crappy unstable fglrx.
HOW TO USE:
1- On Debian/Ubuntu install package "xserver-xorg-video-radeon"
2- Replace your "Device" section in /etc/X11/xorg.conf with the following
-----------------------------------------------------------
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
#see http://dri.freedesktop.org/wiki/ATIRadeon
#for version 6.9 of the radeon driver EXA is a bit faster at the cost of more cpu
#currently turned off - the AccelMethod being used is XAA (see below)
# Option "AccelMethod" "EXA"
#The following accelerate 3D a lot but apparently only on XAA mode
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
#might not be necessary on a future xorg version - fixes random crashes on xorg
Option "AGPMode" "1"
EndSection
-------------------------------------------------------------------
3- Now inside section Screen, search for Device and replace it with the following Device line:
Section "Screen"
... (some crap)
Device "ATI Radeon"
... (more crap)
EndSection
Restart your X server (either reboot or go to a VT console with Ctrl + Alt + F1, login and type "sudo sh /etc/init.d/gdm restart").
Test with glxgears or any other OpenGL application and see if its stable!
My graphics card was a Ati Radeon Mobility 9600 but it should work with the following graphics cards (list taken from http://dri.freedesktop.org/wiki/ATIRadeon):
7000 denotes a rv100 based card.
7200 denotes a R100 based card.
7500 denotes a rv200 based card.
8X00 denotes a R200 based card.
9000 denotes a rv250 based card.
9100 denotes a R200 based card
9200 denotes a rv280 based card.
9500 denotes a R300 based card.
9600 denotes a rv350 or rv360 based card.
9700 denotes a R300 based card.
9800 denotes a R350 or R360 based card.
X300 denotes a rv370 based card.
X550 denotes a rv370 based card.
X600 denotes a rv380 based card.
X700 denotes a rv410 based card.
X800 denotes a R420 or R423 or R430 based card. And some "X800 GTO" cards seems to be based on R480 too.
X850 denotes a R480 or R481 based card.
X1050 denotes a rv370 based card.
X1200 denotes a RS690 based card.
X1300 denotes a RV515, RV516 based card. XT are RV530, RV535 based card.
X1550 denotes a RV505, RV515, RV516 based card.
X1600 denotes a RV515, RV516 based card. Pro are RV530 based card.
X1650 denotes a RV530, RV535, RV560 based card.
X1800 denotes a R520 based card.
X1900 denotes a R580 based card.
X1950 denotes a RV570, R580 based card.
X2300 denotes a RV550 based card.
Below is my old xorg.conf file (I have an intel integrated graphics now).
It is tweaked to the max - I was getting more fps with the radeon open source driver than with the crappy unstable fglrx.
HOW TO USE:
1- On Debian/Ubuntu install package "xserver-xorg-video-radeon"
2- Replace your "Device" section in /etc/X11/xorg.conf with the following
-----------------------------------------------------------
Section "Device"
Identifier "ATI Radeon"
Driver "radeon"
BusID "PCI:1:0:0"
#see http://dri.freedesktop.org/wiki/ATIRadeon
#for version 6.9 of the radeon driver EXA is a bit faster at the cost of more cpu
#currently turned off - the AccelMethod being used is XAA (see below)
# Option "AccelMethod" "EXA"
#The following accelerate 3D a lot but apparently only on XAA mode
Option "EnablePageFlip" "1"
Option "ColorTiling" "1"
#might not be necessary on a future xorg version - fixes random crashes on xorg
Option "AGPMode" "1"
EndSection
-------------------------------------------------------------------
3- Now inside section Screen, search for Device and replace it with the following Device line:
Section "Screen"
... (some crap)
Device "ATI Radeon"
... (more crap)
EndSection
Restart your X server (either reboot or go to a VT console with Ctrl + Alt + F1, login and type "sudo sh /etc/init.d/gdm restart").
Test with glxgears or any other OpenGL application and see if its stable!
My graphics card was a Ati Radeon Mobility 9600 but it should work with the following graphics cards (list taken from http://dri.freedesktop.org/wiki/ATIRadeon):
7000 denotes a rv100 based card.
7200 denotes a R100 based card.
7500 denotes a rv200 based card.
8X00 denotes a R200 based card.
9000 denotes a rv250 based card.
9100 denotes a R200 based card
9200 denotes a rv280 based card.
9500 denotes a R300 based card.
9600 denotes a rv350 or rv360 based card.
9700 denotes a R300 based card.
9800 denotes a R350 or R360 based card.
X300 denotes a rv370 based card.
X550 denotes a rv370 based card.
X600 denotes a rv380 based card.
X700 denotes a rv410 based card.
X800 denotes a R420 or R423 or R430 based card. And some "X800 GTO" cards seems to be based on R480 too.
X850 denotes a R480 or R481 based card.
X1050 denotes a rv370 based card.
X1200 denotes a RS690 based card.
X1300 denotes a RV515, RV516 based card. XT are RV530, RV535 based card.
X1550 denotes a RV505, RV515, RV516 based card.
X1600 denotes a RV515, RV516 based card. Pro are RV530 based card.
X1650 denotes a RV530, RV535, RV560 based card.
X1800 denotes a R520 based card.
X1900 denotes a R580 based card.
X1950 denotes a RV570, R580 based card.
X2300 denotes a RV550 based card.