New question #120996 on utouch: https://answers.edge.launchpad.net/utouch/+question/120996
Run the following command: $ sudo lsinput If you have N-trig hardware and are using the community-maintained open source driver, you may see three devices: * N-trig Pen * N-trig Touchscreen * N-trig Multitouch You will want the device node associated with "N-trig Multitouch." The following shell snippet may be useful for you as well: grep -i "multitouch" /sys/class/input/event*/device/name | cut -f 5 -d /event5 -- You received this question notification because you are a member of Multi-touch Development, which is an answer contact for utouch. _______________________________________________ Mailing list: https://launchpad.net/~multi-touch-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~multi-touch-dev More help : https://help.launchpad.net/ListHelp

