Hi All
I have a question I’d like to ask.
Because of customer asking about full Pinch to Zoom functionality, since Wayland supports it, we are evaluating Wayland.
Current desktop is GNOME, and found the document GNOME Wayland Desktop Shell Support
Follows document, my test procedure is
- Edit
/etc/gdm3/custom.conf
WaylandEnable=false → WaylandEnable=true - Press Ctrl+Alt+F3, switch console.
- $ sudo systemctl stop gdm
- $ sudo pkill X
- $ gsettings set org.gnome.mutter experimental-features ["kms-modifiers"]
- $ sudo modprobe nvidia_drm modeset=1
- $ sudo systemctl start gdm
Start and back to GNOME desktop
But XDG_SESSION_TYPE=x11 still
Configure verification..
$ cat /etc/gdm3/custom.conf |grep Wayland
WaylandEnable=true$ gsettings get org.gnome.mutter experimental-features
[‘kms-modifiers’]$ lsmod |grep drm
nvidia_drm 94208 1
nvidia_modeset 1261568 5 nvidia_drm
tegra_drm 380928 8
cec 57344 1 tegra_drm
If have any suggestion, please let me know.
Thanks all very much.

