我需要设置
[daemon]
# Uncomment the line below to force the login screen to use Xorg
WaylandEnable=false
在 /etc/gdm3/custom.conf 中才能进入图形登录屏幕。
如果没有此设置,启动过程将以黑屏结束,左上角只有一个闪烁的光标。我想了解这个问题的根本原因,以免对显示协议主题一无所知。
我的 CPU 是英特尔的,我正在使用英特尔集成显卡(没有安装额外的显卡)——也许这已经是关键问题了?不支持英特尔集成显卡?
您能告诉我相关的日志文件或重要设置吗?您需要我提供哪些信息才能提供有效的帮助?
- Ubuntu 19.10
- 集成 Intel UHD Graphics 630 显卡
deb http://ppa.launchpad.net/oibaf/graphics-drivers/ubuntu eoan main
/etc/apt/sources.list.d/oibaf-ubuntu-graphics-drivers-cosmic.list 中没有可用的更新
更新 2020-02-07
stange@kalliope:~$ dpkg -l | grep [Ww]ayland
ii libva-wayland2:amd64 2.5.0-1 amd64 Video Acceleration (VA) API for Linux -- Wayland runtime
ii libwayland-client0:amd64 1.17.0-1 amd64 wayland compositor infrastructure - client library
ii libwayland-cursor0:amd64 1.17.0-1 amd64 wayland compositor infrastructure - cursor library
ii libwayland-egl1:amd64 1.17.0-1 amd64 wayland compositor infrastructure - EGL library
ii libwayland-server0:amd64 1.17.0-1 amd64 wayland compositor infrastructure - server library
ii xwayland 2:1.20.7-2ubuntu1~oibaf~e amd64 Xwayland X server
stange@kalliope:~$
我想我可能只安装了部分/临时的 Wayland。有人能确认一下吗?不知道这是怎么发生的。
但这给我带来了一个后续问题:如何禁止将来的更新覆盖 /etc/gdm3/custom.conf 中的设置?
我确信我已经禁用了 Wayland,但是最近的软件包更新使我的设置恢复了。
感谢 Zanna为什么我的系统没有使用 Wayland,但是我安装了 Wayland 包?指出我的 Wayland 安装。