1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

SteamPlay Proton

Discussion in 'STEAM Powered Linux' started by booman, Oct 8, 2018.

  1. booman

    booman Grand High Exalted Mystic Emperor of Linux Gaming Staff Member

    Joined:
    Dec 17, 2012
    Messages:
    8,278
    Likes Received:
    614
    Trophy Points:
    113
    Location:
    Linux, Virginia
    Home page:
    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: Nov 7, 2018

Share This Page