linux-driver.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Feb 2016 12:46:36 +0200
changeset 1905 fba288d59662
parent 1334 9bf0d5a1f0cf
child 1912 8b81a8f0f692
permissions -rw-r--r--
Include only local subsections into TOC. This prevent duplication of TOC when build single page HTML document. Also this make unnecessary CSS hack to hide document title as top level section.

.. -*- coding: utf-8; -*-
.. include:: HEADER.rst

=====================
 Driver under Linux.
=====================
.. contents::
   :local:

NVidia video driver.
====================

To install non-free driver with 3D acceleration::

  $ sudo apt-get install nvidia-glx

Basic configuration can de bone through::

  $ nvidia-xconfig

See:

 * 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.
=====================

Nouveau: Accelerated Open Source driver for nVidia cards.

  http://nouveau.freedesktop.org/wiki/
                home page