Line 58:
Line 58:
|> cp 99-calibration.conf 99-calibration.conf.backup
|> cp 99-calibration.conf 99-calibration.conf.backup
|backup your current config
|backup your current config
−
|-
−
|6.
−
|> apt-get install -y xinput-calibrator
−
|A generic touchscreen calibration program for X.Org —I’ve already got it but I’ve played around a bit
|-
|-
|6.
|6.
Line 71:
Line 67:
|3. copy and paste bash script from link above, create this as “calib” script (using vi [grrrr]… nano is a much easier windows like tool for people who have issues with vi . . . :-). Type nano calib, cut and paste the code into it. Cntrl O to write it Cntrl X to exit …)add this as first line on script:
|3. copy and paste bash script from link above, create this as “calib” script (using vi [grrrr]… nano is a much easier windows like tool for people who have issues with vi . . . :-). Type nano calib, cut and paste the code into it. Cntrl O to write it Cntrl X to exit …)add this as first line on script:
|-
|-
−
|6.
+
|8.
−
|> apt-get install -y xinput-calibrator
+
|add export DISPLAY=:0.0 to script first line
−
|A generic touchscreen calibration program for X.Org —I’ve already got it but I’ve played around a bit
+
|Easy withing nano . . . :slight_smile:
+
|-
+
|9.
+
|> chmod 755 calib
+
|make it executable; I agree with @Baggypants
+
|-
+
10.
+
> ./calib
+
6. calibration will popup on screen, follow instructions and Play tap the dot :smiley:
+
|-
+
11.
+
> nano 99-calibration.conf
+
7. calibration script will end up with output which should go into /etc/X11/xorg.conf.d/99-calibration.conf [BEWARE! script recommends different file names, IDK if will work then] i already had details for this in the file so I overwrote them
|-
|-
|}
|}