~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.man

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/jamstudio/js_x.man,v 1.2 2003/02/24 03:24:15 dawes Exp $ 
 
2
.\" shorthand for double quote that works everywhere.
 
3
.ds q \N'34'
 
4
.TH JS_X __drivermansuffix__ __vendorversion__
 
5
.SH NAME
 
6
js_x \- JamStudio input driver
 
7
.SH SYNOPSIS
 
8
.nf
 
9
.B "Section \*qInputDevice\*q"
 
10
.BI "  Identifier \*q" devname \*q
 
11
.B  "  Driver \*qjs_x\*q"
 
12
.BI "  Option \*qDevice\*q   \*q" devpath \*q
 
13
.BI "  Option \*qMaxX\*q  \*q" int \*q
 
14
.BI "  Option \*qMaxY\*q  \*q" int \*q
 
15
.BI "  Option \*qMinX\*q  \*q" int \*q
 
16
.BI "  Option \*qMinY\*q  \*q" int \*q
 
17
.BI "  Option \*qPressMax\*q  \*q" int \*q
 
18
.BI "  Option \*qPressMin\*q  \*q" int \*q
 
19
.BI "  Option \*qPressDiv\*q  \*q" int \*q
 
20
.B EndSection
 
21
.fi
 
22
.SH DESCRIPTION
 
23
.B js_x 
 
24
is an XFree86 input driver for JamStudio devices.
 
25
.PP
 
26
The
 
27
.B js_x 
 
28
driver functions as a pointer input device, and may be used as the
 
29
X server's core pointer.
 
30
.SH SUPPORTED HARDWARE
 
31
This driver supports the KB-Gear JamStudio pentablet.
 
32
This X-Input driver should work on any OS supporting the hiddev raw USB HID driver.
 
33
.SH CONFIGURATION DETAILS
 
34
Please refer to XF86Config(__filemansuffix__) for general configuration
 
35
details and for options that can be used with all input drivers.  This
 
36
section only covers configuration details specific to this driver.
 
37
.RS 8
 
38
.TP 4
 
39
.B Option \fI"Device"\fP \fI"path"\fP
 
40
sets the path to the raw HID device to which the tablet was assigned.
 
41
This option is mandatory.
 
42
.TP
 
43
.B Option \fI"MinX"\fP \fI"int"\fP
 
44
.TP
 
45
.B Option \fI"MaxX"\fP \fI"int"\fP
 
46
.TP
 
47
.B Option \fI"MinY"\fP \fI"int"\fP
 
48
.TP
 
49
.B Option \fI"MaxY"\fP \fI"int"\fP
 
50
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.
 
51
.TP
 
52
.B Option \fI"PressMin\fP \fI"int"\fP
 
53
.TP
 
54
.B Option \fI"PressMax\fP \fI"int"\fP
 
55
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.
 
56
.TP 4
 
57
.B Option \fI"PressDiv"\fP \fI"int"\fP
 
58
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:
 
59
.RS
 
60
.TP
 
61
\fIX / PressDiv = returned value\fP
 
62
where X equals the value read from the tablet.
 
63
.RE
 
64
.SH "SEE ALSO"
 
65
XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__).
 
66
.SH AUTHORS
 
67
Brian Goines <bgoines78@comcast.net>