Skip to content

Commit

Permalink
Clarify GDM configuration changes
Browse files Browse the repository at this point in the history
Signed-off-by: Tristan Andrus <[email protected]>
Co-authored-by: Tristan Andrus <[email protected]>
  • Loading branch information
steelswords and Tristan Andrus authored Aug 30, 2024
1 parent 076413d commit e3dd894
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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"
Expand Down

0 comments on commit e3dd894

Please sign in to comment.