Enable / disable touch in the operating system

Enable / disable touch in the operating system

Overview

DISPLAX Service allows you to enable or disable touch injection at the operating system level. This setting controls whether touch input from the DISPLAX touch controller is sent to and processed by the OS.

When touch injection is disabled, the touch controller remains connected and powered, but no touch events are delivered to the operating system.


Check Touch Injection Status

To see whether touch injection is currently enabled in the operating system, run:

displaxservice -a 127.0.0.1 --tcenable

This command returns the current touch injection status.


Enable Touch Injection in the OS

To allow touch input to be processed by the operating system, run:

displaxservice -a 127.0.0.1 --tcenable 1

Touch events from the controller will now be injected into the OS.


Disable Touch Injection in the OS

To stop touch input from being sent to the operating system, run:

displaxservice -a 127.0.0.1 --tcenable 0

No touch events will be processed by the OS until touch injection is enabled again.


Best Practices

  • Always verify touch status after maintenance or calibration.

  • Re-enable touch injection before handing the system back to end users.

  • Combine this setting with popup warnings or auto-save preferences in DISPLAX Connect for safer operation.


    • Related Articles

    • Enable / disable Infinity feature

      Overview The Infinity feature in DISPLAX Service allows for multiple sensors placed alongside each other to continue smoothly beyond standard sensor boundaries, and eliminating cross-talk (interference) between them, improving continuity in large or ...
    • Enable / disable rows or columns

      Overview DISPLAX Service allows you to enable or disable specific rows or columns of the touch sensor. This is useful when: Certain areas must be excluded from touch A section of the sensor is affected by noise Physical obstructions exist near the ...
    • What is DISPLAX Service?

      DISPLAX Service Overview DISPLAX Service is a background process (agent/daemon) installed alongside DISPLAX Connect that enables low-level communication with your DISPLAX Touch Controllers. It acts as a command-line interface, allowing advanced ...
    • Enable or Disable Network Host Discovery

      DISPLAX Service – Enable or Disable Network Host Discovery Overview DISPLAX Service includes a network discovery feature that allows it to find and list other DISPLAX-enabled hosts on the same network. This is commonly used for remote management, ...
    • Touch operation mode

      Overview By default, DISPLAX Touch Controllers automatically select the correct touch operation mode for the operating system in use. In most cases, no manual configuration is required. However, if your application or environment requires a specific ...