summaryrefslogtreecommitdiff
path: root/openembedded/packages/x11/x11-common/etc/X11/Xinit.d/30xTs_Calibrate
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/x11/x11-common/etc/X11/Xinit.d/30xTs_Calibrate')
-rw-r--r--openembedded/packages/x11/x11-common/etc/X11/Xinit.d/30xTs_Calibrate6
1 files changed, 6 insertions, 0 deletions
diff --git a/openembedded/packages/x11/x11-common/etc/X11/Xinit.d/30xTs_Calibrate b/openembedded/packages/x11/x11-common/etc/X11/Xinit.d/30xTs_Calibrate
new file mode 100644
index 000000000..de47b871a
--- /dev/null
+++ b/openembedded/packages/x11/x11-common/etc/X11/Xinit.d/30xTs_Calibrate
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if [ ! -f /etc/pointercal ]; then
+ /usr/bin/xtscal
+fi
+