You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Manjaro it's quite easy (besides battery threshold not working yet):
make sure that secure boot is disabled in UEFI/BIOS.
I installed base-devel (contains gcc and pkg-config, so no need for that anymore). No other package installation with pacman/pamac required.
open terminal
replace "username" with your login name
mkdir /home/username/Desktop/OFC
python3 -m venv /home/username/Desktop/OFC
"copy" OFC.py in there
cd /home/username/Desktop/OFC
bin/pip3 install ectweaker (gets downloaded)
bin/pip3 install pycairo (gets downloaded)
bin/pip3 install PyGObject (gets downloaded)
sudo nohup bin/python3 OFC.py
(if EC driver needs to be installed/activated a reboot is required, after boot restart OFC.py again)
sudo nohup bin/python3 OFC.py
The 1st dialogue asks if you want to use standard values or take windows ones
Chose "10th gen CPU or higher" depending on your hardware
After exiting OFC you can see the file config.py that should have been created.
Edit config.py : in advanced mode I set 30 (base fan speed) and 150 max fan (30,150,150,150,150,150,150,150) for cpu and again for gpu.
But you can do it as you prefer.
If you want a startup button on Desktop (KDE), then on Desktop right mouse button and create new Link to application. Go to Application tab, Program sudo, Arguments nohup bin/python3 OFC.py , Work folder /home/username/Desktop/OFC, Advanced options click, run in terminal.
In the GUI you need to change between fan profiles to activate them, as the 1st profile at startup is shown, but not activated. So iE set basic and then advanced profile. Once the desired profile is activated you can exit the application. I saw that exiting brings the benefit of less CPU load/power consumption.
That's all.
Thank you YoCodingMonster !!!
The text was updated successfully, but these errors were encountered:
For Manjaro it's quite easy (besides battery threshold not working yet):
make sure that secure boot is disabled in UEFI/BIOS.
I installed base-devel (contains gcc and pkg-config, so no need for that anymore). No other package installation with pacman/pamac required.
open terminal
replace "username" with your login name
mkdir /home/username/Desktop/OFC
python3 -m venv /home/username/Desktop/OFC
"copy" OFC.py in there
cd /home/username/Desktop/OFC
bin/pip3 install ectweaker (gets downloaded)
bin/pip3 install pycairo (gets downloaded)
bin/pip3 install PyGObject (gets downloaded)
sudo nohup bin/python3 OFC.py
(if EC driver needs to be installed/activated a reboot is required, after boot restart OFC.py again)
sudo nohup bin/python3 OFC.py
The 1st dialogue asks if you want to use standard values or take windows ones
Chose "10th gen CPU or higher" depending on your hardware
After exiting OFC you can see the file config.py that should have been created.
Edit config.py : in advanced mode I set 30 (base fan speed) and 150 max fan (30,150,150,150,150,150,150,150) for cpu and again for gpu.
But you can do it as you prefer.
If you want a startup button on Desktop (KDE), then on Desktop right mouse button and create new Link to application. Go to Application tab, Program sudo, Arguments nohup bin/python3 OFC.py , Work folder /home/username/Desktop/OFC, Advanced options click, run in terminal.
In the GUI you need to change between fan profiles to activate them, as the 1st profile at startup is shown, but not activated. So iE set basic and then advanced profile. Once the desired profile is activated you can exit the application. I saw that exiting brings the benefit of less CPU load/power consumption.
That's all.
Thank you YoCodingMonster !!!
The text was updated successfully, but these errors were encountered: