Setting Up
-
2. Installing evdev
Then Install evdev in Mageia Linux
Just run:sudo dnf install x11-driver-input-evdev
And for an evdev Device’s Button Mapping setup also:
sudo dnf install x11-driver-input-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