Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Hmm, I know at one point GNOME/GDM locked out Wayland for Nvidia cards - but that hasn't been the case for a while (and possibly was distro specific).
Is there any output from:
~ cat /etc/udev/rules.d/61-gdm.rules ✔ cat: /etc/udev/rules.d/61-gdm.rules: No such file or directory ~ cat /usr/lib/udev/rules.d/61-gdm.rules 1 ✘ SUBSYSTEM!="pci", GOTO="gdm_pci_device_end" ACTION!="bind", ACTION!="add", GOTO="gdm_pci_device_end"
Hmm, so as long as you have 510 or above on the Nvidia driver you should not be getting blocked by that. I'm unfortunately not sure then.
Perhaps you could try installing
sddm
which is KDE's display manager (the equivalent of GDM) and see if it shows the Wayland option?Pretty sure it doesn't require the whole KDE suite, once it's installed run:
sudo systemctl disable gdm && sudo systemctl enable sddm
and reboot, then you should get SDDM and can try to change the session type at the bottom left.Note that when using SDDM, you can't lock your screen in Gnome since that is tied to GDM - you'll get a notification saying that the screen lock isn't available.
If SDDM doesn't show it either, then somehow I think you'd be missing the actual session entry files? Not sure how that would happen though.
But I was on wayland before by default and I didn't change any files? Unless automatic1111 changed them when I installed it. That's the only thing I can think of.
Yeah that's what I'm unsure about unfortunately. I'd be very surprised if that disabled Wayland. At one point, there was some remote desktop software that disabled Wayland silently, to get around the security restrictions of Wayland... But this project wouldn't be bound by any Wayland restrictions as far as I can tell.