Disable Xalia
This commit is contained in:
parent
7d94b9073a
commit
88eabc3de6
1 changed files with 5 additions and 0 deletions
|
|
@ -7,6 +7,11 @@
|
|||
dedicatedServer.openFirewall = true;
|
||||
};
|
||||
|
||||
# Proton Experimental ships an accessibility bridge (xalia) that hangs during
|
||||
# game launch when AT-SPI is not running on the host. This host has no AT-SPI,
|
||||
# so disable xalia globally to avoid wedging iscriptevaluator.exe.
|
||||
environment.sessionVariables.PROTON_USE_XALIA = "0";
|
||||
|
||||
# Gamescope — micro-compositor for game fullscreen/resolution management.
|
||||
# Use as Steam launch option: gamescope -W 2560 -H 1440 -f -- %command%
|
||||
programs.gamescope = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue