![]() |
![]()
| ![]() |
![]()
NAMElibevdev-tweak-device - modify an evdev kernel device SYNOPSISlibevdev-tweak-device --abs ABS_X [--min a] [--max b] [--res c] [--fuzz d] [--flat e] /dev/input/eventX libevdev-tweak-device --resolution res[,yres] /dev/input/eventX libevdev-tweak-device --led LED_NUML --on|--off /dev/input/eventX DESCRIPTIONThe libevdev-tweak-device tool changes the properties of the evdev kernel device at /dev/input/eventX. Currently this may be used to force an LED on or off, or to change the properties of an absolute axis (e.g. its minimum/maximum range or resolution). Changes are permanent until the device is removed. OPTIONSChanging absolute axes
Changing the x/y resolution
Toggling LEDsNOTESThe kernel does not notify processes about absinfo property changes. Any process that has previously obtained the absinfo from the device will remain on the old information. This makes using this tool potentially racy, use with caution.
|