Differences between revisions 12 and 14 (spanning 2 versions)
Revision 12 as of 2007-03-17 18:22:16
Size: 656
Editor: MarkHobley
Comment:
Revision 14 as of 2007-05-13 12:08:09
Size: 941
Editor: MarkHobley
Comment: Modified for Xorg, XFree86 separated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= How do I configure X to use ATI Radeon drivers? = = How do I configure X to use ATI 3D accelerated graphics =

These notes are for an ["Xorg"] based ["xserver"]. To install the ATI Radeon drivers on an ["XFree86"] installation, see ["ATIHowToXFree86"].
Line 5: Line 7:
To configure X to use the Radeon drivers, the configuration file /etc/X11/XF86Config-4 should be edited as follows: To configure X to use accelerated 3d drivers, the configuration file /etc/X11/xorg.conf should be edited as follows:
Line 8: Line 10:
        Identifier "ATI Radeon 9000"
        Driver "radeon"
        Identifier "ATI 3D"
        Driver "ati"
Line 13: Line 15:
        Device "ATI Radeon 9000"         Device "ATI 3D"
Line 15: Line 17:
Note: The installation process may have set the driver type to "ati". This needs to be changed to "radeon". == Install the required libraries ==

It is necessary to install driver libraries, in order for the 3D capabilities of the card to be utilized:

 apt-get install libgl1-mesa-dri
Line 19: Line 25:
["ATIHowToXFree86"] Configuring XFree86 to use ATI 3D accelerated graphics

How do I configure X to use ATI 3D accelerated graphics

These notes are for an ["Xorg"] based ["xserver"]. To install the ATI Radeon drivers on an ["XFree86"] installation, see ["ATIHowToXFree86"].

ATI Radeon cards 8500,9000,9200 and 9250 work with Open Source drivers and support ["OpenGL"] 3D Graphics.

To configure X to use accelerated 3d drivers, the configuration file /etc/X11/xorg.conf should be edited as follows:

  • Section "Device"
    • Identifier "ATI 3D" Driver "ati"

    ?EndSection Section "Screen"

    • Device "ATI 3D"

Install the required libraries

It is necessary to install driver libraries, in order for the 3D capabilities of the card to be utilized:

  • apt-get install libgl1-mesa-dri

See Also

["ATIHowToXFree86"] Configuring XFree86 to use ATI 3D accelerated graphics

["ATIProprietary"] Installing the closed source proprietary driver