Changes
- Fix touchpad support for Linux VGA Console. #747
In order to use a mouse or touchpad in Linux VGA Console, you must grant the user access to the mouse device. By default, only privileged users and users of theinputgroup have access. To grant temporary access, use the command:-
sudo vtm --SetMouseAccess
/dev/input/eventNfiles associated with the mouse devices. The device associations could be found using the following command:-
cat /proc/bus/input/devices
/dev/input/eventNfiles are temporarily created byudeveach time the system starts. -