Skip to main content

A Dell thermal management GUI to control fan speeds and monitor temperatures.

Project description

I8KGUI

GitHub Workflow Status GitHub release (latest by date)

Introduction

A Dell thermal management GUI to control fan speeds and monitor temperatures. Information is taken from dell-smm-hwmon, i8kutils, Sysfs and (SM)BIOS - created as a quick hack for my own needs (screenshots may be of an older version).

i8k bios cores turbo settings info

i8kgui uses dell-smm-hwmon, i8kutils and Sysfs to gather information such as CPU temperature and fan speeds. It also supports thermal management using (SM)BIOS modes.

Features

  • Displays CPU temperature, fan speed(s) and fan mode(s)
  • Displays the current CPU frequency
  • Displays CPU load
  • Displays individual CPU core frequencies and temperatures
  • Displays CPU Turbo information
  • Gathers metrics from the dell_smm_hwmon kernel module via Sysfs, instead of using /proc/i8k
  • Shows the currently active i8kutils configuration being used
  • Supports (SM)BIOS thermal management modes via libsmbios
  • Loads cpupower-gui (if installed) when CPU Governor is clicked
  • Option to display CPU frequency as either the highest (default) or the average value for all CPU cores
  • Adds polkit action configurations to allow users to change fan modes without a password

Installation

Automated Installation (Recommended)

This version has only been tested on Ubuntu 20.04 (it should also work on 22.04) and with a Dell laptop (XPS 7590). The installation script undertakes a system-wide installation with all optional components (i.e. cpupower-gui and undervolt). Please see below for other install options.

git clone https://github.com/razman786/i8kgui
cd i8kgui
./install_i8kgui_ubuntu.sh

Automated Installation Options

Install option i8kutils Dell BIOS fan control libsmbios cpupower-gui undervolt
-all :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
-norm :white_check_mark: :white_check_mark: :white_check_mark:
-min :white_check_mark:
-fix :white_check_mark: :white_check_mark:
-smbios :white_check_mark: :white_check_mark:
-power :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

See ./install_i8kgui_ubuntu.sh -h for usage information.

Manual Installation

Prerequisites

This guide has only been tested on Ubuntu 20.04 and with a Dell XPS laptop.

The dell-smm-hwmon kernel module is required for basic functionality.

i8kutils

Please install and configure i8kutils from https://github.com/vitorafsr/i8kutils. On Ubuntu the following can be run:

sudo apt install i8kutils
Dell BIOS Fan Control (optional)

Some systems require this step, while others do not. For example, a Dell XPS 7590 needs the BIOS fan control installed, but a Dell Inspiron 5575 does not.

Please install Dell BIOS Fan Control from https://github.com/TomFreudenberg/dell-bios-fan-control and install it into /usr/bin/.

If you are not sure that you have GCC installed, please run this first sudo apt install build-essentials, then:

git clone https://github.com/TomFreudenberg/dell-bios-fan-control.git
cd dell-bios-fan-control
make
sudo cp dell-bios-fan-control /usr/bin

Please install this service file from https://github.com/gilbsgilbs/dell-bios-fan-control-git/blob/master/dell-bios-fan-control.service into /etc/systemd/system/

curl -O https://raw.githubusercontent.com/gilbsgilbs/dell-bios-fan-control-git/master/dell-bios-fan-control.service
sudo cp dell-bios-fan-control.service /etc/systemd/system/
sudo systemctl enable dell-bios-fan-control.service
libsmbios (optional)

If supported by your system, libsmbios will allow BIOS thermal modes to be changed, amongst other features. On Ubuntu 20.04, please install the following package to interface with (SM)BIOS information:

sudo apt install python3-libsmbios
cpupower-gui (optional)

On Ubuntu 20.04, install the following optional package to change the CPU Governor:

sudo apt install cpupower-gui

i8kgui Installation

System-wide with polkit actions (Recommended)
Using PyPI
sudo pip3 install i8kgui --prefix=/usr
Using Git
git clone https://github.com/razman786/i8kgui
sudo pip3 install . --prefix=/usr

Please note that the default installation will use the polkit action files for Ubuntu. Polkit action files for Manjaro Linux (tested with version 22.1.3) are located in i8kgui/polkit_actions/manjaro. For example, to manually install the polkit action files, do the following sudo cp i8kgui/polkit_actions/ubuntu/* /usr/share/polkit-1/actions

Stable
git clone https://github.com/razman786/i8kgui
pip3 install . --user
Development
git clone https://github.com/razman786/i8kgui
git checkout development && git pull
pip3 install . --user

Uninstall i8kgui

System-wide with polkit actions
sudo PYTHONUSERBASE=/usr pip3 uninstall i8kgui
Stable or Development
pip3 uninstall i8kgui

Usage

Please ensure that you have configured i8kutils before starting!

Once i8kutils is correctly configured using the /etc/i8kmon.conf file, please run the following to enable the services if they are not already running.

sudo systemctl enable dell-bios-fan-control.service; sudo systemctl enable i8kmon.service

i8kgui can be loaded by searching in Ubuntu's Show Applications icon in the application dock. Optionally, i8kgui can be loaded from a terminal by executing i8kgui.

By default, i8kgui displays i8kutils information, however it does facilitate thermal management using the (SM)BIOS. If you enable this feature typically four fan modes will be available. Please note that, using 'Quiet', or 'Cool Bottom' modes will reduce performance due to CPU power capping. Changing (SM)BIOS thermal modes may require entering a user password, if polkit actions have not been configured.

Disabling (SM)BIOS thermal management in the settings will re-enable i8kutils's management and configuration.

Personal configuration

The i8kmon_sample_conf directory contains my personal i8kmon.conf configuration file, used on a Dell XPS 7590 (Intel i7, BIOS version 1.14.1).

Undervolt is installed using the following settings to avoid thermal throttling:

undervolt -v --gpu -0 --core -121 --cache -121 --uncore -121 --analogio 0 --temp 100

Known Working Systems

Systems that have been reported to be working:

  • Dell XPS 7590, Intel i7
  • Dell Inspiron 5575, AMD Ryzen 5 - thank you @yochananmarqos

Disclaimer

Please note the author takes no responsibility for any damage that occurs from using this software and/or configurations.

Issues and requests

Please open an issue here.

Credits

Delapouite for the Computer Fan Icon (CC BY 3.0)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

i8kgui-0.8.4.dev0.tar.gz (62.6 kB view hashes)

Uploaded Source

Built Distribution

i8kgui-0.8.4.dev0-py3-none-any.whl (59.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page