Configurar Xorg como sesión predeterminada de GNOME
Wayland es el servidor de visualización por defecto en GNOME y ha sido el predeterminado en Fedora desde Fedora 25. Sin embargo, es posible que algunos usuarios aún necesiten usar el (más antiguo) servidor de visualización Xorg por razones de compatibilidad.
Para confirmar el sistema de ventanas en uso actualmente, vaya a Configuración y seleccione Acerca de.
Configuring GNOME to use Xorg
At the login screen, select the "gear" icon and select GNOME on Xorg.
Once login is completed the X11 windowing system will be in use, as can be seen by returning to Settings > About. This change will persist unless changed back at the login screen.
Changing the default GNOME session via configuration file
As an alternative, this change can be made by editing a configuration file /etc/gdm/custom.conf
.
-
Open
/etc/gdm/custom.conf
and uncomment the line:WaylandEnable=false
-
Add the following line to the
[daemon]
section:DefaultSession=gnome-xorg.desktop
-
Save the
custom.conf
file. -
Logout or reboot to enter the new session.
With the above changes applied, the option to set the GNOME session to use Wayland will actually be removed from the "gear icon" menu on the login screen. |
Recursos Adicionales
Want to help? Learn how to contribute to Fedora Docs ›