Skip to content

Proton 3.16-6 Gallium Nine Extras 0.1.1

Compare
Choose a tag to compare
@popsUlfr popsUlfr released this 26 Dec 19:10
· 5 commits to proton_3.16_gallium_nine_extras since this release
7ba036a

Features

Install

Most likely on debian based distros like Ubuntu, Mint :

$ mkdir -p ~/.steam/compatibilitytools.d
$ cd ~/.steam/compatibilitytools.d
$ tar xf Proton_3.16-6_Gallium_Nine_Extras_0.1.1.tar.xz

on other distros like Arch :

$ mkdir -p ~/.local/share/Steam/compatibilitytools.d
$ cd ~/.local/share/Steam/compatibilitytools.d
$ tar xf Proton_3.16-6_Gallium_Nine_Extras_0.1.1.tar.xz

Select Proton 3.16-6 Gallium Nine Extras 0.1.1 in the SteamPlay tab.

In the game's launch options set :

PROTON_USE_GALLIUM_NINE=1 %command%

You may need to fill in the proper paths to the d3dadapter9.so.1 for your system.
Execute the following line in your terminal :

$ echo PROTON_GALLIUM_NINE_MODULEPATH=\"$(find /usr \( -type f -o -type l \) -name d3dadapter9.so.1 -exec sh -c 'file -L "{}" | grep -q "ELF 32-bit"' \; -print -quit 2>/dev/null):$(find /usr \( -type f -o -type l \) -name d3dadapter9.so.1 -exec sh -c 'file -L "{}" | grep -q "ELF 64-bit"' \; -print -quit 2>/dev/null)\"

And you should get a line like PROTON_GALLIUM_NINE_MODULEPATH="/usr/lib32/d3d/d3dadapter9.so.1:/usr/lib/d3d/d3dadapter9.so.1" back that you can paste into the launch options directly like :

PROTON_GALLIUM_NINE_MODULEPATH="/usr/lib32/d3d/d3dadapter9.so.1:/usr/lib/d3d/d3dadapter9.so.1" PROTON_USE_GALLIUM_NINE=1 %command%