This is for touchscreen calibration on a Panasonic tough book running Ubuntu 22.04. The 'setup' program operates as an evdev device interface, with output relevant to configuring an evdev device driver. 'setup' is a file we copy to the target machine as part of the deploy process. Setup utility outputs a file 'setupOutput.txt' This output is then parsed and put into a new file 'AxisCal.bash' AxisCal.bash is run every time the user logs in to maintain calibration. This worked with Xorg but Ubuntu 22.04 uses Wayland and this is no longer working. How can I translate the 'setup' utility output into what libinput can process?
↧