Clarify GDM configuration changes

Signed-off-by: Tristan Andrus <[email protected]>
Co-authored-by: Tristan Andrus <[email protected]>
This commit is contained in:
steelswords
2024-08-30 03:30:53 +02:00
committed by GitHub
co-authored by Tristan Andrus
parent 076413d967
commit e3dd8940f2
+4 -2
View File
@@ -129,8 +129,10 @@ COSMIC DE is in its first alpha release. Using and testing the alpha is welcome.
#### Enable Wayland
`sudo nano /etc/gdm3/custom.conf`
Change to true
Change `WaylandEnable` to `true`:
```
WaylandEnable=true
```
Reboot for this change to take effect.
@@ -140,7 +142,7 @@ Reboot for this change to take effect.
sudo nano /usr/lib/udev/rules.d/61-gdm.rules
```
Look for `LABEL="gdm_prefer_xorg"` and `LABEL="gdm_disable_wayland"`, add `#` to the `RUN` statement so it will look like this
Look for `LABEL="gdm_prefer_xorg"` and `LABEL="gdm_disable_wayland"`. Add `#` to the `RUN` statements so they look like this:
```
LABEL="gdm_prefer_xorg"