I have a fresh install of Debian Buster and everywhere is written that Buster is comming with Wayland as default. So I would like to give it a try, but I cannot find it :-) I have discrete Nvidia card, but I am running on Intel.
In GDM login I have under gear icon 3 options: "X default, Gnome, Gnome classic". Looks like the Gnome will start on Wayland, but it not. Same as other 3 options.
Here some info for value "Gnome"
lspci -k | grep -A 3 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 630 (Mobile)
Subsystem: Dell UHD Graphics 630 (Mobile)
Kernel driver in use: i915
Kernel modules: i915
lspci -k | grep -A 2 -i "3D"
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
Subsystem: Dell GP107M [GeForce GTX 1050 Ti Mobile]
Kernel driver in use: nvidia
echo $XDG_SESSION_TYPE
x11
gnome-shell --version
GNOME Shell 3.30.2
echo $GDMSESSION
gnome
echo $DESKTOP_SESSION
gnome
How can I run the Gnome with Wayland on Buster? What is wrong with my Buster that Wayland is not default?
Thanks for your thoughts.