With macOS Monterey and newer versions, native touch input is no longer supported by default for DISPLAX Skin line touch controllers.
To restore touch functionality, DISPLAX provides a TUIO-based workaround that injects touch events into macOS as mouse input.
The workaround uses:
DISPLAX Connect → sends touch events via TUIO
displaxtuio2mouse → converts TUIO events into mouse input
executedisplaxtuio → launches the converter automatically at login
Once configured, touch will work normally after user login.
Used to configure the touch controller and send touch events via TUIO.
Includes:
displaxtuio2mouse – receives TUIO events and injects touch into macOS
executedisplaxtuio – Automator app that launches displaxtuio2mouse at login and applies offset correction
⚠️ Important:
You cannot download this package directly on macOS.
Download it on Windows or Ubuntu, then copy the folder to:
/Applications/
Install DISPLAX Connect
Open System Preferences → Security & Privacy
Unlock the padlock
Under Allow apps downloaded from, select:
App Store and identified developers
Launch DISPLAX Connect
Accept firewall permission requests (or temporarily disable the firewall)
Perform a standard calibration in DISPLAX Connect
Ensure touch accuracy before continuing
In DISPLAX Connect:
Start TUIO with:
IP: 127.0.0.1
Port: 3333
Or via Terminal:
/Applications/Displax/DisplaxConnect.app/Contents/MacOS/displaxservice --tuio start 127.0.0.1:3333
⚠️ This step is mandatory — the TUIO receiver listens on port 3333
Copy the DisplaxTuioToMouse folder to:
/Applications/
Launch displaxtuio2mouse
If it does not open, run:
sudo chmod 777 ./displaxtuio2mouse
Touch the sensor
When prompted, open System Preferences → Security & Privacy → Privacy
Select Accessibility
Unlock settings
Add and enable:
Terminal
Touch should now start working.
If the touch position is inaccurate:
Stop displaxtuio2mouse:
Cmd + C
View available options:
/Applications/DisplaxTuioToMouse/displaxtuio2mouse -h
Test offset parameters:
/Applications/DisplaxTuioToMouse/displaxtuio2mouse -x -14 -y +20 --x-flip --y-flip -r 5
Open Automator
Navigate to:
/Applications/DisplaxTuioToMouse
Open executedisplaxtuio
Update the shell script with your adjusted command
Save and close Automator
Launch executedisplaxtuio
Grant Accessibility permission when prompted
Go to:
System Preferences → Users & Groups
Select your user
Open Login Items
Add executedisplaxtuio
Enable Automatic Login for the touch-enabled user
Restart the computer.
Touch will be enabled automatically after login.
If touch stops working:
Verify TUIO is still running
Check Accessibility permissions
Touch offset changes require:
Recalibration in DISPLAX Connect or
Adjusting offset parameters again
This workaround is specific to macOS Monterey and newer