On Sun, Mar 13, 2011 at 06:06:24PM -0500, Favux ... wrote:
> Adds the RawSample and Suppress parameters to the xsetwacom manual.
> 
> Dave

> From eb726c7a8202800ce799cabcc58650f087b61e68 Mon Sep 17 00:00:00 2001
> From: David Foley <favux...@gmail.com>
> Date: Sun, 13 Mar 2011 17:57:10 -0500
> Subject: [PATCH] xsetwacom.man:  add RawSample and Suppress parameters
> 
> Add RawSample and Suppress to parameter description table.  Fix whitespace 
> issue.
> 
> Signed-off-by: David Foley <favux...@gmail.com>

merged, thanks. Note that I've wrapped the lines and split out the
whitespace issue hunk into a separate patch.
please don't combine two different logical changes in one patch.

Cheers,
  Peter
> ---
>  man/xsetwacom.man |   10 ++++++++--
>  1 files changed, 8 insertions(+), 2 deletions(-)
> 
> diff --git a/man/xsetwacom.man b/man/xsetwacom.man
> index c5494bc..a94b3a2 100644
> --- a/man/xsetwacom.man
> +++ b/man/xsetwacom.man
> @@ -131,6 +131,9 @@ for a "firmer" feel.  Sigmoid shaped curves are permitted 
> (x1>y1 x2<y2 or
>  x1<y1 x2>y2).  Default:  0 0 100 100, a linear curve; range of 0 to 100 for
>  all four values.
>  .TP
> +\fBRawSample\fR level
> +Set the sample window size (a sliding average sampling window) for incoming 
> input tool raw data points.  Default:  4, range of 1 to 100.
> +.TP
>  \fBRotate\fR none|half|cw|ccw
>  Set the tablet to the given rotation:
>    none: the tablet is not rotated and uses its natural rotation
> @@ -142,6 +145,9 @@ Rotation is tool-specific, rotation of one does not 
> affect other input tools.
>  When the tablet is physically rotated, rotate all tools to the corresponding
>  orientation.  Default:  none
>  .TP
> +\fBSuppress\fR level
> +Set the delta (difference) cutoff level for further processing of incoming 
> input tool coordinate values.  For example a X or Y coordinate event will be 
> sent only if the change between the current X or Y coordinate and the 
> previous one is greater than the Suppress value.  The same applies to 
> pressure level (Z coordinate) and Tilt rotation values.  With a current 
> absolute wheel (AbsWheel) or Tilt value the delta between it and the previous 
> value must be equal to or greater than the Suppress value in order to be sent 
> on.  Suppress is a tablet wide parameter.  A specified delta level for one 
> input tool is applied to all input tool coordinates.  To disable suppression 
> use a level of 0.  Default:  2, range of 0 to 20.
> +.TP
>  \fBTabletDebugLevel\fR level
>  Set the debug level for this tablet to the given level. This only affects
>  code paths that are shared between several tools on the same physical
> @@ -152,8 +158,8 @@ debugging enabled. See also ToolDebugLevel.  Default:  0, 
> range of 0 to 12.
>  \fBTabletPCButton\fR on|off
>  If on, the stylus must be in contact with the screen for a stylus side button
>  to work.  If off, stylus buttons will work once the stylus is in proximity
> -of the tablet (regardless of whether it is touching the screen).  Default:
> -on for Tablet PCs; off for all other models.
> +of the tablet (regardless of whether it is touching the screen).  Default:  
> on
> +for Tablet PCs; off for all other models.
>  .TP
>  \fBThreshold\fR level
>  Set the minimum pressure necessary to generate a Button event for the stylus
> -- 
> 1.7.1
> 


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to