First, as root:
# aptitude updateThen, let's install the driver:
# aptitude install module-assistant fglrx-driver fglrx-kernel-srcNow, make and install the fglrx module:
# module-assistant auto-install fglrx-kernel-srcAt this point, you must restart the computer to be sure the new module is loaded. You will see the kdm or gdm won't change at all, it happens because xorg doesn't have the new configuration. Change to one of the consoles ( e.g.: Ctrl+Atl+F1 ) and, as root, stop the display manager:
# /etc/init.d/kdm stopor
# /etc/init.d/gdm stopNext, configure xorg.conf with the new ATI card:
# aticonfig --initialFinally, restart the computer and you will see the change. Log in with your regular user, open a term, and check the new configuration:
$ fglrxinfoAnd you will get something like this:
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2600 Pro
OpenGL version string: 2.1.7276 ReleaseFor more information, check the Unofficial Wiki for the ATI Linux Driver out, where there are other ways using the proprietary ATI Linux driver.
Jose A. Viana
No comments:
Post a Comment