Advertisement
Guest User

calibrator

a guest
Apr 5th, 2016
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. xinput_calibrator --device 8
  2. Calibrating EVDEV driver for "TSD Touchsystems TSD USB Touchscreen" id=8
  3. current calibration values (from XInput): min_x=184, max_x=3932 and min_y=184, max_y=3932
  4.  
  5. Doing dynamic recalibration:
  6. Setting new calibration data: 102, 1150, 280, 1108
  7.  
  8.  
  9. --> Making the calibration permanent <--
  10. copy the snippet below into '/etc/X11/xorg.conf.d/99-calibration.conf'
  11. Section "InputClass"
  12. Identifier "calibration"
  13. MatchProduct "TSD Touchsystems TSD USB Touchscreen"
  14. Option "Calibration" "102 1150 280 1108"
  15. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement