Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/steam/launch-steam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export PROTON_DXVK_SAREK=1 # Use the dxvk-sarek fork as DXVK replac
# Wine:
export WINEESYNC=0 # Supported but crashes dxvk and only works with wined3d
export PROTON_NO_ESYNC=1 # set WINEESYNC=1 and PROTON_NO_ESYNC=0 to enable esync
export PROTON_NO_FSYNC=1 # requires Kernel 5.x+
export PROTON_NO_FSYNC=0 # the L4S kernel backports futex_waitv (sys 449), so fsync works on the 4.9 kernel
export PROTON_NO_NTSYNC=1 # requires Kernel 6.12+
export STAGING_WRITECOPY=1 # Uses copy-on-write for shared memory to improve stability and prevent corruption
export STAGING_SHARED_MEMORY=1 # Enables shared memory segments to reduce overhead and improve startup times
Expand Down