diff options
author | Justin Blanchard <justinb04@aim.com> | 2007-01-30 20:15:50 -0500 |
---|---|---|
committer | Alex Deucher <alex@botch2.hsd1.va.comcast.net> | 2007-01-30 20:15:50 -0500 |
commit | cb6adfe32f929e57eedcab189e9f359fc9e970ab (patch) | |
tree | 8103ed9a0a7dbaf39c484b1315e29f9cf0853468 /man | |
parent | 979c283a6ecb1ba718790a147b3e910a106cb473 (diff) |
update from Justin Blanchard - part 3
* Adds support for detecting/responding to screen resize and rotate events
(i.e., fixing bug 3421 for FPIT users). This corrects both cursor-related and
extended events.
* The fix is disabled unless the user adds 'Option "TrackRandR"' to the
InputDevice section. This is to avoid breaking setups where some nightmarish
workaround was already in place.
* Use of RRGetRotation may break driver under XFree86. If this is a problem I
think xf86GetRotation can be used instead.
Diffstat (limited to 'man')
-rw-r--r-- | man/fpit.man | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/fpit.man b/man/fpit.man index 4964dbe..1809d2b 100644 --- a/man/fpit.man +++ b/man/fpit.man @@ -80,6 +80,7 @@ Swap the X and Y axis (after inversions). .B Option \fI"Rotate"\fP \fI"CWW"\fP Manipulate the invert and swap options to match screen rotations. (Will behave strangely if combined with invert or swap options.) +New users should consider the \fI"TrackRandR"\fP option instead. .TP 4 .B Option \fI"DeviceName"\fP \fI"name"\fP .B Option \fI"DeviceName"\fP \fI"name"\fP @@ -101,6 +102,9 @@ changes the serial link speed. .TP 4 .B Option \fI"Passive"\fP decodes the passive pen. +.B Option \fI"TrackRandR"\fP +automatically keeps the cursor synchronized with the pen's position, even when +the screen is resized or rotated. (Recommended for tablet PC's.) .RE Example, for Stylistic LT setup is: @@ -109,6 +113,7 @@ Example, for Stylistic LT setup is: .BI " Identifier \*q" mouse0 \*q .B " Driver \*qfpit\*q" .BI " Option \*qDevice\*q \*q"/dev/ttyS3 \*q +.BI " # Option \*qTrackRandR\*q" .B EndSection .fi @@ -124,6 +129,7 @@ And for other Stylistic devices try: .BI " Option \*qMinimumXPosition\*q \*q"130 \*q .BI " Option \*qMinimumYPosition\*q \*q"0 \*q .BI " Option \*qInvertY\*q" +.BI " # Option \*qTrackRandR\*q" .B EndSection .fi @@ -140,6 +146,7 @@ For Stylistic 3400: .BI " Option \*qMinimumYPosition\*q \*q"0 \*q .BI " Option \*qPassive\*q" .BI " Option \*qSendCoreEvents\*q" +.BI " # Option \*qTrackRandR\*q" .B EndSection .fi |