Advertisement
asanchez75

Linux/nvidia

May 7th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. http://wiki.debian.org/NvidiaGraphicsDrivers
  2.  
  3. sudo apt-get install nvidia-glx nvidia-xconfig nvidia-kernel-2.6-686-bigmem nvidia-settings nvidia-kernel-source nvidia-kernel-common
  4.  
  5. Crear el archivo /etc/X11/xorg.conf y poner allĂ­
  6.  
  7. Section "Module"
  8. Load "glx"
  9. EndSection
  10.  
  11. Section "Device"
  12. Identifier "Video Card"
  13. Driver "nvidia"
  14. EndSection
  15.  
  16. ============================
  17.  
  18. Si tienes dos pantallas anda a Nvidia Settings y genera un nuevo archivo xorg.conf que incluya el nuevo monitor
  19.  
  20. ============================
  21. compiz
  22. http://wiki.debian.org/Compiz
  23.  
  24. ==============================
  25.  
  26. lspci -v | grep V
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement