[Background]
I am running Ubuntu 12.04, my computer contains an NVIDIA Quadro K4100M and Intel HD Graphics.
[Usage Scenario]
My usage scenarios include training deep neural networks which require an NVIDIA GPU, and when not training, using the computer for development and web browsing.
[The Main Question]
I would like to leverage the Intel HD Graphics for just the desktop usage to cut down on a loud fan and high energy usage. While just reserving the GPU for DNN training. How can I achieve this?
[About Related Setups and Questions]
I have this set up in a Windows machine, and using NVIDIA's control panel, I can easily switch between the graphics modes for desktop. But I can't find anything like this on Ubuntu. I see people have mentioned things about Bios updates but it seems it means choosing one you cannot access the other no matter what.
sudo gdebi prime-indicator_0.1-1+git20140109~webupd8~0_all.deb
again if it didn't install last time you tried. – mchid Sep 30 '14 at 11:05nvidia-settings
,python-appindicator
andnvidia-prime
are all installed along with your preferred 340 cuda and other drivers and it should work just fine. – mchid Oct 01 '14 at 11:47