summaryrefslogtreecommitdiff
path: root/recipes-graphics/xinput-calibrator
AgeCommit message (Collapse)Author
2018-03-22xinput-calibrator: don't run it out of a terminalMax Krummenacher
The terminal output is not seen. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
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>
2015-05-12recipes: don't use ${PN} as a recipe name placeholderMax Krummenacher
${PN} might be extended with some magic prefix, so don't use it in SRC_URI assignments et. al.
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-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
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)
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
2013-09-22xinput-calibrator: menuentry behaves as the first boot calibrationMax Krummenacher
- make the menuentry behave as the one time calibration on first boot
2013-09-22xinput-calibrator: bbappend updated to use git instead of versioned tarballMax Krummenacher
2012-12-17xinput-calibrator: make the menuentry behaviour as the one time calibration ↵Max Krummenacher
on first boot
2012-10-18xinput-calibrator: make this depending on lxdm, not no-display-managerMax Krummenacher