File tree Expand file tree Collapse file tree 2 files changed +52
-0
lines changed
i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a Expand file tree Collapse file tree 2 files changed +52
-0
lines changed Original file line number Diff line number Diff line change @@ -55,3 +55,29 @@ newgrp dialout
5555</NewCodeBlock >
5656
57573 . 检查串口设备是否被其他程序占用
58+
59+ ## 为什么 Radxa OS 默认使用 GDM 而不是 SDDM?
60+
61+ Radxa OS 默认使用 GDM(GNOME Display Manager)替代 SDDM(Simple Desktop Display Manager),主要原因如下:
62+
63+ ** SDDM 的局限性:**
64+
65+ - 在 HDMI 未连接的 headless 模式下,SDDM 无法正常启动图形界面
66+ - 这会导致用户无法通过远程桌面或 VNC 等方式登录系统
67+
68+ ** GDM 的优势:**
69+
70+ - 在各种连接状态下(包括 headless 模式)都能稳定运行
71+ - 提供更好的兼容性和可靠性
72+
73+ 如果您希望切换回 SDDM,请按以下步骤操作:
74+
75+ <NewCodeBlock tip =" Linux$ " type =" host " >
76+
77+ ``` bash
78+ sudo dpkg-reconfigure sddm
79+ ```
80+
81+ </NewCodeBlock >
82+
83+ 在弹出的配置界面中,选择 ` sddm ` 作为默认显示管理器,然后重启系统即可使更改生效。
Original file line number Diff line number Diff line change @@ -55,3 +55,29 @@ newgrp dialout
5555</NewCodeBlock >
5656
57573 . Check if the serial device is being used by another program
58+
59+ ## Why does Radxa OS use GDM by default instead of SDDM?
60+
61+ Radxa OS uses GDM (GNOME Display Manager) instead of SDDM (Simple Desktop Display Manager) by default for the following reasons:
62+
63+ ** SDDM Limitations:**
64+
65+ - SDDM cannot properly start the graphical interface in headless mode when HDMI is not connected
66+ - This prevents users from logging in through remote desktop or VNC
67+
68+ ** GDM Advantages:**
69+
70+ - Runs stably in various connection states (including headless mode)
71+ - Provides better compatibility and reliability
72+
73+ If you want to switch back to SDDM, follow these steps:
74+
75+ <NewCodeBlock tip =" Linux$ " type =" host " >
76+
77+ ``` bash
78+ sudo dpkg-reconfigure sddm
79+ ```
80+
81+ </NewCodeBlock >
82+
83+ In the configuration interface that appears, select ` sddm ` as the default display manager, then restart the system for the changes to take effect.
You can’t perform that action at this time.
0 commit comments