Mark wayland support as experimental

The readme is changed to clarify the existing wayland reference is about
the launched sessions.
This commit is contained in:
David Edmundson 2023-06-22 20:01:25 +02:00 committed by Harald Sitter
parent 2c76c80770
commit a9a664df36
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,8 @@
[![IRC Network](https://img.shields.io/badge/irc-freenode-blue.svg "IRC Freenode")](https://webchat.freenode.net/?channels=sddm)
SDDM is a modern display manager for X11 and Wayland aiming to be fast, simple and beautiful.
SDDM is a modern display manager for X11 and Wayland sessions aiming to
be fast, simple and beautiful.
It uses modern technologies like QtQuick, which in turn gives the designer the ability to
create smooth, animated user interfaces.

View File

@ -42,7 +42,7 @@ OPTIONS
* `x11`: X server running as root.
* `x11-user`: X server running as unprivileged user.
* `wayland`: Wayland compositor as unprivileged user.
* `wayland`: Wayland compositor as unprivileged user. (Experimental)
Default value is "x11".
For `x11-user` you might need to configure Xorg.wrap(1).

View File

@ -39,7 +39,7 @@ namespace SDDM {
// Name Type Default value Description
// TODO: Change default to x11-user in a future release
Entry(DisplayServer, QString, _S("x11"), _S("Which display server should be used.\n"
"Valid values are: x11, x11-user, wayland."));
"Valid values are: x11, x11-user, wayland. Wayland support is experimental"));
Entry(HaltCommand, QString, _S(HALT_COMMAND), _S("Halt command"));
Entry(RebootCommand, QString, _S(REBOOT_COMMAND), _S("Reboot command"));
Entry(Numlock, NumState, NUM_NONE, _S("Initial NumLock state. Can be on, off or none.\n"