# Graphics and display Source: [https://docs.qualcomm.com/doc/80-70014-50/topic/graphics-and-display.html](https://docs.qualcomm.com/doc/80-70014-50/topic/graphics-and-display.html) Wayland server uses the Wayland protocol to enable communication between a display/graphics servers and its clients. The display and graphics architecture uses the Weston server (Weston), which is an implementation of the Wayland server (also called Wayland compositor). Weston is dedicated to the management of composition and display with the capability to run as a separate process in the system. Figure : Weston/Wayland architecture  Table : Weston/Wayland components | Component | Description | | --- | --- | | Wayland/ GLES client | Implements the Wayland protocol for Weston. | | Weston server | Implements the Wayland compositor.