How to activate wayland by default in Garuda Linux gnome

How do I activate wayland on Garuda Linux?
I have hybrid laptop but never usually activate nvidia drivers so i don’t care if nvidia will work or not on wayland
@nico

Edit

/etc/gdm/custom.conf

Then
Change

WaylandEnable=false

To

#WaylandEnable=false

5 Likes

I mark it to solved :slight_smile:

2 Likes

I've updated the custom.conf

# GDM configuration storage

[daemon]
AutomaticLoginEnable=True
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
DefaultSession=gnome-xorg.desktop

[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
#Enable=true

But echo $XDG_SESSION_TYPE still shows "x11." Is that correct?

Might be that?

1 Like

Agreed. Just not sure what that should be for KDE and Wayland. I've never had Gnome installed.

Then I wonder why you chose this thread to ask about this as it clearly says GNOME :face_with_monocle:

1 Like

my apologies. i just did a search for Garuda and Wayland and it took me to this thread. I'll post elsewhere.

1 Like

Try this. I personally have it in my .zshrc and it works like a charm but the article mentions bash_profile.