Atidrivers

From PardusWiki
Revision as of 11:29, 4 September 2007 by Zinden (Talk | contribs)
Jump to: navigation, search

The latest fglrx driver supports Radeon 9500+ and the X-series cards up to X1900.


Contents

Disable Composite Extension

The Composite extension is enabled by default, however, fglrx does not yet support Composite with DRI. In order to disable Composite you have to edit the xorg.conf file:

sudo kate /etc/X11/xorg.conf

and add these lines at the end of the file:

Section "Extensions"
       Option  "Composite" "Disable"
EndSection


Another option is to use nano directly from the terminal.

sudo nano /etc/X11/xorg.conf

Installation

Install the Driver the Pardus Way

 sudo pisi it http://paketler.pardus.org.tr/pardus-2007-test/ati-drivers-8.40.4-21-24.pisi


Configure the Driver

sudo aticonfig --initial

Then:

sudo aticonfig --overlay-type=Xv

Finish the Installation

Now save any open document and reboot your system:

sudo shutdown -r now

Post-Installation Checks

Verifying

Run the following command to check its output to ensure the fglrx driver is installed properly:

$ sudo fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI MOBILITY RADEON 9600/9700 Series
OpenGL version string: 2.0.6650 (8.40.4)

The OpenGL vendor string should read ATI and not Mesa.

If you see a message like 'Xlib: extension "XFree86-DRI" missing on display ":1.0"' then you may have to add the following to /etc/X11/xorg.conf:

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


Additional configure with aticonfig tool

You can even more configure the driver with the aticonfig tool.

For example:

Personal tools
Namespaces
Variants
Actions
Navigation
Print/export
Toolbox