From 36c607b44bfa022e3bee785b9ea8adc75b8bd17d Mon Sep 17 00:00:00 2001 From: gaycomputers <144623540+gaycomputers@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:14:41 -0700 Subject: [PATCH] Update _index.adoc Fix small typos and improve readability in first paragraph --- .../content/en/books/handbook/wayland/_index.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index 97cf5746619c..fea162f3bcbb 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -50,11 +50,11 @@ endif::[] [[wayland-synopsis]] == Wayland Synopsis -Wayland is a new display server, but it differs from Xorg in several important ways. -First, Wayland is only a protocol that acts as an intermediary between clients using a different mechanism which removes the dependency on an X server. -Xorg includes both the X11 protocol, used to run remote displays and the X server will accept connections and display windows. -Under Wayland, the compositor or window manager provides the display server instead of a traditional X server. +Wayland is a new display server, but it differs from Xorg in several important ways: +First, Wayland is only a protocol that acts as an intermediary between clients using a mechanism which removes the dependency on an X server. +Xorg includes both the X11 protocol, used to run remote displays, and the X server, used to accept connections and display windows. +Under Wayland, the compositor or window manager provides the display server instead of a traditional X server. Since Wayland is not an X server, traditional X screen connections will need to utilize other methods such as VNC or RDP for remote desktop management. Second, Wayland can manage composite communications between clients and a compositor as a separate entity which does not need to support the X protocols.