Installing the gamepad Zhixu on Linux Mint
2020-09
-
Install the jstest-gtk and qjoypad (they are used to configure the gamepad)
netto@bella:~$ sudo apt-get install jstest-gtk qjoypad
Reading package lists... Done
Building dependency tree
...
netto@bella:~$
-
Add user permission to the input and plugdev groups (netto is my user name)
netto@bella:~$ sudo usermod -a -G input,plugdev netto
-
Edit the file 99-input.rules (it's a configuration that dynamically adds read/write permissions to the gamepad buttons)
netto@bella:~$ sudo {your prefered text editor here} /etc/udev/rules.d/99-input.rules
Add the following line to all linux kernel catch gamepad events
KERNEL=="event*", NAME="input/%k", MODE="660", GROUP="input"
-
Enjoy your games!!!
My gamepad
My gamepad in action