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/09/07 08:11] niziaklinux:nvidia [2015/09/07 13:19] niziak
Line 22: Line 22:
  
  
-==== Install opensource driver ====+==== Install open source driver (nouveau) ====
 <code bash> <code bash>
 sudo apt-get --purge remove ^nvidia-* sudo apt-get --purge remove ^nvidia-*
Line 28: Line 28:
 sudo apt-get install nvidia-glx sudo apt-get install nvidia-glx
 </code> </code>
 +
 +Following package will clean after nvidia drivers (remove blacklisting of nouveau module)
 +<code bash>
 +sudo apt-get install glx-alternative-nvidia
 +</code>
 +
 stop X system, generate new xorg.conf file: stop X system, generate new xorg.conf file:
 <code bash> <code bash>
Line 33: Line 39:
 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