linux-driver.rst
changeset 1254 a3889206dbb9
parent 1186 d3f5435a513b
child 1334 9bf0d5a1f0cf
equal deleted inserted replaced
1253:b387f6286030 1254:a3889206dbb9
    19 See:
    19 See:
    20 
    20 
    21  * http://wiki.debian.org/GraphicsCard#nVidia
    21  * http://wiki.debian.org/GraphicsCard#nVidia
    22  * http://wiki.debian.org/NvidiaGraphicsDrivers
    22  * http://wiki.debian.org/NvidiaGraphicsDrivers
    23 
    23 
       
    24 ATI free driver.
       
    25 ================
       
    26 
       
    27   http://wiki.debian.org/AtiHowTo
       
    28                 Debian ATI howto.
       
    29 
       
    30 ATI/AMD proprietary driver.
       
    31 ===========================
       
    32 
       
    33 To install driver under Debian run::
       
    34 
       
    35   $ sudo apt-get install fglrx-driver
       
    36 
       
    37 To create simple ``xorg.conf`` file run::
       
    38 
       
    39   $ sudo aticonfig --initial --input=/etc/X11/xorg.conf
       
    40 
       
    41 To check that driver was loaded properly::
       
    42 
       
    43   $ fglrxinfo
       
    44   display: :0  screen: 0
       
    45   OpenGL vendor string: Advanced Micro Devices, Inc.
       
    46   OpenGL renderer string: AMD Radeon HD 6900 Series
       
    47   OpenGL version string: 4.2.11566 Compatibility Profile Context
       
    48 
       
    49 Configure performance in Catalyst Control Center::
       
    50 
       
    51   $ amdcccle
       
    52 
       
    53   http://wiki.debian.org/ATIProprietary
       
    54                 Debian ATI Proprietary Driver Howto
       
    55   https://help.ubuntu.com/community/BinaryDriverHowto/ATI
       
    56                 Ubuntu AMD Binary Driver Howto
       
    57 
    24 nouveau video driver.
    58 nouveau video driver.
    25 =====================
    59 =====================
    26 
    60 
    27 Nouveau: Accelerated Open Source driver for nVidia cards.
    61 Nouveau: Accelerated Open Source driver for nVidia cards.
    28 
    62