
cenyth
Published
Everything seems to be working. Videos play, battles run, alt lang packs downloaded, auto play works.
buffer underruns. Fixed by setting minimum quantum of pipewire and pulseadio to 1024
There was one hang when trying out a replayed mission for first time. Restarting game saved progress and didn't happen again.
Have not tested with normal Proton. Used ProtonUp-Qt to install GE-Proton10-10
Audio fix:
Try adding PULSE_LATENCY_MSEC=512 %command% to Steam launch option
If that doesn't work:
Copy pipewire.conf and pipewire-pulse.conf from /usr/share/pipewire to either /etc/pipewire or ~/.config/pipewire.
Then either edit them directly
OR if copied to /etc/pipewire put changes in /etc/pipewire/pipewire.conf.d/anyName.conf and /etc/pipewire/pipewire-pulse.conf.d/anyName.conf
OR if copied to ~/.config/pipewire/ put changes in ~/.config/pipewire/pipewire.conf.d/anyName.conf and ~/.config/pipewire/pipewire-pulse.conf.d/anyName.conf
pipewire.conf or pipewire.conf.d/anyName.conf:
context.properties = {
default.clock.min-quantum = 1024
}
pipewire-pulse.conf or pipewire-pulse.conf.d/anyName.conf:
pulse.properties = {
pulse.min.req = 1024/48000
pulse.min.frag = 1024/48000
pulse.min.quantum = 1024/48000
}
gamescope -w 1680 -h 1050 --force-grab-cursor -- %command%
Mouse would leave game. Installing and using Gamescope fixed this.
gamescope -w 1680 -h 1050 --force-grab-cursor -- %command%
Mouse position incorrect from what you see if maximized. Mouse can escape window bounds.
Needed to install gamescope to fix mouse problems. Aslain's mod pack installs fine.