My laptop has Intel (integrated) and Nvidia graphic cards. I have installed bumblebee. But laptop is still getting too hot. How can I check if I have done everything correctly?
Asked
Active
Viewed 82 times
0
-
Did you install Nvidia drivers? – Pilot6 Jan 01 '20 at 16:30
-
You said nothing about how long you use your laptop, what have been there before, how long you are seeing this issue. Maybe your device requires cooler exchange or dust cleaning. – Gryu Jan 01 '20 at 16:30
-
@Pilot6 I installed Nvidia drivers before bumblebee. And changed the active video driver using Prime. And then I installed bumblebee. – Moons Jan 01 '20 at 16:45
-
You can't use bumblebee and prime at the same time. – Pilot6 Jan 01 '20 at 16:46
-
@Gryu The issue has been there from beginning. I did everything I found on internet about this issue. But I'm new to ubuntu and I don't know if I have done things correctly or not. Bumblebee is supposed to turn off the nvidia device, right? Is there anyway to check that if the device is off or on? – Moons Jan 01 '20 at 16:48
-
@Pilot6 so I should uninstall the nvidia driver and only keep bumblebee? – Moons Jan 01 '20 at 16:49
-
I would suggest to remove bumblebee, keep Nvidia driver and switch to Intel in prime. – Pilot6 Jan 01 '20 at 16:50
-
Sometimes raising the laptop up bit from a surface can help, place small ~1/2inch spacers at the four corners or even get a cheap laptop cooler. Making sure inside of laptop is clean is number one. – crip659 Jan 01 '20 at 17:14
1 Answers
0
According to this answer bumblebee no longer is the recommended option: https://askubuntu.com/a/735251/1029870
In addition to this I suggest you install TLP and HES. TLP is a set of tools that helps with Laptop hardware, especially with things like spinning fans and thermal management and the HWE Stack (Hardware Enablement Stack) gives you access to the newest drivers and a more recent Kernel.
To install tlp run:
sudo apt install tlp tlp-rdw
and after that:
sudo tlp start
To install HWE Stack:
sudo apt install --install-recommends linux-generic-hwe-18.04 xserver-xorg-hwe-18.04

Roman Koschar
- 36
- 2
-
It seems
tlp
doesn't do anything if laptop is charging. I ransudo tlp true
to enable power saving mode explicitly. – Moons Jan 01 '20 at 19:26