| |||||||
Yazan: Lee Monamy
ELO dokunmatik ekran için örnek XF86Config-4:
Section "InputDevice"
Identifier "ELO touchscreen"
Driver "elographics"
Option "Device" "/dev/ttyS0"
Option "MinimumXPosition" "300"
Option "MaximumXPosition" "3700"
Option "MinimumYPosition" "300"
Option "MaximumYPosition" "3700"
Option "UntouchDelay" "10"
Option "ReportDelay" "10"
Option "SendCoreEvents" "yes"
EndSection
|
Sürüm 4 ile sürüm 3 arasındaki önemli fark port (Port) *değil* aygıt (Device) tanımlamanızdır, aksi halde hata alırsınız. Ayrıca sürüm3 'deki AlwaysCore yerine artık SendCoreEvents kullanılmaktadır.
(II) XINPUT: Adding extended input device "TOUCHSCREEN" (type: Elographics Touch Screen) |
Yukarıdaki gibi bir çıktı görseniz bile ServerLayout bölümünü de eklemeniz gereklidir:
Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" ... InputDevice "ELO touchscreen" EndSection |
| ||||||||||