From bf399f390230fea1541efe34268ca403702e7d34 Mon Sep 17 00:00:00 2001 From: ghodawalaaman Date: Sun, 15 Dec 2024 18:37:03 +0530 Subject: [PATCH 1/3] added a warning --- documentation/content/en/books/handbook/wayland/_index.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index f82f0459d6fe..e9a1de29591c 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -370,6 +370,11 @@ To start Hikari, use the following command: [[wayland-sway]] == The Sway Compositor +[NOTE] +==== +Make sure you have installed needed drivers for your GPU. otherwise it would give error "0 GPU detected". +==== + The Sway compositor is a tiling compositor that attempts to replace the i3 windows manager. It should work with the user's current i3 configuration; however, new features may require some additional setup. In the forthcoming examples, a fresh installation without migrating any i3 configuration will be assumed. From c60887d26e52b083c3162e040996e9c05cba0078 Mon Sep 17 00:00:00 2001 From: Ghodawalaaman <98007817+Ghodawalaaman@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:22:21 +0530 Subject: [PATCH 2/3] Update _index.adoc --- 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 e9a1de29591c..93d609a9dd8c 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -372,7 +372,7 @@ To start Hikari, use the following command: [NOTE] ==== -Make sure you have installed needed drivers for your GPU. otherwise it would give error "0 GPU detected". +Make sure you have read this section 'How to Identify and Configure Drivers for Your Graphics Hardware'. otherwise it would give error "0 GPU detected". ==== The Sway compositor is a tiling compositor that attempts to replace the i3 windows manager. From b586ceb00a1d65044d7589d2f5e4fefb04443dd3 Mon Sep 17 00:00:00 2001 From: Ghodawalaaman <98007817+Ghodawalaaman@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:27:17 +0530 Subject: [PATCH 3/3] Update _index.adoc --- .../content/en/books/handbook/wayland/_index.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index 93d609a9dd8c..d6b5168e9f04 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -370,13 +370,13 @@ To start Hikari, use the following command: [[wayland-sway]] == The Sway Compositor -[NOTE] -==== -Make sure you have read this section 'How to Identify and Configure Drivers for Your Graphics Hardware'. otherwise it would give error "0 GPU detected". -==== - The Sway compositor is a tiling compositor that attempts to replace the i3 windows manager. It should work with the user's current i3 configuration; however, new features may require some additional setup. + +Before starting the Sway installation, ensure that a graphics card (GPU) is installed and configured correctly. +Refer to the section crossref:x11[x-graphic-card-drivers,drivers for your graphics hardware] for guidance. +This step is essential for the Sway compositor to function properly. + In the forthcoming examples, a fresh installation without migrating any i3 configuration will be assumed. To install Sway and valuable components, issue the following command as the root user: