Skip to content

Commit ce16489

Browse files
committed
feat: dragon q6a faq
1 parent 4eedb02 commit ce16489

File tree

2 files changed

+52
-0
lines changed
  • docs/dragon/q6a
  • i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a

2 files changed

+52
-0
lines changed

docs/dragon/q6a/faq.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,29 @@ newgrp dialout
5555
</NewCodeBlock>
5656

5757
3. 检查串口设备是否被其他程序占用
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` 作为默认显示管理器,然后重启系统即可使更改生效。

i18n/en/docusaurus-plugin-content-docs/current/dragon/q6a/faq.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,29 @@ newgrp dialout
5555
</NewCodeBlock>
5656

5757
3. 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.

0 commit comments

Comments
 (0)