WESTON-INIT: align weston.ini with weston 7.0
Signed-off-by: Priouzeau Christophe <christophe.priouzeau@st.com>
This commit is contained in:
parent
a1a555067a
commit
c9e50851df
|
|
@ -1,3 +1,2 @@
|
|||
FILESEXTRAPATHS_prepend_stm32mpcommon := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI_append_stm32mpcommon = " file://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
|
||||
|
|
|
|||
Loading…
Reference in New Issue