switching between nVidia GeForce 640M and Intel integrated graphics

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

5

1 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

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like