From 99b2338f4be6a9d546bff0723f87673afff66d77 Mon Sep 17 00:00:00 2001 From: gaycomputers Date: Thu, 26 Oct 2023 17:14:41 -0700 Subject: [PATCH 1/4] 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. From 208189b0cdfd1967bb6d40985e8f6e795af11201 Mon Sep 17 00:00:00 2001 From: gaycomputers Date: Thu, 2 Nov 2023 09:49:00 -0700 Subject: [PATCH 2/4] Update documentation/content/en/books/handbook/wayland/_index.adoc Co-authored-by: Graham Perrin --- documentation/content/en/books/handbook/wayland/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index fea162f3bcbb..f3624e9bd587 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -50,7 +50,7 @@ endif::[] [[wayland-synopsis]] == Wayland Synopsis -Wayland is a new display server, but it differs from Xorg in several important ways: +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. From 54b11bc1325a4f708b2d8bdfc957f6c1e6e98af6 Mon Sep 17 00:00:00 2001 From: gaycomputers Date: Thu, 2 Nov 2023 17:16:53 +0000 Subject: [PATCH 3/4] Update documentation/content/en/books/handbook/wayland/_index.adoc --- README | 1 + documentation/content/en/books/handbook/wayland/_index.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 46431e8a56bf..a41d8f81eb08 100644 --- a/README +++ b/README @@ -6,3 +6,4 @@ our toolchain in your own projects, please read the Documentation Primer at: for information about the tools and formatting languages we use. Chapter 1 has a Quick Start section, and Chapter 2 covers the software and related items in more detail. +documentation/content/en/books/handbook/wayland/_index.adoc \ No newline at end of file diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index f3624e9bd587..894cf2dd0277 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -50,7 +50,7 @@ endif::[] [[wayland-synopsis]] == Wayland Synopsis -Wayland is a new display server, but it differs from Xorg in several important ways. +Wayland is a communication protocol that can replace a display server such as Xorg. 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. From 3021c4f637dc1620be583931a5b51050ffad3f92 Mon Sep 17 00:00:00 2001 From: OwOday <144623540+OwOday@users.noreply.github.com> Date: Wed, 1 May 2024 13:13:20 -0700 Subject: [PATCH 4/4] Update README Co-authored-by: Alexander Ziaee --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index a41d8f81eb08..eae74b50f1cd 100644 --- a/README +++ b/README @@ -5,5 +5,4 @@ our toolchain in your own projects, please read the Documentation Primer at: for information about the tools and formatting languages we use. Chapter 1 has a Quick Start section, and Chapter 2 covers the software -and related items in more detail. -documentation/content/en/books/handbook/wayland/_index.adoc \ No newline at end of file +and related items in more detail. \ No newline at end of file