> ## Documentation Index
> Fetch the complete documentation index at: https://qualcomm-3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Run Weston simple EGL

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:

<Note>
  You must enable SSH to access your host device. For instructions, see [Sign in using SSH](https://dragonwingdocs.qualcomm.com/Key-Documents/Flash-Guide/how-to-sign-in-with-ssh).
</Note>

> ```text theme={null}
> mount -o remount,rw /
> ```

> ```text theme={null}
> su
> ```

> ```text theme={null}
> . /etc/profile
> ```

> ```text theme={null}
> export XDG_RUNTIME_DIR=/run/user/1000 && mkdir -p $XDG_RUNTIME_DIR
> ```

> ```text theme={null}
> cd /usr/bin
> ```

> ```text theme={null}
> export WAYLAND_DISPLAY=wayland-1 && weston-simple-egl
> ```

The following figure shows the Weston simple EGL client application running on the display monitor.

<div className="flex flex-col items-center gap-2">
  <img src="https://mintcdn.com/qualcomm-3/gHCjmHHn0mCw4aoT/Technologies/Display/media/qli-display/Weston_simple_EGL_client_application.PNG?fit=max&auto=format&n=gHCjmHHn0mCw4aoT&q=85&s=ac5b8b305655a8494ead997a4bb19805" alt="Figure: Weston simple EGL client application" width="680" height="376" data-path="Technologies/Display/media/qli-display/Weston_simple_EGL_client_application.PNG" />
</div>

<Note>To kill the application, select **CTRL + C**.</Note>
