meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
linux:nvidia [2015/08/04 08:48] – created niziaklinux:nvidia [2015/08/06 07:50] niziak
Line 1: Line 1:
 +====== nvidia ======
 +With NVidia proprietary driver, apps which grab screen like "x11vnc" doesn't work correctly.
 +
 +
 <code bash> <code bash>
 sudo apt-get install nvidia-detect sudo apt-get install nvidia-detect
Line 10: Line 14:
 </code> </code>
  
 +==== Install nvidia driver ====
 <code bash> <code bash>
 sudo apt-get install nvidia-driver sudo apt-get install nvidia-driver
Line 15: Line 20:
 sudo nvidia-xconfig sudo nvidia-xconfig
 </code> </code>
 +
 +
 +
 +==== Install opensource driver ====
 +<code bash>
 +sudo apt-get purge ^nvidia-*
 +sudo mv -vi /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia
 +sudo apt-get install nvidia-glx
 +</code>
 +and restart X system