Skip to content

Commit

Permalink
profiles: game-launchers: disable nou2f
Browse files Browse the repository at this point in the history
While gamepads apparently work fine in the Steam client itself, `nou2f`
appears to make gamepads unresponsive inside certain games while using
"Steam Input" (possibly due to `nou2f` blocking access to `/dev/hidraw*`
devices).

This issue reportedly affects at least the following games on Steam:
"Undertale", "Persona 4 Golden" and "Persona 5 Royal".

Disable nou2f to ensure that gamepads can be used.

Relates to #6523.

Reported-by: @opqriu
  • Loading branch information
kmk3 committed Nov 7, 2024
1 parent 9f1d2c7 commit 6692234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/profile-a-l/lutris.profile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ nogroups
nonewprivs
noroot
notv
nou2f
#nou2f # may break gamepads in certain games (see #6523)
novideo
protocol unix,inet,inet6,netlink
seccomp !clone3,!modify_ldt,!process_vm_readv,!ptrace
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/steam.profile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ nogroups
nonewprivs
noroot
notv
nou2f
#nou2f # may break gamepads in certain games (see #6523)
# To allow VR and camera-based motion tracking, add 'ignore novideo' to your
# steam.local.
novideo
Expand Down

0 comments on commit 6692234

Please sign in to comment.