X11

如何將 Gnome 登錄螢幕設置為 X11(而不是 Wayland)

  • January 13, 2022

如何將 Gnome 登錄螢幕設置為 X11 而不是 Wayland?

當對接(插入 USB-C 塢站)和 Wayland 時,電腦會當機,必須按住電源按鈕才能將其關閉。這在 X11 上不是問題,所以我必須取消停靠,登錄選擇 X11,然後重新停靠。

我花了很長時間尋找,只是在發布問題後不久就找到了答案。

在 /etc/gdm3/custom.conf 中有以下內容:

[daemon]
\# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false

引用自:https://unix.stackexchange.com/questions/686131