The accepted answer did not provide the solution for me. Instead I found the right hint in this video. I followed these steps to enable Wayland on Pop OS 22.04 as explained in the video:
- set
WaylandEnable=true in /etc/gdm3/custom.conf
- run
systemctl restart gdm.service - note that this will log you out and close all open programs (I guess rebooting should be fine too)
- at the log in screen, there is a small gear wheel on the bottom right side, choose "Pop on Wayland" instead of "Pop"
In my case I did not have to edit any udev rules or follow other steps. Note that I do not have a NVIDIA card (which is slightly different from the situation in the question).
When using Wayland on Pop OS, you might see an additional application in the ALT+Tab menu when cycling through windows. This is caused by the custom extension "Desktop Icons NG (DING)" which allows to display files on Desktop. It can be disabled in the Extension manager, see this Q&A. I don't know if there is a replacement which does not have this issue.