What are these option for?
Peter Hutterer
mailinglists at who-t.net
Sun May 14 19:08:03 PDT 2006
On 13/05/2006, at 3:21 AM, Claude Ferron wrote:
> In my layout section:
> InputDevice "Mouse1" "CorePointer"
> InputDevice "Mouse1" "SendCoreEvents"
>
> In my input section:
> Option "SendCoreEvents" "true"
>
> Are these option mandatory? What are they for?
>
In X, devices can send two types of events: Core events (as defined
in the core X Protocol specifications) and X Input Extension events.
X requires you to have exactly one core pointer. The core pointer
will only send core events.
Any additional devices you specify will send X Input Extension
events. However, if you need them to send core events as well (which
is usually the case), you will have to configure them to do so.
Cheers,
Peter
More information about the xorg
mailing list