Be able to change/switch to desktop or server for clr_power

By default it only identifies Core(TM) , Celeron and Pentium as desktop and I have to apply sudo clr_power -d --desktop on every boot (I am on Amd).

clr-power-tweaks.conf does not seem to have a permanent way to change it.

Am I missing something or is there no way to do it rn ?

I made a pull request for adding Ryzen and Athlon.

It will be nice to see inculsion of other processors in clear Linux.

1 Like

Can someone merge this request?

sudo systemctl edit --full clr-power.service
and add your flags

Does it go in the ExecStart line?

Yes, e.g.:

[Service]
Type=oneshot
ExecStart=/usr/bin/clr_power -d --desktop
1 Like

Thank you @btwarden!