mutouch

star-one at tx.rr.com star-one at tx.rr.com
Mon Nov 29 18:39:29 UTC 2010


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


More information about the freebsd-x11 mailing list