LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Fan control for Ubuntu Studio with Precision M4700 (https://www.linuxquestions.org/questions/ubuntu-63/fan-control-for-ubuntu-studio-with-precision-m4700-4175667494/)

Tuohi 01-11-2020 06:06 AM

Fan control for Ubuntu Studio with Precision M4700
 
Hello everyone,

First of all, as this is my first post let me thank you for maintaining this forum. And now let's get to the point. I have a loud fan/over heating issue with Ubuntu Studio on Dell Precision M4700, especially if using proprietary NVIDIA drivers. With the open source one it's a bit better, but not as good as with Windows. Is there any software with graphic user interface to control the power and performance settings in order to keep the fans down in most ordinary tasks like web browsing and playing music etc.

Thank you in advance!

ondoho 01-11-2020 08:00 AM

Quote:

Originally Posted by Tuohi (Post 6077018)
Dell Precision M4700

This?

Heat and fan - what is eating your resources? Have a look at your system monitor or 'htop' in a terminal.
Also output of
Code:

lspci -k
please.

Tuohi 02-05-2020 04:40 PM

Hi,

thanks for the hints. It took some time to get back to this. I did not understand what is the htop thing? The other command gave some info from my system, but it doesnt' say anything to me.

However, I went and installed Thermal Daemon through the Terminal with these commands:

https://github.com/intel/thermal_daemon

Building on Ubuntu
1. Install
sudo apt-get install autoconf
sudo apt-get install autoconf-archive
sudo apt-get install g++
sudo apt-get install libglib2.0-dev
sudo apt-get install libdbus-1-dev
sudo apt-get install libdbus-glib-1-dev
sudo apt-get install libxml2-dev

The last one "libxml2-dev" didn't install properly as the package could not be found. I can't find it on any Ubuntu repositories either. How to uninstall the whole thing as I'm not sure if it's all set correctly as the status gives some errors although it claims to be "active" with green indicator. I want to try something else. I also have the TLP installed before but I don't think it's doing anything as I didn't know how to lower the cpu freqs with it.

ondoho 02-06-2020 01:03 AM

Before you go off installing things, you should try to find out what is actually happening, yes?
"htop" is a program that runs in your terminal. You can install it with apt. It is a system monitor, it will show you which processes eat CPU (or RAM). Look at it, and try to find what is eating your resources.

While the lspci output does not tell you anything, it might help us assess the situation.
So please show us.

Tuohi 02-06-2020 09:27 AM

I managed to uninstall the Thermal Daemon and then after some tweaking I found that with TLP and NVIDIA proprietary driver the fan noise has somewhat settled. I'll get back to this if things get worse again. But maybe we can mark this as solved?


All times are GMT -5. The time now is 02:03 PM.