Skip to content

Commit 6692234

Browse files
committed
profiles: game-launchers: disable nou2f
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 netblue30#6523. Reported-by: @opqriu
1 parent 9f1d2c7 commit 6692234

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/profile-a-l/lutris.profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ nogroups
6868
nonewprivs
6969
noroot
7070
notv
71-
nou2f
71+
#nou2f # may break gamepads in certain games (see #6523)
7272
novideo
7373
protocol unix,inet,inet6,netlink
7474
seccomp !clone3,!modify_ldt,!process_vm_readv,!ptrace

etc/profile-m-z/steam.profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ nogroups
161161
nonewprivs
162162
noroot
163163
notv
164-
nou2f
164+
#nou2f # may break gamepads in certain games (see #6523)
165165
# To allow VR and camera-based motion tracking, add 'ignore novideo' to your
166166
# steam.local.
167167
novideo

0 commit comments

Comments
 (0)