shadeyg56
shadeyg56
This was brought up in #574 Here is my comment I left there pertaining to this issue > The main issue I see is when looking at /etc/os-release it only...
> GUI on/off/auto could maybe be selected using drop down menu. Works for me, but needs to be implemented in the CLI first. I also think it would be better...
unable to reproduce on GNOME 44.4
Could you please post your config file and the output of `sudo auto-cpufreq --debug`
I'm still unable to reproduce this after using your config file. The only difference I see is our GNOME versions. I use NixOS which is on v44.4 which is not...
Hi, can you please share the contents of your config file located at ```/etc/auto-cpufreq.conf``` Also there is no way to turn off individual CPU cores
I don't have a dGPU so I can't test this for myself, but your explanation makes sense. Unfortunately, `psutil.sensors_temperatures()` only has a parameter for using fahrenheit. If psutil is indeed...
Openrc is supported in the [install script](https://github.com/AdnanHodzic/auto-cpufreq/blob/master/scripts/auto-cpufreq-install.sh#L71) so something weird is going on here. Could you run `ps h -o comm 1` and paste the output?
`acpi-cpufreq` only exposes a few frequencies that can be used. To find the minimum you can run `cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq` To get a list of them all, run `cat /sys/devices/system/cpu/cpu0/scaling_available_frequencies`
Hi, please update to the latest version and try again