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/08/06 07:56] niziaklinux:nvidia [2015/09/07 08:11] niziak
Line 24: Line 24:
 ==== Install opensource driver ==== ==== Install opensource driver ====
 <code bash> <code bash>
-sudo apt-get purge ^nvidia-*+sudo apt-get --purge remove ^nvidia-*
 sudo 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 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 and restart X system