Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 6618  / 1 Year ago, thu, march 9, 2023, 12:36:09

I have a Dell XPS 15 L502x. In ubuntu 12.04 it is not using the intel graphics and therefore, it is eating a lot of battery. any suggestions on how to get my intel graphics to work instead of nvidia gt 540m would be appreciated.
System Specs
Core i7-2860
Ram- 8gb
Intel HD 3000
Nvidia gt540m



P.S. I am totally new to linux so detailed instructions would be really appreciated.
thanks.


More From » drivers

 Answers
2

This system has nvidia optimus techonology enabled. Nvidia driver doesn't support optimus in linux. So in linux both graphics card are on which lead to high battery consumption and overheat.



In optimus tech, the intel graphics is always on. When you use Nvidia 540m, images generated by GT540m actully transported through intel grphics card.



options available



Turn off nvidia 540m and use intel only. Use Nvidia card with special command only when required. Also never install nvidia-drivers alone.



Instruction for installing Bumblebee to turn off discrete GPU and enable only when required




  1. Type the following in terminal,



    sudo add-apt-repository ppa:bumblebee/stable



    then



    sudo apt-get update


  2. To install Bumblebee using the proprietary nvidia driver:



    sudo apt-get install bumblebee bumblebee-nvidia


  3. Run following



    sudo usermod -a -G bumblebee $USER


  4. Reboot.







If you just want to disable nvidia card, no need to learn followings



Usage Instruction :



To run a program with nvidia card, use optirun command prefixed in terminal.
Like to run glxspheres with nvidia card type



optirun glxspheres



To run firefox type : optirun firefox &



Note: If you intend to run 32-bit programs like Wine and using Ubuntu 11.10 Oneiric or later, install 32-bit libraries with:



sudo apt-get install virtualgl-libs:i386 libgl1-mesa-glx:i386 libc6:i386



Linked Questions:



How well will Nvidia Optimus cards be supported in 12.04?



Is a NVIDIA GeForce with Optimus Technology supported by Ubuntu?



Can't use nvidia card/driver on optimus notebook


[#37578] Friday, March 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
antorchestr

Total Points: 92
Total Questions: 111
Total Answers: 120

Location: Jordan
Member since Wed, Jun 17, 2020
4 Years ago
;