When using dual monitors on Ubuntu (or similar Linux distributions), touch input may default to only one display or behave incorrectly. To ensure the DISPLAX Skin works only on the desired monitor, you must manually map the touch device to the correct output.
⚠️ These steps should be performed after completing all DISPLAX Skin configuration and calibration.
Open a terminal and run:
xinput --list
Locate the DISPLAX Skin device and note its ID number.
Run:
xrandr
This command lists all connected monitors. Note the monitor name (for example: HDMI-1, DP-1, etc.).
Use the following command:
xinput map-to-output ID MONITOR
xinput map-to-output 11 HDMI-1
Where:
11 = DISPLAX Skin device ID (from Step 1)
HDMI-1 = Target monitor (from Step 2)
After running this command, touch events will only be active on the selected monitor.
⚠️ Ubuntu may lose this mapping after a reboot.
To keep the configuration:
Run the command after every restart, or
Add the command to a startup script or system startup routine
When using one DISPLAX Skin with dual monitors on Linux, touch input must be explicitly mapped to the correct display using xinput. This ensures touch events are processed only on the intended monitor.