git: ccbc08c5af - main - handbook/wayland/sway: Add a note before the installation instructions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jan 2025 00:28:10 UTC
The branch main has been updated by dbaio:
URL: https://cgit.FreeBSD.org/doc/commit/?id=ccbc08c5af5210181c18ef850db37de990e22160
commit ccbc08c5af5210181c18ef850db37de990e22160
Author: Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2025-01-07 00:18:20 +0000
Commit: Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2025-01-07 00:24:37 +0000
handbook/wayland/sway: Add a note before the installation instructions
Reported by: https://github.com/Ghodawalaaman
Pull Request: https://github.com/freebsd/freebsd-doc/pull/443
---
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 f82f0459d6..d6b5168e9f 100644
--- a/documentation/content/en/books/handbook/wayland/_index.adoc
+++ b/documentation/content/en/books/handbook/wayland/_index.adoc
@@ -372,6 +372,11 @@ To start Hikari, use the following command:
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: