Skip to main content
Weston simple EGL is a sample test application used to verify the composition and rendering of frames on your display. To run the application, run the following commands:
You must enable SSH to access your host device. For instructions, see Sign in using SSH.
mount -o remount,rw /
su
. /etc/profile
export XDG_RUNTIME_DIR=/run/user/1000 && mkdir -p $XDG_RUNTIME_DIR
cd /usr/bin
export WAYLAND_DISPLAY=wayland-1 && weston-simple-egl
The following figure shows the Weston simple EGL client application running on the display monitor.
Figure: Weston simple EGL client application
To kill the application, select CTRL + C.