I dualboot Ubuntu 14.04 with windows 8.1 pro. In Ubuntu, Software & updates > Additional Drivers i don't know what one should i choose and now i'm using x.Org X server - Nouveau display driver from xserver-xorg-video-nouveau (open source). Can i change to Nvidia driver?
Asked
Active
Viewed 5,011 times
1 Answers
0
If everything you need works fine with the open-source driver, then you don't have to install the proprietary driver.
Or, if you're
- Using a laptop with hybrid-video config (Intel + nVidia).
- Want to reduce the power consumption by using the Intel GPU.
You can install the proprietary driver, which will allow you to choose which GPU to use (between Performance Mode and Power Saving Mode).

P.-H. Lin
- 2,824
sudo apt-get install nvidia-331-updates
in your terminal (Ctrl+Alt+t) – P.-H. Lin Oct 08 '14 at 10:30