JS_X



JS_X

NAME
SYNOPSIS
DESCRIPTION
SUPPORTED HARDWARE
CONFIGURATION DETAILS
SEE ALSO
AUTHORS

NAME

js_x − JamStudio input driver

SYNOPSIS

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

DESCRIPTION

js_x is an Xorg 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.

SUPPORTED HARDWARE

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

CONFIGURATION DETAILS

Please refer to xorg.conf(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"
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.

SEE ALSO

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

AUTHORS

Brian Goines <bgoines78@comcast.net>



More Linux Commands

manpages/intel_gpu_dump.1.html
intel_gpu_dump(1) - Print out debugging information on the s
intel_gpu_dump is a tool to log the current state of an Intel GPU when it is hung, for later analysis. It requires kernel 2.6.30rc1 or newer, debugfs mounted on

manpages/ip-route.8.html
ip-route(8) routing table management - Linux manual page....
ip route is used to manipulate entries in the kernel routing tables. Route types: unicast - the route entry describes real paths to the destinations covered by

manpages/l2ping.1.html
l2ping(1) Send L2CAP echo request and receive answer........
l2ping.1 - L2ping sends a L2CAP echo request to the Bluetooth MAC address bd_addr given in dotted hex notation. OPTIONS -i &lt;hciX&gt; The command is applied to devi

manpages/ifnames.1.html
ifnames(1) - Extract CPP conditionals from a set of files...
Scan all of the C source FILES (or the standard input, if none are given) and write to the standard output a sorted list of all the identifiers that appear in t

manpages/Tcl_DeleteNamespace.3.html
Tcl_DeleteNamespace(3) - manipulate namespaces (Man Page)...
Namespaces are hierarchic naming contexts that can contain commands and variables. They also maintain a list of patterns that describes what commands are export

manpages/XtMergeArgLists.3.html
XtMergeArgLists(3) - set and merge ArgLists - Linux man page
The XtSetArg function is usually used in a highly stylized manner to minimize the probability of making a mistake; for example: Arg args[20]; int n; n = 0; XtSe

manpages/perlxstut.1.html
perlxstut(1) - Tutorial for writing XSUBs - Linux man page
This tutorial will educate the reader on the steps involved in creating a Perl extension. The reader is assumed to have access to perlguts, perlapi and perlxs.

manpages/XkbFreeCompatMap.3.html
XkbFreeCompatMap(3) - Free an entire compatibility map or se
which specifies the compatibility map components to be freed (see XkbGetCompatMap). which is an inclusive OR of the bits shown in Table 1. free_map indicates wh

manpages/smartd.conf.5.html
smartd.conf(5) - SMART Disk Monitoring Daemon Configuration
[This man page is generated for the Linux version of smartmontools. It does not contain info specific to other platforms.] /etc/smartd.conf is the configuration

manpages/XDrawText16.3.html
XDrawText16(3) - draw polytext text and text drawing structu
The XDrawText16 function is similar to XDrawText except that it uses 2-byte or 16-bit characters. Both functions allow complex spacing and font shifts between c

manpages/ber_put_null.3.html
ber_put_null(3) - OpenLDAP LBER simplified Basic Encoding Ru
These routines provide a subroutine interface to a simplified implementation of the Basic Encoding Rules of ASN.1. The version of BER these routines support is

manpages/FcPatternHash.3.html
FcPatternHash(3) - Compute a pattern hash value (Man Page)
Returns a 32-bit number which is the same for any two patterns which are equal. VERSION Fontconfig version 2.8.0 FcPatternHash.3 (Library - Linux manual page)





We can't live, work or learn in freedom unless the software we use is free.