Edited: Made a mistake my version is 23.04 not 22.04. That changes
everything. Will close this question as soon as new installation
solves the problem.
I can't make Wayland to work on my Thinkpad A485 Laptop with Ryzen 3 AMD (previously on 20.04 it worked).
I installed from the LiveUSB created with MkUSB (to have a persistent drive). But the behaviour is:
- When i boot everything is text only till the login screen.
- No option to change between Xorg and Wayland
Changed /etc/gdm3/custom.conf uncommenting (#) and editing so it reads:
WaylandEnable = true
Changed the file /usr/lib/udev/rules.d/61-gdm.rules commenting every single line ( # )
No luck so far. The syslog messages associated with wayland used to say:
syslog.1:2023-05-25T21:34:39.527556-06:00 thinkpad systemd[2447]: Starting [email protected] - GNOME Shell on Wayland...
syslog.1:2023-05-25T21:34:39.533462-06:00 thinkpad systemd[2447]: [email protected]: Skipped due to 'exec-condition'.
syslog.1:2023-05-25T21:34:39.533627-06:00 thinkpad systemd[2447]: Condition check resulted in [email protected] - GNOME Shell on Wayland being skipped.
Changed grub to include:
amdgpu.cik_support=1 amdgpu.si_support=1 radeon.si_support=0 radeon.cik_support=0