6 results, 6 hits for PROTON_NO_STEAMINPUT=1`.
#9473 · 19 comments
· updated 2026-08-17
· 1 matching
... I used SDL_GAMECONTROLLER_IGNORE_DEVICES_EXCEPT=0x054c/0x0ce6 PROTON_ENABLE_HIDRAW=1
PROTON_NO_STEAMINPUT=1 %command%
I ran logger, attached you will find generated ...
#8020 · 119 comments
· updated 2026-08-29
· 1 matching
comment by
potatoattack · 2026-05-22 ·
view ·
github ... 20260506-1`), I think `PROTON_ENABLE_WAYLAND=1` also enables `
PROTON_NO_STEAMINPUT=1`.
Running the game with the following fixed it ...
#8260 · 56 comments
· updated 2026-06-26
· 1 matching
... update with the following launch options:
```
MESA_SHADER_CACHE_MAX_SIZE=10G
PROTON_NO_STEAMINPUT=1 PROTON_VKD3D_HEAP=1 PROTON_ENABLE_WAYLAND=1 PROTON_ENABLE_HDR=1 PROTON_DLSS_UPGRADE=1 ...
#10037 · 1 comments
· updated 2026-08-03
· 1 matching
... Occurs with Steam Input enabled, disabled, and with `
PROTON_NO_STEAMINPUT=1`
- Persisted across a full OS reinstall
## Diagnostics performed ...
#9468 · 6 comments
· updated 2026-08-04
· 1 matching
... Occurs with Steam Input enabled, disabled, and with `
PROTON_NO_STEAMINPUT=1`. Persisted across a full OS reinstall.
Verified before ...
#13314 · 8 comments
· updated 2026-08-18
· 1 matching
comment by
anishgoyal1108 · 2026-08-07 ·
view ·
github ... The commit also changes `self.env.setdefault("
PROTON_NO_STEAMINPUT", "1")` to a plain `self.env["
PROTON_NO_STEAMINPUT"] = "1"` on winewayland ...