You are not logged in.
Quite some time ago I installed wayland and was able to pick it in GDM as my session type, I had Plasma (X11) and Plasma (Wayland) if I remember correctly, and also similarly for Gnome. Wayland was causing some issues though so I removed a lot of the packages. With the recent updates to the nvidia drivers I wanted to try wayland again and it works rather well, I am able to log in to a tty console and run
/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-waylandThis works flawlessly. But GDM only displays Plasma (X11), GNOME and GNOME Classic. How do I get Wayland options back?
I still need to be able to run X11 because I need it for work. But I'd like to run the same desktop under Wayland after work. I don't care what GDM runs under, just need to be able to log in to my desktop running both X11 and Wayland.
My /etc/gdm/custom.conf:
# GDM configuration storage
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=true
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
#Enable=trueDoesn't matter what WaylandEnable is set to, I only get X sessions.
Last edited by myak (2024-04-18 15:57:45)
Offline
With the recent updates to the nvidia drivers
Online
Thank you!
systemctl enable nvidia-resume.service
systemctl enable nvidia-suspend.service
systemctl enable nvidia-hibernate.service
echo options nvidia NVreg_PreserveVideoMemoryAllocations=1 > /etc/modprobe.d/nvidia.confDid the trick.
Offline