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 revisionBoth sides next revision
linux:nvidia [2015/09/07 08:11] niziaklinux:nvidia [2015/09/07 13:16] niziak
Line 22: Line 22:
  
  
-==== Install opensource driver ====+==== Install open source driver ====
 <code bash> <code bash>
 sudo apt-get --purge remove ^nvidia-* sudo apt-get --purge remove ^nvidia-*
Line 33: Line 33:
 sudo cp /root/xorg.conf.new /etc/X11/xorg.conf sudo cp /root/xorg.conf.new /etc/X11/xorg.conf
 </code> </code>
 +
 +set MESA as default GLX provider
 +<code bash>update-alternatives --config glx</code>
  
 and restart X system and restart X system