any way to edit device-quirks in /usr/share/gamescope-session-plus?
I'd like to disable the refresh rates on my device (Legion Go) because it's buggy, which would require me to edit the device-quirks file in gamescope-session-plus.
I know that bazzite has an immutable rootfs, but is there a way to disable the read-only for just that one file? Thank you
Solution:Jump to solution
Add a conf file in ~/.config/environments.d/, and override the refresh rate env var with an empty string
6 Replies
you just trying to change the refresh rate?
remove it altogether
i previously tested on chimeraOS, and the presence of the slider itself leads to bugs.
when i disabled readonly rootfs on chimera and removed it, it resolved most of the issues.
the issues i'm seeing on bazzite are similar, which is why i'd like to remove it if possible.
the only option is to
sudo rpm-ostree usroverlay
which is undone if you reboot
we do have an environment variable that allows you to override the range
IE: 30,60
which will start working on the legion go next update🤔 welp that's a bummer. yeah, that's no good. need to remove the slider entirely
Nevermind, figured out a workaround
Solution
Add a conf file in ~/.config/environments.d/, and override the refresh rate env var with an empty string
there should be an editable file in
/etc
if there is a config in /usr
and /usr
should only be used for the default config