ROCKNIX / distribution

Other
405 stars 74 forks source link

gpu governor not set on boot #847

Open loki666 opened 1 day ago

loki666 commented 1 day ago

If I set my GPU gov to BATTERY_FOCUSED in ES, I can see that my gpu governor is correctly changed to powersave. get_setting system.gpuperf also correctly returns low

but on reboot, the gpu gov is set back to 'simple_ondemand' get_setting system.gpuperf still correctly returns low

maybe the autostart script '008-perfmode' is broken fro the gpu (cpu gov is properly set at boot)

loki666 commented 1 day ago

or maybe another script is overreding it after i see that package sysutils/powerstate is also calling gpu_performance_level (didn't look when or why)