I'm Using Ubuntu 12.04.1 LTS on my Optimus-enabled Asus K55v notebook. This means it features two video cards; an integrated Intel one (1GB shared memory), and a discrete Nvidia Geforce 610M. Regarding this, I have a few related questions:
- How can I tell if my system is using the graphic card at all, and if so, how much?
- How do I determine whether the drivers of the Intel graphics are installed or not?
- I tried downloading the drivers from Nvidia's official website, but it did not install. From where do I get the drivers for Nvidia?
- How can I make the best use of the Nvidia graphics card (i.e. in what applications)?
The command
glxinfo
displays which video adapter is used for OpenGL graphics. Look for a line similar to the following:The above is displayed on my laptop even though it has Nvidia Optimus discrete GPU. This means that it is still using the integrated Intel GPU for 3D graphics.
After setting up bumblebee I run
optirun glxinfo
and can see that the system now uses the Nvidia GPU, but only when running commands withoptirun
:In the end I found out that the Nvidia GPU performs actually worse through bumblebee than with the integraded Intel GPU enabled with
DRI_PRIME=1
setting. I will try again when/if there is a better solution in future.You should use your package manager to install the Nvidia drivers because when an update comes down the pipe it makes it easier to upgrade the kernel and still keep your nvidia driver, or even get nvidia driver updates automatically.
If you have the other nvidia driver installed you will need to manually uninstall it. At least in my experience that is the most successful method. Those details are outlined in the read me file that came with the driver.
If you want to use the tested drivers that work well under Ubuntu then run this command
That should do it. If it is working successfully you should have an Nvidia control panel you can locate that in the dash.
It should give you your nvidia system temperature and other facts about your card.
hope this helps.
One command is
which produces, beneath other things, for example on my system:
a similar tool is lshw (list hardware):
In Xfce, there is an entry in the settings menu, 'additional driver', where you can look, if a driver like the Nvidia driver is installed and active, and where you can search for such a driver. The name of the menu might vary on your system.