1. Touch LCD - the OS interprets the touch movements as mouse movements. Say if I start dragging at any place on the screen, the touch point moves from where I left it off previously, like how a mouse point would.
2. Touch Panel - the OS responds to the touch as clicks but only register every touch to be dead at the center of the screen
Is there any easy fix for this? Like a conf file somewhere? Or do I have to obtain the relevant drivers and have them compiled into the kernel?
Comment