eGalax touchscreen calibration
|
28th Jun, 2013, 12:09 PM
Post: #110
|
|||
|
|||
RE: eGalax touchscreen calibration
FEEDBACK: It's late I know....for me anyway
I have made a .deb file for ts_calibrate with some mods.... tslib_1-1_armhf.deb (63 KB) https://mega.co.nz/#!jY8inK5I!bPop2Da3NqXVVrniElhL_3ArVv8V24oAvnbPJTUEcGs typing.... Terminal sudo dpkg -i tslib_1-1_armhf.deb should install ok.... Next download the bash script ts_calib.sh and edit /dev/input/event# number to the touchscreen device on your system ...hence Terminal nano ts_calib.sh Terminal #!/bin/bash export LD_LIBRARY_PATH=/usr/local/lib export TSLIB_CONSOLEDEVICE=none export TSLIB_FBDEVICE=/dev/fb0 export TSLIB_TSDEVICE=/dev/input/event2 <-----------*********CHANGE export TSLIB_CALIBFILE=/etc/pointercal export TSLIB_CONFFILE=/usr/local/etc/ts.conf export TSLIB_PLUGINDIR=/usr/local/lib/ts ts_calibrate Now run the script.. Terminal sudo sh ts_calib.sh Hopefully now you have a pointercal file in /etc which will be necessary for the next part.... TBC |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[PROBLEM] Touchscreen calibration is wrong and i'm going crazy. | wash | 5 | 19,325 |
17th Jan, 2015 10:34 PM Last Post: wash |
|
Tutorial: Touchscreen calibration & extra features | Markamc | 0 | 7,393 |
2nd Jul, 2013 12:11 AM Last Post: Markamc |