Wednesday, February 28, 2024

Enable/Disable wayland

==

// To check whether wayland / X11 

$ echo $XDG_SESSION_TYPE

x11

==
// To update wayland / x11

$ sudo gvim /etc/gdm3/custom.conf 

  // edit the line 

// this means x11

WaylandEnable=false


// and this means wayland

WaylandEnable=true

==

// To check after update - after reboot 

$ echo $XDG_SESSION_TYPE

==

No comments:

Post a Comment