devi-zytronic

Zytronic input manager for Photon

Syntax:

devi-zytronic [general_opts] 
              protocol* [protocol_opts]*
              device* [device_opts]*
              filter* [filter_opts]*

Runs on:

Neutrino

Options:


Note: When you use a devi-* driver for a touchscreen device, you need a calibration file. The calibration file is generated from the output produced by the calib utility:
calib > calib_file.txt

For more information, see the calib utility in the Utilities Reference, and Touchscreens in the Neutrino User's Guide.


General options:

-b
Prevent the use of the Ctrl-Alt-Shift-Backspace keychord to exit Photon (permitted by default).
-d device
Device (default: /dev/photon or $PHOTON).
-G
Don't require the presence of a graphics driver when starting up a touchscreen driver; useful in debug mode.
-g input_group
Input group (default: 1).
-l
List the internal modules. Modules are listed in the following format, where class is one of: D — Device, P — Protocol, or F — Filter:
module name | date compiled | revision | class
    
-P
Disable the Photon interface (it's started by default).
-r
Start the resource manager interface (only use if you aren't using Photon).
-v[v]...
Verbose output. More v characters cause more verbosity.

The protocol and protocol_opts are:

zytronic [zytronic_opts] [fd fd_opts]

The protocol modules and their options are:

The device modules and their options are:

The filter modules and their options are:

Description:

The devi-zytronic command starts the Zytronic input manager for Photon.

Examples:

Connect the Zytronic controller to the first serial port:

devi-zytronic zytronic fd -d/dev/ser1 abs -b

See also:

devi-*, inputtrap