From 03094194d2ad5d119eeff8161819f97dfa91ef77 Mon Sep 17 00:00:00 2001 From: Alexander Ziaee Date: Tue, 30 Apr 2024 23:39:48 -0400 Subject: [PATCH] handbook: move wayland kwin note to desktop/kde --- .../content/en/books/handbook/desktop/_index.adoc | 8 ++++++++ .../content/en/books/handbook/wayland/_index.adoc | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/documentation/content/en/books/handbook/desktop/_index.adoc b/documentation/content/en/books/handbook/desktop/_index.adoc index 648deeac3fc1..74f564d1a91c 100644 --- a/documentation/content/en/books/handbook/desktop/_index.adoc +++ b/documentation/content/en/books/handbook/desktop/_index.adoc @@ -191,6 +191,14 @@ For this to work, the following line is needed in ~/.xinitrc: % echo "exec dbus-launch --exit-with-x11 ck-launch-session startplasma-x11" > ~/.xinitrc .... +[NOTE] +==== +As of May, 2021, plasma5-kwin does support Wayland on FreeBSD. +To use Plasma under Wayland, use the `startplasma-wayland` parameter to `ck-launch-session` and tie in dbus with: +`dbus-launch --exit-with-x11 ck-launch-session startplasma-wayland` +to get it working. +==== + [[gnome-environment]] === GNOME diff --git a/documentation/content/en/books/handbook/wayland/_index.adoc b/documentation/content/en/books/handbook/wayland/_index.adoc index ce5b1aa0f37a..2c231318eceb 100644 --- a/documentation/content/en/books/handbook/wayland/_index.adoc +++ b/documentation/content/en/books/handbook/wayland/_index.adoc @@ -93,14 +93,6 @@ Volunteers to help work on the NVIDIA(R) DRM are requested. Currently, a lot of software will function with minimal issues on Wayland, including Firefox. And a few desktops are also available, such as the Compiz Fusion replacement, known as Wayfire, and the i3 window manager replacement, Sway. -[NOTE] -==== -As of May, 2021, plasma5-kwin does support Wayland on FreeBSD. -To use Plasma under Wayland, use the `startplasma-wayland` parameter to `ck-launch-session` and tie in dbus with: -`dbus-launch --exit-with-x11 ck-launch-session startplasma-wayland` -to get it working. -==== - For compositors, a kernel supporting the man:evdev[4] driver must exist to utilize the keybinding functionality. This is built into the [.filename]#GENERIC# kernel by default; however, if it has been customized and man:evdev[4] support was stripped out, the man:evdev[4] module will need to be loaded. In addition, users of `Wayland` will need to be members of the `video` group.