Advertisement
Guest User

How to install NVIDA drivers !

a guest
Oct 28th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Install Nvidia Drivers for Cuda & GPU .
  2.  
  3. ***You may use Hardware Drivers tool under Administation menu to install NVIDIA if you dont use GPU & CUDA .
  4.  
  5. In terminal type : add-apt-repository ppa:ubuntu-x-swat/x-updates
  6. apt-get update && sudo apt-get install nvidia-current nvidia-current-modaliases nvidia-settings
  7. Let the drivers install then :
  8. nano /etc/default/grub
  9. scroll down till you find this line : #GRUB_GFXMODE=640×480
  10. Uncomment the line " take the # off and change the numbers according to your screen , exampl : mine is 1920x1200 .
  11. On you keyboard press : " Ctrl and o " Enter ,then " Ctrl and x Enter " to save everything .
  12. Again in terminal : nano /etc/grub.d/00_header
  13. Scroll down untill you find this line : gfxmode=${GRUB_GFXMODE}
  14. hit the " Enter " key on your keyboard and paste this under the above code : set gfxpayload=keep
  15. Again Ctrl and o Enter then Ctrl and x Enter to save evrything.
  16. Again in terminal : update-grub
  17. Restart your pc , then in terminal type : nvidia-xconfig
  18. Restart again and you are good to go.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement