Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

magictouch(4) [xfree86 man page]

MagicTouch(4)						     Kernel Interfaces Manual						     MagicTouch(4)

NAME
magictouch - MagicTouch input driver SYNOPSIS
Section "InputDevice" Identifier "idevname" Driver "MagicTouch" Option "Device" "devpath" ... EndSection DESCRIPTION
MagicTouch is an XFree86 input driver for MagicTouch ProE-X controller... The MagicTouch driver functions as a pointer input device, and may be used as the X server's core pointer. SUPPORTED HARDWARE
It currently supports the ProE-X resistive touchscreen serial (rs232) interface and touchscreens made by Keytec, Inc (MagicTouch) CONFIGURATION DETAILS
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. The following driver Options are supported: Option "Device" "devpath" Specify the device path for the magictouch. Valid devices are: /dev/ttyS0, /dev/ttyS1, .... This option is mandatory. It's important to specify the right device Note: com1 -> /dev/ttyS0, com2 -> /dev/ttyS1 .... Option "ScreenNumber" "screennumber" sets the screennumber for the magictouch InputDevice. Default: ScreenNumber: "0" Option "MinX, MinY" "value" These are the minimum X and Y values for the magictouch input device. Note: MinX, MinY must be less than MaxX, MaxY. Range: "0" - "32767" Default: MinX: "0" MinY: "0" Option "MaxX, MaxY" "value" These are the maximum X and Y values for the magictouch input device. Note: MaxX, MaxY must be greater than MinX, MinY. Range: "0" - "32767" Default: MaxX: "16384" MaxY: "16384" SEE ALSO
XFree86(1), XF86Config(5), xf86config(1), Xserver(1), X(7). AUTHORS
Authors include... XFree86 Version 4.7.0 MagicTouch(4)

Check Out this Related Man Page

JS_X(4x)																  JS_X(4x)

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 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. 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 XF86Config(5x) 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
XFree86(1), XF86Config(5x), xf86config(1), Xserver(1), X(7x). AUTHORS
Brian Goines <bgoines78@comcast.net> XFree86 Version Version 4.3.0 JS_X(4x)
Man Page