yoyossef / ds360

xboxdrv wrapper to use a Dualsense as a Xbox 360 controller on Linux
38 stars 6 forks source link

/dev/uinput permission issues #3

Closed Valcyclovir closed 2 years ago

Valcyclovir commented 2 years ago

First of all, great repo you got here. It's the only sure way to use my DualSense with Lutris + Wine to run FFXIV and I thank you for that.

I have ran into an issue, however, while trying to make install. I wasn't able to get permission to access /dev/uinput in order to detect my controller. My controller was detected by my system at that time.

Since I don't want to expose my /dev/uinput to any risks, I decided to run your repo as root and changed a few lines in order to make it work (see my fork of your project for specifics).