meta data for this page
  •  

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
linux:nvidia [2015/08/06 07:17] niziaklinux:nvidia [2015/09/07 08:11] niziak
Line 2: Line 2:
 With NVidia proprietary driver, apps which grab screen like "x11vnc" doesn't work correctly. With NVidia proprietary driver, apps which grab screen like "x11vnc" doesn't work correctly.
  
 +==== Install nvidia driver ====
 <code bash> <code bash>
 sudo apt-get install nvidia-detect sudo apt-get install nvidia-detect
Line 14: Line 14:
 </code> </code>
  
-==== Install nvidia driver ==== 
 <code bash> <code bash>
 sudo apt-get install nvidia-driver sudo apt-get install nvidia-driver
Line 25: Line 24:
 ==== Install opensource driver ==== ==== Install opensource driver ====
 <code bash> <code bash>
-sudo apt-get purge ^nvidia-* +sudo apt-get --purge remove ^nvidia-* 
-mv -vi /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia+sudo mv -vi /etc/X11/xorg.conf /etc/X11/xorg.conf.nvidia 
 +sudo apt-get install nvidia-glx
 </code> </code>
 +stop X system, generate new xorg.conf file:
 +<code bash>
 +sudo Xorg -configure
 +sudo cp /root/xorg.conf.new /etc/X11/xorg.conf
 +</code>
 +
 +and restart X system