UsingGeisview

Differences between revisions 2 and 3
Revision 2 as of 2011-10-21 18:28:30
Size: 827
Editor: c-71-237-194-86
Comment:
Revision 3 as of 2012-06-14 19:20:50
Size: 477
Editor: c-67-170-185-42
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
You can confirm that you're device and uTouch stack are working properly by using Geisview. First, install utouch-geis-tools:
{{{
$
sudo apt-get install utouch-geis-tools
}}}

Now
, run geisview:
You can confirm that your device and the gesture stack are working properly by using Geisview. First, install the geis tools package. Then, run geisview:
Line 13: Line 8:

If you do not see your multitouch device, or if you see it but do not receive any gesture events, please open a bug by running:
{{{
$ ubuntu-bug utouch
}}}

If you see gesture events but they appear to have the wrong information, please open a bug by running:
{{{
$ ubuntu-bug utouch-geis
}}}

You can confirm that your device and the gesture stack are working properly by using Geisview. First, install the geis tools package. Then, run geisview:

$ geisview

A diagnostics window will pop up. It will list gesture classes and any supported multitouch devices. When you perform gestures on the devices, the gesture events will be appended to the list. You can open any item to examine its details.

Multitouch/Testing/UsingGeisview (last edited 2012-06-14 19:20:50 by c-67-170-185-42)