Trying connect 3M MicroTouch EX II serial using USB<->COM adapter.
KUbuntu 16.04
USB<->Serial adapter automatically mounts to /dev/ttyUSB0
I was installed xserver-xorg-input-mutouch
Created /usr/share/X11/xorg.conf.d/10-mutouch.conf with text:
Code:
Section "InputDevice"
Identifier "TouchScreen"
Driver "mutouch"
Option "Type" "finger"
Option "Device" "/dev/ttyUSB0"
Option "ScreenNo" "0"
Option "MinX" "0"
Option "MaxX" "16383"
Option "MinY" "0"
Option "MaxY" "16383"
Option "SendCoreEvents" "yes"
EndSection


Section "ServerLayout"
Identifier "Default Layout"
InputDevice "TouchScreen" "CorePointer"
EndSection
Then I was restarted sddm.service, but touchscreen not worked, in Xorg logs:
Code:
[  2949.579] [dix] couldn't enable device 6
[  2949.579] (EE) Couldn't init device "TouchScreen"
What I'm doing wrong? Spent four days for it...
dmesg and Xorg.0.log: DmesgAndXorgLog.tar.gz