hardware.rst
changeset 1782 3453d3e251ba
parent 1773 d281eb86f8f6
child 1801 8d1f64bb9f7f
--- a/hardware.rst	Tue Nov 24 10:34:20 2015 +0200
+++ b/hardware.rst	Thu Nov 26 15:12:19 2015 +0200
@@ -132,8 +132,8 @@
 
   $ read-edid
 
-Graphics card.
-==============
+Graphics card/GPU/DRM.
+======================
 
   ``glxinfo``
                 Details about OpenGL, the Xserver, and your graphics card.
@@ -154,6 +154,42 @@
   ``xdriinfo``
     Query configuration information of DRI drivers.
 
+``GPU-z`` may be used under Windows.
+
+Nvidia cards.
+-------------
+
+What cards present on system and what monitors managed by card::
+
+  $ sudo apt-get install nvidia-settings
+  $ nvidia-settings
+
+Memory usage, GPU utilization and temperature for Nvidia cards::
+
+  $ sudo apt-get install nvidia-smi
+  $ nvidia-smi
+
+Intel cards.
+------------
+::
+
+  $ sudo apt-get install intel-gpu-tools
+
+Show ``top`` like statistics::
+
+  $ intel_gpu_top
+
+Show GPU usage like ``time`` command::
+
+  $ intel_gpu_time $CMD
+
+AMD/Radeon cards.
+-----------------
+
+For ``fglrx`` driver::
+
+  $ aticonfig --odgc --odgt
+
 Audio.
 ======