Есть два драйвера для этого стекла, открытый и закрытый. Закрытый не работает так как не поддерживает Xserver позже 1.4. Написал в суппорт производителю, ответили, что драйвер будет, но не знают точно когда.
Открытый драйвер есть в репозиториях убунты, но он не работает.
Сигнал с панели идёт, проверенно командой od -h -w10 </dev/ttyS0.
Ещё из супорта мне прислали public driver. Я так понимаю это и есть открытый драйвер, который в репозиториях убунты, с ним пришла инструкция:
Driver Installation
1. Install Linux and verify that the X Windows System is working correctly. We strongly recommend the system be configured to start in the command line mode and not be configured to start X Windows automatically.
2. Verify that the Elo touchscreen driver file, elographics_drv.o exists. Typically, the file can be found at the following location: /usr/X11R6/lib/modules/input/elographics_drv.o.
For Redhat Linux 7.1 and 7.2
Edit the Configuration File
1. Edit the XF86Config-4 file, normally found in the /etc/X11 directory. The instructions below are for a touchscreen connected to COM one. In step three below, Option “Device” “/dev/ttyS0” specifies the COM port the touchscreen is connected to. Use Option “Device” “/dev/ttyS0” for COM one, Option “Device” “/dev/ttyS1” for COM two, Option “Device” “/dev/ttyS2” for COM three, and Option “Device” “/dev/ttyS3” for COM four.
2. Add the following line to the “ServerLayout” Section:
Inputdevice “touchscreen1” “SendCoreEvents”
3. Add the following section to the “Inputdevice” section:
Section “Inputdevice”
Identifier “touchscreen1”
Driver “elographics”
Option “Device” “/dev/ttyS0”
Option “AlwaysCore”
Option “screenno” “0”
Option “MinimumXPosition” “600”
Option “MaximumXPosition” “3600”
Option “MinimumYPosition” “600”
Option “MaximumYPosition” “3600”
Option “UntouchDelay” “3”
Option “ReportDelay” “1”
EndSection
4. Save changes to the XF86Config-4 file.
Пробовал я править xorg.conf как в этой инструкции, ну и он падает конечно при перезагрузке... Предлагает вернуца к старым параметрам или заново сконфигурировать автоматом...