# HG changeset patch # User Oleksandr Gavenko # Date 1335275250 -10800 # Node ID a3889206dbb9bb63f7b78eee560737234c7ec453 # Parent b387f62860307be46ff1395d8e1054d2a09ae8fb Catalyst Control Center. diff -r b387f6286030 -r a3889206dbb9 linux-driver.rst --- a/linux-driver.rst Tue Apr 24 11:59:33 2012 +0300 +++ b/linux-driver.rst Tue Apr 24 16:47:30 2012 +0300 @@ -21,6 +21,40 @@ * http://wiki.debian.org/GraphicsCard#nVidia * http://wiki.debian.org/NvidiaGraphicsDrivers +ATI free driver. +================ + + http://wiki.debian.org/AtiHowTo + Debian ATI howto. + +ATI/AMD proprietary driver. +=========================== + +To install driver under Debian run:: + + $ sudo apt-get install fglrx-driver + +To create simple ``xorg.conf`` file run:: + + $ sudo aticonfig --initial --input=/etc/X11/xorg.conf + +To check that driver was loaded properly:: + + $ fglrxinfo + display: :0 screen: 0 + OpenGL vendor string: Advanced Micro Devices, Inc. + OpenGL renderer string: AMD Radeon HD 6900 Series + OpenGL version string: 4.2.11566 Compatibility Profile Context + +Configure performance in Catalyst Control Center:: + + $ amdcccle + + http://wiki.debian.org/ATIProprietary + Debian ATI Proprietary Driver Howto + https://help.ubuntu.com/community/BinaryDriverHowto/ATI + Ubuntu AMD Binary Driver Howto + nouveau video driver. =====================