Transnote touchscreen driver for Xfree86 4 (C) 2003 Girts Folkmanis The files are licensed under terms and conditions of GNU General Public licence v2, unless stated otherwise. ============================================================================== This distribution contains two directories: calibrate - calibration utility to determine the boundaries of the screen and generate the lines for X config file transnote - input driver for X ============================================================================== QUICKSTART GUIDE (binary installation) ============================================================================== Warning: the driver was compiled for 4.1.0.1 version shipped with Debian 3.0. It may or may not work for you. If it does not, recompile (see next section). 1. Stop X server. 2. Run calibrate/calibrate: $ calibrate/calibrate > out Now use the sharp end of your stylus and touch all four corners of the screen as asked. 3. Merge the "out" file to your X11 configuration - add the "InputDevice" section to anywhere in the file, then add the "InputDevice "Touchscreen"" line to the "ServerLayout" section. 4. Copy transnote/transnote_drv.o to /usr/X11R6/lib/modules/input/ or other place where your X is installed. 5. Start X server and see if it works. If it does not, see the next section. ============================================================================== HOW TO COMPILE THE X DRIVER ============================================================================== 1. Download full X sources for the version you need. 2. Unpack them. 3. Copy the transnote/ directory from this driver distribution to xc/programs/Xserver/hw/xfree86/input/transnote 4. Add "transnote" to the file xc/config/cf/xfree86.cf to the place where "XInputDrivers" are defined. 5. Do a "make world". 6. Go to the transnote driver directory and execute "make install". 7. If everything went ok, see previous section. ==============================================================================