Minisform V3 audio fix

The Minisforum V3 tablet requires an edit in a config file located in /user/share/ to fix the speaker volume. Without the fix the volume is either 100% or 0%, everything in between is ignored. I temporally disabled the read-only file system and applied the changes. The fix works but will be reset after a reboot. Can I make the changes permanent or could this be included in Bazzite? The fix is documented here: https://github.com/mudkipme/awesome-minisforum-v3?tab=readme-ov-file#alternative-workaround-for-global-volume-control
GitHub
GitHub - mudkipme/awesome-minisforum-v3: Useful information for Min...
Useful information for Minisforum V3 AMD Tablet users. - mudkipme/awesome-minisforum-v3
1 Reply
renner
renner2mo ago
Editing /usr is a bad practice on any distro. You likely can just use /etc for your change, most software adheres to that. Bluefin docs touch on that https://docs.projectbluefin.io/administration/#overwriting-system-defaults and arch wiki of course https://wiki.archlinux.org/title/XDG_Base_Directory

Did you find this page helpful?