The Wayland Display Server
Wayland está habilitado de modo predeterminado en el Escritorio GNOME. Puede elegir correr GNOME en X11 eligiendo la opción Gnome sobre xorg en el selector de sesión de la pantalla de acceso. Actualmente KDE utiliza todavía X11 y a pesar de que hay una sesión plasma-wayland disponible, no se considera aún estable y libre errores.
Una manera de determinar si está corriendo en Wayland es comprobar el valor de la variable $WAYLAND_DISPLAY. Para hacer esto teclee:
$ echo $WAYLAND_DISPLAY
wayland-0
If you are not running under Wayland the variable will not contain any values. You can also use loginctl to show you what tpe of session is running:
$ loginctl show-session <YOUR_SESSION_NUMBER> -p Type
Para determinar su número de sesión, teclear simplemente loginctl
debería proporcionarle detalles de se sesión.
También se proporciona un servidor X11 heredado con Wayland por motivos de compatibilidad.. Para determinar que aplicación está corriendo de este modo, puede ejecutar el siguiente comando:
$ xlsclients
There is also the lg
(looking glass) tool in GNOME that will allow you to determine what display server a window is using. To do this, you run the application by typing lg
in the run dialog or at the command line, select “Windows” in the upper right corner of the tool, and click on the application name (or open window) you want to know about. If the window is running in wayland it will say “MetaWindowWayland” and if it is running in X11 it will say “MetaWindowX11”.
Para saber más sobre Wayland vea, por favor, el siguiente sitio web:
Si necesita determinar si algún problema que está experimentando está relacionado con wayland, vea la wiki de Fedora en el enlace de abajo:
Want to help? Learn how to contribute to Fedora Docs ›