Skip to content

gamescope now supports a subset of Reshade effects/shaders #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@ For detailed usage, follow the instructions in the script's source:
https://github.com/kevinlekiller/reshade-steam-proton/blob/main/reshade-linux.sh#L21

## Alternatives
Currently a bit more limited, so some effects will not work. Depending on your needs, the options below may be more performant.

### vkBasalt:
https://github.com/DadSchoorse/vkBasalt

For native Linux Vulkan games, Windows games which can run through DXVK (D3D9 / D3D10 / D3D11) and Windows games which can run through VKD3D (D3D12).
For native Linux Vulkan games, Windows games which can run through DXVK (D3D9 / D3D10 / D3D11) and Windows games which can run through VKD3D (D3D12).

### vkBasalt through Gamescope:
### gamescope:

Since [gamescope](https://github.com/Plagman/gamescope/) can use Vulkan, you can run vkBasalt on gamescope itself, instead of on the game.
Since 3.12.6, [gamescope](https://github.com/ValveSoftware/gamescope) supports a subset of Reshade effects/shaders using the `--reshade-effect [path]` and `--reshade-technique-idx [idx]` command line parameters.

### vkBasalt through gamescope:

Since gamescope can use Vulkan, you can run vkBasalt on gamescope itself, instead of on the game.

## Misc
`reshade-linux.sh` is a newer script which works with any Windows game running under wine or proton.
Expand Down