Jeff Pang wrote: > greetings, > > I am trying to install Debian on my counterfeit pad. Do you know where to > find touch screen drivers?
Can you run lsusb and lspci or otherwise provide details on what hardware is installed? cat /proc/bus/input/devices might be of use. X11 touch screen input is normally handled by an xinput driver; not all of them are installed by default when you install xorg. -dsr-