summaryrefslogtreecommitdiff
path: root/recipes-graphics/xinput-calibrator/xinput-calibrator
AgeCommit message (Collapse)Author
2017-01-11xinput-calibrator: fix operation on multihead configurationMarcel Ziswiler
As e.g. our Tegra modules are multihead capable and if HDMI is plugged in while the xinput calibrator was run this led to the following error message: root@apalis-t30:~# xinput_calibrator_once.sh Unknown option: 640x480 Fix this by just using the first detected heads geometry definition. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
2014-10-30xinput-calibrator: remove systemd serviceStefan Agner
Remove xinput-calibrator systemd service since autostart is done using /etc/xdg/autostart/xinput_calibrator.desktop.
2014-07-15xinput-calibrator.service: only start when lxdm is enabledMax Krummenacher
If the xinput-calibrator.service is enabled but lxdm.service is disabled lxdm was started anyway because of the requires dependency. Replase Requires with Requisite to have xinput-calibrator.service fail instead. (cherry picked from commit e34e6361ecaaa8b148d438d517761bdd084d1a32)
2012-10-18xinput-calibrator: make this depending on lxdm, not no-display-managerMax Krummenacher