1JS_X(4)                    Kernel Interfaces Manual                    JS_X(4)
2
3
4

NAME

6       js_x - JamStudio input driver
7

SYNOPSIS

9       Section "InputDevice"
10         Identifier "devname"
11         Driver "js_x"
12         Option "Device"   "devpath"
13         Option "MaxX"  "int"
14         Option "MaxY"  "int"
15         Option "MinX"  "int"
16         Option "MinY"  "int"
17         Option "PressMax"  "int"
18         Option "PressMin"  "int"
19         Option "PressDiv"  "int"
20       EndSection
21

DESCRIPTION

23       js_x is an Xorg input driver for JamStudio devices.
24
25       The js_x driver functions as a pointer input device, and may be used as
26       the X server's core pointer.
27

SUPPORTED HARDWARE

29       This driver supports the KB-Gear  JamStudio  pentablet.   This  X-Input
30       driver should work on any OS supporting the hiddev raw USB HID driver.
31

CONFIGURATION DETAILS

33       Please refer to xorg.conf(5x) for general configuration details and for
34       options that can be used with all input  drivers.   This  section  only
35       covers configuration details specific to this driver.
36
37               Option "Device" "path"
38                   sets the path to the raw HID device to which the tablet was
39                   assigned.  This option is mandatory.
40
41               Option "MinX" "int"
42
43               Option "MaxX" "int"
44
45               Option "MinY" "int"
46
47               Option "MaxY" "int"
48                   sets the minimum and maximum values returned for the  abso‐
49                   lute  X,Y  axis  of the pen tablet. These values default to
50                   0-8000 for X and 0-6000 for Y. It should generally be  safe
51                   to leave these values untouched.
52
53               Option "PressMin "int"
54
55               Option "PressMax "int"
56                   sets  the minimum and maximum values returned for the pres‐
57                   sure sensitive tip.  These  values  default  to  0-127.  It
58                   should generally be safe to leave these values untouched.
59
60               Option "PressDiv" "int"
61                   sets  the  divider  for  the  returned pressure value. This
62                   option will allow you to return a smaller set of values for
63                   the  pressure sensitive tip allowing for finer control. The
64                   returned value is computed as follows:
65
66                   X / PressDiv = returned value
67                          where X equals the value read from the tablet.
68

SEE ALSO

70       Xorg(1x), xorg.conf(5x), xorgconfig(1x), Xserver(1x), X(7).
71

AUTHORS

73       Brian Goines <bgoines78@comcast.net>
74
75
76
77X Version 11              xf86-input-jamstudio 1.1.0                   JS_X(4)
Impressum