注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Funtoo:Wayland/EnablingWayland"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
'''General'''<br> | '''General'''<br> | ||
Enable the wayland mix-in: | Enable the wayland mix-in: <code>epro mix-ins +wayland</code>, then <code>emerge -auND @world</code><br> | ||
'''GNOME'''<br> | '''GNOME'''<br> | ||
Edit | 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
.