суббота, 2 февраля 2008 г.

Настройка ATI Mobility Radeon X1400.

Installing drivers on ATI video cards. 3D Acceleration for ATI Mobility Radeon X1400.

1. Make sure that you have the following packages installed:

kernel-sources (linux-kernel-devel)
gcc
libgcc
glibc
glibc-devel
glib2
glib2-devel
cpp
g++
libstdc++
libstdc++-devel

2. Create directory /ati
Code:

mkdir /ati


3. Dowlnload driver for your video card from http://ati.amd.com/support/driver.html


4. Run commands:


make file executable:

Code:

chmod +x your_driver_file_name.run

launching installation:
Code:

./your_driver_file_name.run

It will start a GUI guide:

* Select Install Driver and click Continue.
* Click I Agree to the ATI License Agreement.
* Select Automatic and click Continue.
* Click Exit(OK) to close the Installer.

5. The driver has been installed, lets configure the driver:

Code:

aticonfig --initial

7. Now, restart the xserver (Ctr+Alt+Backspace)

9. Run this command to test your card:

Code:

glxgears

Thats all for installation drivers. Now, you can use special visual effects.

Комментариев нет: