Difference between revisions of "Funtoo:Wayland/EnablingWayland"

From Funtoo
Jump to navigation Jump to search
Line 4: Line 4:
'''General'''<br>
'''General'''<br>


Enable the wayland mix-in: `epro mix-ins +wayland`, then `emerge -auND @world`<br>
Enable the wayland mix-in: <code>epro mix-ins +wayland</code>, then <code>emerge -auND @world</code><br>




'''GNOME'''<br>
'''GNOME'''<br>


Edit `/etc/gdm/custom.conf` to change `WaylandEnable=false` to `WaylandEnable=true`.
Edit <code>/etc/gdm/custom.conf</code> to change <code>WaylandEnable=false</code> to <code>WaylandEnable=true</code>.

Revision as of 10:51, February 9, 2024

To enable wayland, the following steps are required:


General

Enable the wayland mix-in: epro mix-ins +wayland, then emerge -auND @world


GNOME

Edit /etc/gdm/custom.conf to change WaylandEnable=false to WaylandEnable=true.