github directvt/vtm v2025.06.15

latest releases: v2026.02.06, v2026.02.05, v2026.02.03...
7 months ago

GitHub all current

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 the input group have access. To grant temporary access, use the command:
    • sudo vtm --SetMouseAccess
      
    To grant permanent access, you must assign the appropriate access rights to the /dev/input/eventN files associated with the mouse devices. The device associations could be found using the following command:
    • cat /proc/bus/input/devices
      
    Note: The /dev/input/eventN files are temporarily created by udev each time the system starts.

Don't miss a new vtm release

NewReleases is sending notifications on new releases.