Touch operation mode

Touch operation mode

By default, DISPLAX Touch Controllers are automatically defined with the correct touch mode for each operating system. There are three different modes:

  • Mouse emulation (0)
  • Single Touch (1)
  • Multitouch (2)

If for some reason there is a need to force a mode, just follow these steps in any of the supported operating systems.

  • To check the current mode that is defined:
$  displaxservice -a 127.0.0.1 --dmode
  • To set the Touch Controller to mouse emulation mode:
$  displaxservice -a 127.0.0.1 --dmode 0 perm --device-settings save
  • To set the Touch Controller to Single Touch mode:
$  displaxservice -a 127.0.0.1 --dmode 1 perm --device-settings save
  • To set the Touch Controller to Multitouch mode:
$  displaxservice -a 127.0.0.1 --dmode 2 perm --device-settings save
  • To allow the Touch Controller to define its mode automatically, just run:
$  displaxservice -a 127.0.0.1 --dmode 2 raw -device-settings save --dreset

    • Related Articles

    • Restart the Touch Controller

      To restart a Touch Controller, you can use the parameter “–dreset”: $  displaxservice -a 127.0.0.1 --dreset
    • Enable / disable touch in the operating system

      To see the current status of touch injection in the OS: $  displaxservice -a 127.0.0.1 --tcenable To enable touch injection in the OS: $  displaxservice -a 127.0.0.1 --tcenable 1 To disable touch injection in the OS: $  displaxservice -a 127.0.0.1 ...
    • Firmware version

      To know the Touch Controller firmware version: $  displaxservice -a 127.0.0.1 --dversion
    • Serial Number

      To obtain the Touch Controller serial number, enter: $  displaxservice -a 127.0.0.1 --dserial
    • Factory Reset

      To restore the Touch Controller settings to the factory default: $  displaxservice -a 127.0.0.1 --device-settings default