mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Clarify GDM configuration changes
Signed-off-by: Tristan Andrus <[email protected]> Co-authored-by: Tristan Andrus <[email protected]>
This commit is contained in:
co-authored by
Tristan Andrus
parent
076413d967
commit
e3dd8940f2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user