Touch Screen for Asus eee T91 on Ubuntu 9 10 Karmic Koala Getting your T91 touchscreen in Ubuntu 9.10 Karmic Koala requires the following steps. When i did this i configured the graphics card first and the the resolution to 1024x600. Im not sure if this is a required step but id recommend doing it. To find out how you can see my blog post here . First you need to install the evtouch drivers, open a terminal and type the following sudo apt-get install xserver -xorg-input-evtouch then reboot, after that the touchscreen will be working but most likely not correctly calibrated. There is an issue with the evtouch screen calibration in 9.10 so you need to run the calibration with no X server running. The first command will stop X and take you to a terminal so either remember the steps after it or have another computer handy. Open a terminal and type: sudo /etc/init.d/gdm stop after this you will be asked to log in. then : cd /usr/bin now run the calibration utility. sudo calibrate_touchscr...