JS_X(4) UNIX Programmer's Manual JS_X(4)
js_x - JamStudio input driver
Section "InputDevice"
Identifier "devname"
Driver "js_x"
Option "Device" "devpath"
Option "MaxX" "int"
Option "MaxY" "int"
Option "MinX" "int"
Option "MinY" "int"
Option "PressMax" "int"
Option "PressMin" "int"
Option "PressDiv" "int"
EndSection
js_x is an XFree86 input driver for JamStudio devices.
The js_x driver functions as a pointer input device, and may
be used as the X server's core pointer.
This driver supports the KB-Gear JamStudio pentablet. This
X-Input driver should work on any OS supporting the hiddev
raw USB HID driver.
Please refer to XF86Config(5) for general configuration
details and for options that can be used with all input
drivers. This section only covers configuration details
specific to this driver.
Option "Device" "path"
sets the path to the raw HID device to which the
tablet was assigned. This option is mandatory.
Option "MinX" "int"
Option "MaxX" "int"
Option "MinY" "int"
Option "MaxY" "int"
sets the minimum and maximum values returned for
the absolute X,Y axis of the pen tablet. These
values default to 0-8000 for X and 0-6000 for Y.
It should generally be safe to leave these
values untouched.
Option "PressMin "int"
XFree86 Version 4.5.0 1
JS_X(4) UNIX Programmer's Manual JS_X(4)
Option "PressMax "int"
sets the minimum and maximum values returned for
the pressure sensitive tip. These values default
to 0-127. It should generally be safe to leave
these values untouched.
Option "PressDiv" "int"
sets the divider for the returned pressure
value. This option will allow you to return a
smaller set of values for the pressure sensitive
tip allowing for finer control. The returned
value is computed as follows:
X / PressDiv = returned value
where X equals the value read from the
tablet.
XFree86(1), XF86Config(5), xf86config(1), Xserver(1), X(7).
Brian Goines <bgoines78@comcast.net>
XFree86 Version 4.5.0 2
Generated on 2013-04-27 00:20:00 by $MirOS: src/scripts/roff2htm,v 1.77 2013/01/01 20:49:09 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2013 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.