feat: added falcond to gamemode conflict list

parent 34d1704a
...@@ -3845,14 +3845,15 @@ start_portwine () { ...@@ -3845,14 +3845,15 @@ start_portwine () {
&& (systemctl is-active --quiet ananicy.service \ && (systemctl is-active --quiet ananicy.service \
|| systemctl is-active --quiet ananicy-cpp.service \ || systemctl is-active --quiet ananicy-cpp.service \
|| systemctl is-active --quiet scx.service \ || systemctl is-active --quiet scx.service \
|| systemctl is-active --quiet scx_loader.service) || systemctl is-active --quiet scx_loader.service) \
|| systemctl is-active --quiet falcond)
then then
export GAMEMODERUN=0 export GAMEMODERUN=0
export PW_GAMEMODERUN_SLR="" export PW_GAMEMODERUN_SLR=""
if command -v powerprofilesctl &>/dev/null ; then if command -v powerprofilesctl &>/dev/null ; then
if powerprofilesctl list | grep -q 'performance:' ; then if powerprofilesctl list | grep -q 'performance:' ; then
export PW_POWERPROFILECTL_SLR="powerprofilesctl launch -p performance --" export PW_POWERPROFILECTL_SLR="powerprofilesctl launch -p performance --"
print_info "Gamemode replaced by powerprofilectl to avoid conflict with ananicy and sched-ext." print_info "Gamemode replaced by powerprofilectl to avoid conflicts"
else else
export PW_POWERPROFILECTL_SLR="" export PW_POWERPROFILECTL_SLR=""
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment