Ubuntu – Switching between nVidia GeForce 640M and Intel integrated graphics

graphicsintel graphicsnvidia

Hello I'm new to Ubuntu and all in Linux. I have a computer with 8 GB of RAM and a processor Intel core i7 3770S and video card nVidia GeForce 640M and and Intel integrated graphics. In my system information is displayed only integrated graphics Intel. How do I switch to the nVidia GeForce 640M (in the BIOS do not have this function)? Sorry for the grammatical errors, I do not know much English.

Ubuntu 14.04

Best Answer

Use following link to install the Nvidia Prime

Ubuntu 14.04 Nvidia propriatery driver install

Then execute the following command on your terminal:

To switch to the Intel onboard graphics : sudo prime-select intel

To switch to the Nvidia graphics : sudo prime-select nvidia

If you want to know which graphics is in use execute the following command:

sudo prime-select query

Related Question