mirror of
https://github.com/sddm/sddm.git
synced 2024-11-26 19:43:38 +08:00
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:
parent
2c76c80770
commit
a9a664df36
@ -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.
|
||||
|
||||
|
@ -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).
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user