Setting Up
-
2. Installing evdev
Then Install evdev in Fedora
Just run:sudo dnf install xorg-x11-drv-evdev
And for an evdev Device’s Button Mapping setup also:
sudo dnf install xorg-x11-drv-libinput
If Got “User is Not in Sudoers file” then see: How to Enable sudo
Then you may have to Enable it by placing the Configuration File in the right place like:sudo cp /usr/share/X11/xorg.conf.d/10-evdev.conf /etc/X11/xorg.conf.d/
In this case then Reboot with:
sudo reboot
Contents