You can grab a binary and the source from
http://public.box.net/
Grab TouchScreenDriverBeta, chmod +x it and then run it. It won't work while the eGalax driver is installed (so either kextunload it, or uninstall the TouchKit package and reboot).
My calibration settings are hardwired in the code. I may develop a preference pane to calibrate, I may not. If I don't and you want to tweak the calibration, modify the constants TOUCHKIT_OFFSET_* and TOUCHKIT_MAX_* in the C source. I didn't include the Xcode project because you can build with gcc:
Code:
gcc -Wall -o TouchscreenX main.c -framework ApplicationServices -framework Carbon -framework IOKit