From Fedora Project Wiki
(XI2 is now in rawhide)
Line 11: Line 11:
* Targeted release: [[Releases/12|  Fedora 12]]  
* Targeted release: [[Releases/12|  Fedora 12]]  
* Last updated: 2009-06-18
* Last updated: 2009-06-18
* Percentage of completion: 25%
* Percentage of completion: 30%


XI2 has been merged upstream.
XI2 has been merged upstream and the server + libraries are now available in Rawhide.


== Detailed Description ==
== Detailed Description ==

Revision as of 22:29, 22 June 2009

X Input Extension 2.0 (XI2)

Summary

XI2 is the second major release of the X Input Extension and allows the simultaneous use of multiple independent input devices.

Owner

Current status

  • Targeted release: Fedora 12
  • Last updated: 2009-06-18
  • Percentage of completion: 30%

XI2 has been merged upstream and the server + libraries are now available in Rawhide.

Detailed Description

XI2 provides a number of features over the current X Input Extension 1.5:

  • Explicit support for the master/slave device hierarchy. In X servers supporting XI2 there are two general types of devices - master devices and slave devices. Slave devices (SDs) usually represent a physical input device connected to the host computer. Master devices (MDs) are virtual input devices that are controlled by the physical input devices. Master devices appear as master pointers (i.e. a visible cursor) and master keyboards (i.e. a keyboard focus). Each time an SD generates an event, this event is passed through the MD to the respective application.
  • Support for multiple master devices. XI2 provides applications with the ability to create additional pairs of master devices (i.e one cursor and one keyboard focus). Through dynamic reattachment of SDs applications can control which physical device controls which visible cursor/keyboard focus. This allows multiple co-located users to collaborate on a single screen.
  • Support for 32 bit keycodes. Many multimedia keys cannot be processed in current X servers as the core protocol limits keycodes to a maximum of 255. Applications built against XI2 may receive keycodes up to 32 bit.
  • Support for latched/locked/base modifiers in input events.
  • Support for sub-pixel coordinates in input events.
  • Support for dynamic devices. Device may change capabilities at runtime (e.g. attaching additional buttons)
  • Support for relative motion events
  • Simplified API for retrieving device information and selecting and receiving input events.

Benefit to Fedora

XI2 allows the development of novel user interfaces, for example bi-manual input or co-located collaborative applications.

Scope

Requires upstream development and release (planned for xorg-x11-server 1.7).

Test Plan

User Experience

XI2 has no effect on the traditional desktop interface. Only applications that make use of the new APIs gain benefits. Users who explicitly create additional master devices (e.g. using the xinput tool) may be able to use their traditional desktop in a multi-user fashion to a limited extent.

Dependencies

  • xorg-x11-server-1.7
  • libXi-2

Contingency Plan

  • If XI2 is not ready for 1.7 or xorg-x11-server-1.7 is not ready in time for F-12, we stick with the current version 1.6.

Documentation

Peter has written a series of extensive blog posts about the new possibilities of XI2:

Release Notes