Multitouch

Differences between revisions 1 and 88 (spanning 87 versions)
Revision 1 as of 2010-04-01 22:02:38
Size: 505
Editor: c-71-56-223-2
Comment:
Revision 88 as of 2011-10-21 17:15:49
Size: 5737
Editor: c-71-237-194-86
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
With LucidLynx, stronger efforts have been made for improved multi-touch support in Ubuntu. This page attempts to track all of this in a central location. <<TableOfContents>>
Line 3: Line 3:
== Lucid Lynx == {{{#!html
<div style="width: 24%; float: right; margin-top: 15px;">
<div style="font-size: 1.8em; line-height: 1.2em; margin-top: 5px;">
  <span>Latest News</span>
</div>
}}}
 * 2011-02-24 - [[https://launchpad.net/utouch-geis/+announcements|GEIS 2.0, XInput 2.1 (Xorg MT), Qt4 Touch Support, and Ginn (gestures for legacy apps) landed in Natty!]]
 * 2011-02-21 - [[https://launchpad.net/utouch-geis/+announcements|GEIS v2.0 C Bindings Released]]
 * 2010-12-01 - [[https://lists.launchpad.net/multi-touch-dev/msg00590.html|New GEIS v2.0 C Bindings posted]]
 * 2010-11-23 - [[https://lists.launchpad.net/multi-touch-dev/msg00579.html|uTouch Architecture for Natty]]
 * 2010-11-07 - [[http://oubiwann.blogspot.com/2010/11/canonical-and-codethink-at-bostom-gnome.html|Canonical and Codethink at Bostom GNOME Summit]]
 * 2010-10-19 - [[http://oubiwann.blogspot.com/2010/10/probabilistic-input-for-utouch.html|Probabilistic Input for uTouch?]]
 * 2010-10-16 - [[http://oubiwann.blogspot.com/2010/10/multitouch-and-qt.html|Multitouch and Qt]]
 * 2010-10-13 - [[http://oubiwann.blogspot.com/2010/10/ubuntu-1010-multi-touch-video.html|Ubuntu 10.10 Multi-touch Video]]
 * 2010-10-07 - [[http://oubiwann.blogspot.com/2010/10/multi-touch-at-uds-n-in-orlando-october.html|Multi-touch at UDS-N in Orlando, October 25th-29th]]
 * 2010-09-21 - [[http://oubiwann.blogspot.com/2010/09/growing-linux-multi-touch-community.html|The Growing Linux Multi-touch Community]]
 * 2010-09-02 - [[http://oubiwann.blogspot.com/2010/09/hci-at-canonical-one-crazy-ass-ride.html|HCI at Canonical]]
 * 2010-08-16 - [[http://blog.canonical.com/?p=414|Multi-touch Support Lands in Maverick]]
 * 2010-08-16 - [[http://www.markshuttleworth.com/archives/455|Gestures with multitouch in Ubuntu 10.10]]
 * 2010-08-16 - [[https://lists.launchpad.net/multi-touch-dev/msg00218.html|Multitouch in Maverick]]
{{{#!html
</div>
<div style="width: 74%;">
}}}
Line 5: Line 28:
 * [[LucidLynx/MultiTouchSupport|Project Wiki]]
 * [[https://blueprints.edge.launchpad.net/ubuntu/+spec/desktop-lucid-xorg-multitouch|Blueprint on Launchpad]]
 * [[X/Blueprints/Multitouch|Spec Wiki]]
== Overview ==
=== Supported Gestures ===
Unity has support for some system gestures, and you can try those out right away. Here's a list:
 * 3 finger pinch to maximize/restore windows
 * 3 finger press and drag to move window
 * 3 finger touch to show grab handles
 * 4 finger swipe left/right to reveal launcher
 * 4 finger tap to open dash
Line 9: Line 37:
=== Related === If you are running Natty with the "classic" GNOME Desktop, {{{utouch}}} will be installed, but since you don't have Unity running, system gestures won't be available. However, by using [[Multitouch/Ginn|Ginn]] configured for your window manager, you should be able to have a similar gesture experience.
Line 11: Line 39:
 * [[X/Blueprints/Touchscreen|Touchscreen]] === Legacy Applications ===
[[Multitouch/Ginn|Ginn]] is installed by default, and provides users with the ability to add gestures for applications that do not directly support gestures. Ginn supports everything from photo viewers and text editors to window managers!
Line 13: Line 42:
== Jaunty Jackalope == === Issues? ===
If you have questions, be sure to come back here and finish reading the wiki! Also, these links may help:
 * [[https://answers.launchpad.net/utouch|Q&A]]
 * [[https://bugs.launchpad.net/~utouch-bugs|Open Bugs]]
Line 15: Line 47:
 * JauntyTouchscreenHandling == About ==
=== The Wiki ===

This resource features information about multitouch 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

=== uTouch Overview ===

The Ubuntu uTouch gesture framework includes several different components and is associated with various tools and projects:
 * kernel drivers (evdev, mtdev)
 * a display server (currently only X is supported; there are future plans for Wayland)
 * Grail - the gesture recognizer
 * GEIS - platform/distro agnostic API for gestures
 * Support in toolkits (Qt, GTK)
 * Support for legacy applications (Ginn)

See the "uTouch In-Depth" section below for more information on the projects various aspects (including current work). Architectural information is available there as well.

For the full list of projects related to uTouch, be sure to see the "Projects" section on this page:
 * https://launchpad.net/canonical-multitouch

A overview of the gesture interaction UX architecture is available at:
 * http://docs.google.com/View?id=dfkkjjcj_1482g457bcc7

=== Joining the Community ===

 * Join our live [[http://webchat.freenode.net/?nick=WebVisitor-.&channels=ubuntu-touch| webchat channel on IRC]] (browser app access to #ubuntu-touch on Freenode.net)
 * [[https://answers.launchpad.net/utouch/+addquestion|Ask your questions about multitouch in Ubuntu]]
 * [[https://launchpad.net/~multi-touch-dev|Ubuntu Multitouch dev mailing list]]

== uTouch In-Depth ==

 * [[Multitouch/Definitions]] - A glossary of terms we use when discussing uTouch technology, both at the user-experience and engineering levels
 * [[Multitouch/HardwareSupport|Hardware Support]]
 * [[Multitouch/Testing|Testing]] - This covers getting started, checking your hardware (and our stack), and community-driven QA
 * [[Multitouch/Development|Development]] - How to contribute and related resources
 * [[Multitouch/CurrentWork|Current Work]] - What's happening this cycle, including information on the current architecture
 * [[Multitouch/History|History]] - Work done in previous versions of Ubuntu, including information on previous architectures
 * [[Multitouch/AdditionalResources|Additional Resources]] - Information on research, Ubuntu brainstorming, and other related material
 * [[Multitouch/NewsAndSocial|News and Social Media]]

== Multitouch Pages ==

<<Navigation(children)>>

{{{#!html
</div>
}}}

Overview

Supported Gestures

Unity has support for some system gestures, and you can try those out right away. Here's a list:

  • 3 finger pinch to maximize/restore windows
  • 3 finger press and drag to move window
  • 3 finger touch to show grab handles
  • 4 finger swipe left/right to reveal launcher
  • 4 finger tap to open dash

If you are running Natty with the "classic" GNOME Desktop, utouch will be installed, but since you don't have Unity running, system gestures won't be available. However, by using Ginn configured for your window manager, you should be able to have a similar gesture experience.

Legacy Applications

Ginn is installed by default, and provides users with the ability to add gestures for applications that do not directly support gestures. Ginn supports everything from photo viewers and text editors to window managers!

Issues?

If you have questions, be sure to come back here and finish reading the wiki! Also, these links may help:

About

The Wiki

This resource features information about multitouch 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

uTouch Overview

The Ubuntu uTouch gesture framework includes several different components and is associated with various tools and projects:

  • kernel drivers (evdev, mtdev)
  • a display server (currently only X is supported; there are future plans for Wayland)
  • Grail - the gesture recognizer
  • GEIS - platform/distro agnostic API for gestures
  • Support in toolkits (Qt, GTK)
  • Support for legacy applications (Ginn)

See the "uTouch In-Depth" section below for more information on the projects various aspects (including current work). Architectural information is available there as well.

For the full list of projects related to uTouch, be sure to see the "Projects" section on this page:

A overview of the gesture interaction UX architecture is available at:

Joining the Community

uTouch In-Depth

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

  • Hardware Support

  • Testing - This covers getting started, checking your hardware (and our stack), and community-driven QA

  • Development - How to contribute and related resources

  • Current Work - What's happening this cycle, including information on the current architecture

  • History - Work done in previous versions of Ubuntu, including information on previous architectures

  • Additional Resources - Information on research, Ubuntu brainstorming, and other related material

  • News and Social Media

Multitouch Pages

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