On some systems there is a scaling_available_frequencies file (sys/device/system/cpu/cpu*/cpufreq/scaling_available_frequencies).
This file reports the frequency steps of the hardware.
In this pull request a function is added to read this file and report a list of the available frequencies.
If the file is available, the GUI will show a mark above the slider along with the frequency in GHz.
On some systems there is a scaling_available_frequencies file (
sys/device/system/cpu/cpu*/cpufreq/scaling_available_frequencies
). This file reports the frequency steps of the hardware.In this pull request a function is added to read this file and report a list of the available frequencies. If the file is available, the GUI will show a mark above the slider along with the frequency in GHz.
Closes #14