Skip to content

Commit e3dd894

Browse files
authored
Clarify GDM configuration changes
Signed-off-by: Tristan Andrus <[email protected]> Co-authored-by: Tristan Andrus <[email protected]>
1 parent 076413d commit e3dd894

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ COSMIC DE is in its first alpha release. Using and testing the alpha is welcome.
129129
#### Enable Wayland
130130
`sudo nano /etc/gdm3/custom.conf`
131131

132-
Change to true
132+
Change `WaylandEnable` to `true`:
133+
```
133134
WaylandEnable=true
135+
```
134136

135137
Reboot for this change to take effect.
136138

@@ -140,7 +142,7 @@ Reboot for this change to take effect.
140142
sudo nano /usr/lib/udev/rules.d/61-gdm.rules
141143
```
142144

143-
Look for `LABEL="gdm_prefer_xorg"` and `LABEL="gdm_disable_wayland"`, add `#` to the `RUN` statement so it will look like this
145+
Look for `LABEL="gdm_prefer_xorg"` and `LABEL="gdm_disable_wayland"`. Add `#` to the `RUN` statements so they look like this:
144146

145147
```
146148
LABEL="gdm_prefer_xorg"

0 commit comments

Comments
 (0)