From ce6f15dc3905ab0b061b20cc35fd179fdd9e070f Mon Sep 17 00:00:00 2001 From: Jonathan David Date: Mon, 30 Nov 2015 15:59:50 -0600 Subject: xinput-calibrator: get screen geometry when calibrating Calibration acquires a default resolution of 1280x1024 when running xinput_calibrator_pointercal.sh, obtain correct screen resolution by using xrandr to grab user-specified geometry and pass to script Signed-off-by: Jonathan David Signed-off-by: Ross Burton --- meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb') diff --git a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb index a9de3d7ef2..ac5b70cba4 100644 --- a/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ b/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb @@ -14,7 +14,8 @@ REQUIRED_DISTRO_FEATURES = "x11" SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" SRC_URI = "git://github.com/tias/xinput_calibrator.git \ file://30xinput_calibrate.sh \ - file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch" + file://Allow-xinput_calibrator_pointercal.sh-to-be-run-as-n.patch \ + file://add-geometry-input-when-calibrating.patch" S = "${WORKDIR}/git" -- cgit 1.2.3-korg