SteamPlay Proton

booman

Grand High Exalted Mystic Emperor of Linux Gaming
Staff member
Valve has now implemented Wine into Steam with a forked version called: Proton
Here is the original announcement: Steampowered

You can now enable Proton in the Settings Menu and download any Windows game.
Note: Not all games are guaranteed to run in SteamPlay.
Steamplay whitelist: https://steamdb.info/app/891390/history/?changeid=5187653


Game Test Report:
https://spcr.netlify.com/
https://www.protondb.com/contribute

Here is our first SteamPlay guide: Warframe (by batman0b1e)

Also, here is a short guide for preparing DXVK in PlayOnLinux: DXVK
Some of these settings can setup Linux for playing Direct X 10/11 games in SteamPlay

Proton Tools
https://playingtux.com/forumposts/useful-tools-and-links-proton-aka-steamplay

launch Options for Proton
Code:
Disable esync
PROTON_NO_ESYNC=1

Force DX11
PROTON_USE_WINED3D11=1 %command%

Disable DX11
PROTON_NO_D3D11=1 %command%

Force DX10
PROTON_USE_WINED3D10=1 %command%

Disable DX10
PROTON_NO_D3D10=1 %command%
 
Last edited:
Back
Top