diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 1fdc845..af6586c 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -1,3 +1,2 @@ FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:" -SRC_URI_append_stm32mpcommon = " file://weston.ini " diff --git a/recipes-graphics/wayland/weston-init/weston.ini b/recipes-graphics/wayland/weston-init/weston.ini index 1129337..f17bc2b 100644 --- a/recipes-graphics/wayland/weston-init/weston.ini +++ b/recipes-graphics/wayland/weston-init/weston.ini @@ -60,7 +60,7 @@ path=/usr/libexec/weston-keyboard # HDMI connector # If the hdmi cable is plugged, weston uses the hdmi output (else dsi output). -# Use the command "systemctl restart weston" after pluging/unpluging the hdmi cable. +# Use the command "systemctl restart weston@root" after pluging/unpluging the hdmi cable. [output] name=HDMI-A-1 mode=1280x720 @@ -71,7 +71,9 @@ name=DSI-1 mode=preferred transform=270 -#[libinput] +[libinput] +touchscreen_calibrator=true +calibration_helper=/bin/echo #enable-tap=true #tap-and-drag=true #tap-and-drag-lock=true