Installing Nvidia in 3 Steps

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!

Este post tiene los siguientes tags: , , ,

2 comments

  1. Installing Nvidia drivers in Ubuntu « My Way of Life says:

    [...] Read the post here [...]

    November 13th, 2007 at 4:07 am

  2. Linux Code and More » Blog Archive » Installing Nvidia in 3 Steps says:

    [...] 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 at 4:20 am

Leave a reply