Skip to content

Commit 8d0140c

Browse files
committed
Update kde.md: include note about VTs and wayland
1 parent 037e4d3 commit 8d0140c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/config/graphical-session/wayland.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,21 @@ accessing input devices. In Void systems, this requires a seat manager service,
4545
which can be either elogind or seatd. Enabling them is explained in the
4646
["Session and Seat Management"](../session-management.md) session.
4747

48+
### Display Managers
49+
50+
#### SDDM
51+
52+
Note that if you are configuring SDDM to [run under
53+
wayland](https://wiki.archlinux.org/title/SDDM#Running_under_Wayland), you will
54+
need to ensure the first virtual terminal is not consumed by `agetty`:
55+
56+
```
57+
touch /etv/sv/agetty-tty1/down
58+
```
59+
60+
Doing this is **not required** when running SDDM under X11 (which is the
61+
default.)
62+
4863
### Native applications
4964

5065
[Qt5](https://wayland.freedesktop.org/qt5.html)-based applications require

0 commit comments

Comments
 (0)