Date: Mon, 29 Nov 2010 12:42:12 -0500 From: <star-one@tx.rr.com> To: x11@FreeBSD.org Subject: mutouch Message-ID: <20101129174212.0L8Q9.234652.root@cdptpa-web06-z01>
next in thread | raw e-mail | index | archive | help
Hello,
I have been trying to make a Planar touchscreen Monitor work in FreeBsd 7.1.
It uses a 3M USB Touchscreen -EX II. When the USB is pluged in, it reports exsistance on /dev/ugen0.
If I "cat /dev/ugen0.1" I get a response from the touchsreen. However, I cannot make it work.
In xorg.conf I have :
Section "ServerLayout"
...
...
InputDevice "TouchScreen" "AlwaysCore"
EndSection
and
Section "InputDevice"
Identifier "TouchScreen"
Driver "mutouch"
Option "Device" "/dev/ugen0"
Option "Type" "finger"
Option "DeviceName" "touchscreen"
Option "ReportingMode" "raw"
Option "ScreenNo" "0"
EndSection
When I run X -config with this file it reports:
"couldn't enable device 2"
What am I doing wrong?
Thank you for your time.
Dave Hodges
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101129174212.0L8Q9.234652.root>
