Multitouch

Differences between revisions 58 and 59
Revision 58 as of 2010-10-14 14:37:21
Size: 10351
Editor: c-71-56-223-2
Comment:
Revision 59 as of 2010-10-17 12:53:13
Size: 10352
Editor: modemcable118
Comment: Consolidated hardware section, added subtitles, reorg of titles so ToC would be correct
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== About == = About =
Line 23: Line 23:
==== News and Social Media ==== == News and Social Media ==
Line 36: Line 36:
==== Additional Background ==== == Additional Background ==
Line 41: Line 41:
== Community Help == = Community Help =
Line 48: Line 48:
== Testing == = Testing =
Line 52: Line 52:
==== Basic resources ==== == Basic resources ==
Line 60: Line 60:
==== Test tracker ==== == Test tracker ==
Line 65: Line 65:
==== Testcases ==== == Testcases ==
Line 70: Line 70:
==== Additional resources ==== == Additional resources ==
Line 75: Line 75:
== Development == = Development =
Line 86: Line 86:
==== Reference Materials ==== == Reference Materials ==
Line 90: Line 90:
==== Blueprints and Specs ==== == Blueprints and Specs ==
Line 95: Line 95:
==== Areas of Interest ==== == Areas of Interest ==
Line 100: Line 100:
== Hardware Support == = Hardware Support =
Line 102: Line 102:
 * [[http://lii-enac.fr/en/projects/shareit/multitouch-devices.html|ENAC's general list of Linux multitouch devices]]

== Touchscreen displays ==
Line 104: Line 107:

== Laptops ==
Line 105: Line 110:
  * Lenovo T410s with touch (N-Trig)
    * [[Multitouch/LenovoIssues]] - exploration of the difficulties with the Lenovo

== Tablets ==
Line 108: Line 117:
  * Lenovo T410s with touch (N-Trig)
    * [[Multitouch/LenovoIssues]] - exploration of the difficulties with the Lenovo

== Other input devices ==
  * Apple Magic !TrackPad
    * [[Multitouch/AppleMagicTrackpad|Pairing and multi-touch demo]]
Line 112: Line 123:
  * Apple Magic !TrackPad
    * [[Multitouch/AppleMagicTrackpad|Pairing and multi-touch demo]]
Line 115: Line 124:
== Multitouch in Natty Narwhal (Ubuntu 11.04) == == N-trig devices ==

N-trig devices get their name from the providers of DuoSenseTM technology, combining pen, capacitive touch and multi-touch in a single device. N-trig’s DuoSense dual-mode digitizer uses both pen and zero-pressure capacitive touch in a single device.

The Dell Latitude XT2, HP tx2 tablets and the Lenovo T410s feature such multitouch support. Note, however, that a Linux firmware updater has not been released by N-trig for these devices. Before installing Ubuntu on your machine, be sure that you have the latest firmware. This may require using the Windows .exe firmware updater from the OEM. Note that the HP updater often requires 2 to 4 successive reboots of Windows in order to properly update.

 * [[Multitouch/NtrigFirmwareStatus|N-trig firmware status in Linux]]

= Multitouch in Natty Narwhal (Ubuntu 11.04) =
Line 119: Line 136:
== Multitouch in Maverick Meerkat (Ubuntu 10.10) == = Multitouch in Maverick Meerkat (Ubuntu 10.10) =
Line 130: Line 147:
== Multitouch in other Ubuntu versions == = Multitouch in other Ubuntu versions =
Line 132: Line 149:
==== Lucid Lynx (Ubuntu 10.04 LTS) ==== == Lucid Lynx (Ubuntu 10.04 LTS) ==
Line 139: Line 156:
==== Jaunty Jackalope (Ubuntu 9.04) ==== == Jaunty Jackalope (Ubuntu 9.04) ==
Line 143: Line 160:
== Device information ==

 * [[http://lii-enac.fr/en/projects/shareit/multitouch-devices.html|ENAC's general list of Linux multitouch devices]]

==== N-trig ====

N-trig devices get their name from the providers of DuoSenseTM technology, combining pen, capacitive touch and multi-touch in a single device. N-trig’s DuoSense dual-mode digitizer uses both pen and zero-pressure capacitive touch in a single device.

The Dell Latitude XT2, HP tx2 tablets and the Lenovo T410s feature such multitouch support. Note, however, that a Linux firmware updater has not been released by N-trig for these devices. Before installing Ubuntu on your machine, be sure that you have the latest firmware. This may require using the Windows .exe firmware updater from the OEM. Note that the HP updater often requires 2 to 4 successive reboots of Windows in order to properly update.

 * [[Multitouch/NtrigFirmwareStatus|N-trig firmware status in Linux]]

== Related links ==
= Related links =
Line 160: Line 165:
==== Launchpad ==== == Launchpad ==

About

This resource features information about multi-touch support for Ubuntu, including:

  • drivers for a range of hardware
  • a gesture processing system which does the heavy lifting of gesture analysis
  • APIs for developers who want to build gestures into their apps
  • support for gesture-based window management in Unity.

The uTouch gesture framework includes several different components:

  • libutouch-geis - ("Gesture Engine Interface and Support") which provides a consistent platform independent interface for any system-wide input gesture recognition mechanism for toolkits and applications

  • libutouch-grail - ("Gesture Recognition And Instantiation Library") which handles the raw data processing and provides higher-level gesture abstractions for developers to consume * gesturetest - which helps show the streams of events and data, useful for debugging and planning

We're also exploring gesture support in legacy applications with the assistance of this project:

  • ginn - ("Gesture Injector: No-GEIS, No-Toolkits") a deamon with jinn-like wish-granting capabilities: it gives applications the ability to support a subset of multi-touch gestures without having to integrate uTouch-GEIS or multi-touch GTK/Qt libs

See the "Community help" and Ubuntu 10.10 specific information below for help on getting started with multitouch in Ubuntu.

You can also subscribe to the Ubuntu Multitouch dev mailing list

News and Social Media

If you want to contribute / find the latest bookmarked and popular Ubuntu multi-touch information , please use the following tags: utouch multi-touch ubuntu demo

Here are some feeds with such tags:

Additional Background

  • Multitouch/Definitions - A glossary of terms we use when discussing uTouch technology, both at the user-experience and engineering levels

  • Multitouch - Wikipedia entry

Community Help

Testing

The utouch metapackage will pull in everything you need. It will be installed by default on UNE ("apt-get install ubuntu-netbook" for the full experience on your desktop, or "apt-get install utouch" for the touch-related pieces only). It should be available shortly. If you only want to experiment with multitouch, see "Multitouch in Maverick" depending on your device, below.

Basic resources

Test tracker

We have a test tracker to gather testing results from the community: http://multitouch.qa.ubuntu.com

If you want to participate in our testing efforts, please, check the testing instructions. Take into account that we also need people with non-MT input hardware to test for possible regressions.

Testcases

Additional resources

Development

The uTouch framework and related projects are open source. If you would like to contribute, you need to do the following:

Reference Materials

  • Multitouch/Definitions - A glossary of terms we use when discussing uTouch technology, both at the user-experience and engineering levels

Blueprints and Specs

Areas of Interest

Hardware Support

Touchscreen displays

Laptops

  • Dell Studio 17 with touch (N-Trig)
  • Lenovo T410s with touch (N-Trig)

Tablets

Other input devices

N-trig devices

N-trig devices get their name from the providers of DuoSenseTM technology, combining pen, capacitive touch and multi-touch in a single device. N-trig’s DuoSense dual-mode digitizer uses both pen and zero-pressure capacitive touch in a single device.

The Dell Latitude XT2, HP tx2 tablets and the Lenovo T410s feature such multitouch support. Note, however, that a Linux firmware updater has not been released by N-trig for these devices. Before installing Ubuntu on your machine, be sure that you have the latest firmware. This may require using the Windows .exe firmware updater from the OEM. Note that the HP updater often requires 2 to 4 successive reboots of Windows in order to properly update.

Multitouch in Natty Narwhal (Ubuntu 11.04)

Multitouch in Maverick Meerkat (Ubuntu 10.10)

Multitouch in other Ubuntu versions

Lucid Lynx (Ubuntu 10.04 LTS)

Jaunty Jackalope (Ubuntu 9.04)

Related links

Launchpad

Multitouch (last edited 2015-10-21 17:33:15 by pool-71-176-33-233)