Installing Nvidia in 3 Steps
by tdomf_d6a7c el 23 de Nov. de 2006, en Drivers, GNU, Open Source, ubuntu
The easiest way to install Nvidia drivers in Ubuntu Edgy:
$sudo aptitude install nvidia-glx
$sudo nvidia-xconfig
$sudo reboot
Why aptitude? It remembers dependencies downloaded (and installed) to install a particular package and removes them automatically when you remove that package.
And remember, comments are very welcomed!

Temas Relacionados
2 Trackbacks / Pingbacks for this entry
-
Linux Code and More » Blog Archive » Installing Nvidia in 3 Steps
November 13th, 2007 on 4:20 am[...] Unknown wrote an interesting post today onHere’s a quick excerpt The easiest way to install Nvidia drivers in Ubuntu Edgy: $sudo aptitude install nvidia-glx $sudo nvidia-xconfig $sudo reboot Why aptitude? It remembers dependencies downloaded (and installed) to install a particular package and removes them automatically when you remove that package. And remember, comments are very welcomed! [...]












November 13th, 2007 on 4:07 am
[...] Read the post here [...]