diff options
author | Cem Keylan <cem@ckyln.com> | 2021-04-15 10:54:32 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-04-15 10:54:32 +0300 |
commit | 7bde71ce43058ca4cf7e5c8d6302f2cf8f5661f4 (patch) | |
tree | c49ee131d653aa22d202db514fc38bd678f0c3df | |
parent | c8b701c2f509d3bcad10f69cb662de2e2517f884 (diff) | |
download | docs-7bde71ce43058ca4cf7e5c8d6302f2cf8f5661f4.tar.gz |
Add wayland section [TODO]
-rw-r--r-- | carbslinux.org | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/carbslinux.org b/carbslinux.org index 9da8f2e..52ef531 100644 --- a/carbslinux.org +++ b/carbslinux.org @@ -689,6 +689,29 @@ currently running on your system and not the one you are switching to. | runit | =runit-init 6= | | shinit/sinit | =kill -s INT 1= | +* TODO Wayland :noexport: +:PROPERTIES: +:DESCRIPTION: Installing Wayland on Carbs Linux +:END: + +Wayland is a modern display server protocol intended as a replacement for Xorg. +Wayland has a much simpler architecture compared to X by its careful design and +implementation. Users who want to use a Wayland compositor should follow this +section. + +** TODO Enabling the Wayland repository + +The =wayland= repository requires packages from =xorg= and =extra= repositories. + +** TODO Switching from Xorg + +If you are switching from Xorg, you will need to recompile some programs to +reflect on the changes. Those are: + +- =xorg-server= +- =gtk+3= +- =mesa= + * Contribution Guidelines :PROPERTIES: :DESCRIPTION: Contribute to Carbs Linux |