PDA

View Full Version : [ubuntu] Which Driver For nVidia is Installed?


CarlosinFL
August 20th, 2009, 08:37 AM
When I go to the 'Restricted Drivers' menu & download the 'NVIDIA accelerated graphics driver' from the GUI menu, can someone tell me which specific packages it installs as if I were in 'terminal' and was using the apt-get utility to install manually?

Thanks!

Bachstelze
August 20th, 2009, 08:39 AM
nvidia-glx-<driver_version>

You can check exactly which version you have with

sudo dpkg -l | grep nvidia-glx

CarlosinFL
August 20th, 2009, 09:45 AM
Thanks!