Skip to content

Commit

Permalink
fixup! meta-meson: VIM4N/4: add support for mipi screen detection
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <[email protected]>
  • Loading branch information
numbqq committed Dec 19, 2024
1 parent 694116d commit c4a3bfb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions recipes-graphics/wayland/weston-init/weston-start
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,4 @@ if test -z "$XDG_RUNTIME_DIR"; then
fi
fi
export WESTON_FORCE_DRI=1
if i2cdetect -y -r 3 | grep "UU"; then
exec openvt $openvt_args -- $launcher $weston_args --log=var/log/weston.log --config=/etc/aml-weston.ini --socket=wayland-0
else
exec openvt $openvt_args -- $launcher $weston_args --log=var/log/weston.log --config=/etc/aml-weston-hdmi.ini --socket=wayland-0
fi
exec openvt $openvt_args -- $launcher $weston_args --log=var/log/weston.log --config=/etc/aml-weston-hdmi.ini --socket=wayland-0

0 comments on commit c4a3bfb

Please sign in to comment.