# HG changeset patch # User Oleksandr Gavenko # Date 1449601074 -7200 # Node ID 8d1f64bb9f7f9ccddd2823cd368245a6358f9389 # Parent 52dc917e83bb88c5af71f32d507bf46ee82c474d# Parent 274aa5f80036ced9116797e50c048f30651e67d1 merged diff -r 52dc917e83bb -r 8d1f64bb9f7f Makefile --- a/Makefile Sat Dec 05 00:13:27 2015 +0200 +++ b/Makefile Tue Dec 08 20:57:54 2015 +0200 @@ -61,7 +61,12 @@ endif .PHONY: deploy -deploy: deploy2sf-web deploy2sf-hg +deploy: deploy2defun-web deploy2sf-web deploy2sf-hg + +# Will be accessible via: http://tips.defun.work/frame.html +.PHONY: deploy2defun-web +deploy2defun-web: html + rsync --delete -avP -e ssh tips-html/ user@vps:/srv/www/tips/ # Will be accessible via: http://gavenkoa.users.sourceforge.net/tips-html/frame.html .PHONY: deploy2sf-web @@ -88,7 +93,9 @@ { \ echo '.. _`Home`: index.html'; \ echo '.. _About: README.html'; \ -echo '.. _`About author`: http://gavenkoa.users.sourceforge.net/'; \ +echo '.. _`About author`: https://resume.defun.work/'; \ +echo '.. _`Oleksandr Gavenko`: https://resume.defun.work/'; \ +echo '.. _`gavenkoa`: https://resume.defun.work/'; \ echo '.. _Licence: README.html#tips-licence'; \ echo '.. _`Contact`: gavenkoa@gmail.com'; \ echo; \ diff -r 52dc917e83bb -r 8d1f64bb9f7f README.rst --- a/README.rst Sat Dec 05 00:13:27 2015 +0200 +++ b/README.rst Tue Dec 08 20:57:54 2015 +0200 @@ -9,8 +9,8 @@ About tips. =========== -This site is a collection of tips that author (Oleksandr Gavenko) was -**created** during his life. +This site is a collection of tips that author (`Oleksandr Gavenko`_ AKA +gavenkoa_) was created during his life. Tips licence. ============= diff -r 52dc917e83bb -r 8d1f64bb9f7f hardware.rst --- a/hardware.rst Sat Dec 05 00:13:27 2015 +0200 +++ b/hardware.rst Tue Dec 08 20:57:54 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. ====== diff -r 52dc917e83bb -r 8d1f64bb9f7f index.sh --- a/index.sh Sat Dec 05 00:13:27 2015 +0200 +++ b/index.sh Tue Dec 08 20:57:54 2015 +0200 @@ -1,20 +1,23 @@ #!/bin/sh -echo '' -echo '' -echo ' ' -echo ' Tips' -echo ' ' -echo '' -echo '' -echo '

Tips

' -echo '