Enable / disable rows or columns

Enable / disable rows or columns

The following example refers to row 20. It can also be applied to columns by replacing “row” with “col”, and using the same syntax:

$  displaxservice -a 127.0.0.1 --enable-disable-cells row/col NUMBER 0/1
  • “NUMBER” is the number of the row or column you want to enable or disable
  • “0” will disable it. “1” will enable it

To determine whether row 20 is enabled or disabled:

$  displaxservice -a 127.0.0.1 --enable-disable-cells row 20

To disable row 20:

$  displaxservice -a 127.0.0.1 --enable-disable-cells row 20 0

To enable row 20:

$  displaxservice -a 127.0.0.1 --enable-disable-cells row 20 1

    • Related Articles

    • Enable / disable Infinity feature

      To see the current status of the Infinity feature: $  displaxservice -a 127.0.0.1 --fcolsa To enable the Infinity feature: $  displaxservice -a 127.0.0.1 --fcolsa 1 To disable the Infinity feature: $  displaxservice -a 127.0.0.1 --fcolsa 0
    • Enable / disable discovering other hosts

      You may enable/disable the option for DISPLAX Service to discover hosts on the network. To see the current status: $ displaxservice -discover-network To enable: $ displaxservice --list-hosts To disable: $ displaxservice --discover-network=false
    • Enable / disable access for other hosts

      You may enable/disable the option for DISPLAX Service to accept connections from other hosts. To see the current status: $ displaxservice --allow-network To enable: $ displaxservice --allow-network=true To disable: $ displaxservice ...
    • 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 ...
    • Enable / disable TUIO

      All DISPLAX products offer the end-users the option to activate the TUIO protocol, allowing them to enter the network values: X coordinate Y coordinate Pressure Sensing (only for DISPLAX Skin Ultra) To activate TUIO, follow these steps: Ensure you ...