Skip to content

whot/mtview

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

mtview - Multitouch Viewer

The mtview tool shows a graphical view of a kernel multitouch device. It reads events directly off the kernel device and is thus unaffected by any userspace processing.

This repository is a fork from the discontinued http://bitmath.org/code/mtview/

How to build

git clone https://github.com/whot/mtview
cd mtview
./autogen.sh
./configure
make

mtview does not need to be installed.

How to run

sudo ./tools/mtview /dev/input/event0

Substitute the event node with the one for your touchpad device. Note that mtview uses a kernel grab on the device node and events from that device will not be delivered to any other process while mtview is running (including the X server or Wayland).

To terminate, Alt-tab back to the terminal and Ctrl-C the process.

License

mtview is licensed under the GPLv3. See LICENSE for details.

About

Multitouch event viewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •