已编辑:我弄错了,我的版本是 23.04,而不是 22.04。这改变了一切。一旦新安装解决了问题,将立即关闭此问题。
我无法让 Wayland 在搭载 Ryzen 3 AMD 的 Thinkpad A485 笔记本电脑上运行(之前在 20.04 上可以运行)。我从使用 MkUSB 创建的 LiveUSB 进行安装(以拥有持久驱动器)。但行为如下:
- 当我启动时,直到登录屏幕,所有内容都只是文本。
- 没有在 Xorg 和 Wayland 之间切换的选项
已更改/etc/gdm3/custom.conf 取消注释(#)并编辑如下:
WaylandEnable = true
修改了文件/usr/lib/udev/rules.d/61-gdm.rules对每一行进行注释(#)
到目前为止还没有运气。与 Wayland 相关的系统日志消息曾经说:
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.
修改 grub 以包含:
amdgpu.cik_support=1 amdgpu.si_support=1 radeon.si_support=0 radeon.cik_support=0
答案1
希望它对你有用
DefaultSession=gnome-wayland.desktop
来源:https://unix.stackexchange.com/questions/387484/debian-stretch-how-do-i-make-wayland-the-default
答案2
降级到 Ubuntu 22.04(实际上重新安装所有内容)。我发现无法在笔记本电脑上使用 Ubuntu 23.04。
感谢 zdo、ckhan 和 ubfan1 的评论。
问题仍然存在,可能与新内核有关,因为没有发现 GPU,所以 AMD 应该不需要额外的驱动程序来处理。