Subject: 3m touch display - input not supported
To: None <netbsd-users@netbsd.org>
From: None <bach@pavoucek.cz>
List: netbsd-users
Date: 07/03/2002 11:55:03
hi
i have XFree86 Version 4.1.0 and 3mtouch display.
and i this problem:
when i start X, there is a blue square in the center with text
inside: INPUT NOT SUPPORTED.
X working good, corsor moving.
/var/log/XFree.0.log looks everything ok
do you know how to get out this square?
bach
(sorry for my english, i am pure english writer)
/etc/XF86Config:
...
Section "ServerLayout"
...
InputDevice "TouchScreen" "SendCoreEvents"
...
EndSection
Section "Module"
...
Load "mutouch"
...
EndSection
Section "InputDevice"
Identifier "TouchScreen"
Driver "mutouch"
Option "Device" "/dev/tty01"
Option "Type" "finger"
Option "MinimumXPosition" "0"
Option "MaximumXPosition" "16383"
Option "MinimumYPosition" "0"
Option "MaximumYPosition" "16383"
EndSection