Skip to content

Commit 8d8e7d5

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

File tree

1 file changed

+15
-0
lines changed
  • src/config/graphical-session

1 file changed

+15
-0
lines changed

src/config/graphical-session/kde.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ If you wish to start an X-based session from the console, use
1919
[startx](./xorg.md#startx) to run `startplasma-x11`. For a Wayland-based
2020
session, run `startplasma-wayland` directly.
2121

22+
## SDDM
23+
24+
Note that if you are configuring SDDM to [run under wayland][sddm-wayland],
25+
you will need to ensure the first virtual terminal is not consumed by
26+
`agetty`:
27+
28+
```
29+
rm /var/service/agetty-tty1
30+
```
31+
32+
Doing this is **not required** when running SDDM under X11 (which is the
33+
default.)
34+
2235
## Dolphin
2336

2437
Dolphin is the default file manager of the KDE desktop environment. It can be
@@ -32,3 +45,5 @@ package. If you want video thumbnails, the `ffmpegthumbs` package is also
3245
necessary. Enable previews in "Control" -> "Configure Dolphin" -> "General" ->
3346
"Previews" by checking the corresponding boxes. File previews will be shown for
3447
the selected file types after clicking "Preview" in Dolphin's toolbar.
48+
49+
[sddm-wayland]: https://wiki.archlinux.org/title/SDDM#Running_under_Wayland

0 commit comments

Comments
 (0)