dmitry-s93 / MControlCenter

An application that allows you to change the settings of MSI laptops running Linux
GNU General Public License v3.0
237 stars 61 forks source link

Just a few questions #61

Open rottenpants466 opened 1 year ago

rottenpants466 commented 1 year ago

Is there an option to switch automatically between power modes in MControlCenter?

For example, on my system preferences in kubuntu i have 2 power mode profiles:

MControlCenter doesn't change automatically between power modes if i connect the AC charger or remove it, i have to do it manually. Also, if i'm using the performance mode in system settings and super battery in McontrolCenter the laptop runs really hot because the fans are turned off.

Also is it possible to automatically change the screen refresh rate between power modes? For example, 165Hz with AC connected and 60Hz when only using the battery?

Thank you

dmitry-s93 commented 1 year ago

Is there an option to switch automatically between power modes in MControlCenter?

No, but this can be added in the future.

Also is it possible to automatically change the screen refresh rate between power modes? For example, 165Hz with AC connected and 60Hz when only using the battery?

Not planned yet.

rottenpants466 commented 1 year ago

Is there an option to switch automatically between power modes in MControlCenter?

No, but this can be added in the future.

Also is it possible to automatically change the screen refresh rate between power modes? For example, 165Hz with AC connected and 60Hz when only using the battery?

Not planned yet.

cheers

teackot commented 1 year ago

For example, 165Hz with AC connected and 60Hz when only using the battery?

You can probably write a udev rule: https://unix.stackexchange.com/a/321921

Reginald-Gillespie commented 6 months ago

I agree with power mode switching - all I'd need for this is just for the tool to support command-line options, that should be easier. Currently my system automatically runs a script when it is plugged-in / unplugged, which uses the command line of cpupower-gui to set the CPUs into a performance mode while plugged in, it would be nice if this script supported command line options so we can do things like that.

Other than that, I love that this has been implemented into linux, specifically the cooler boost is why I installed it, thanks!