Skip to content

Commit 183e953

Browse files
radxa-chenchongbiaoRadxaYuntian
authored andcommitted
chore(Q6A,Q900): switch desktop to GNOME
Qualcomm GPU 会在 KDE Wayland 桌面上无法正常使用热插拔, 拔下显示器重新插入后画面冻结, 系统正常运行. 在使用 GNOME 桌面或者不进入桌面的情况下热插拔正常, 在对比 zero 2 Mali GPU 使用的 KDE Wayland 桌面热插拔正常. 其他适配系统, Armbian 与 Fedroa 在 Q6A、Q900 开发板使用 KDE Wayland 桌面也是相同的 UI 冻结. 并且 KDE Wayland 在不同显卡(AMD、Intel、Nvidia) 下的表现并不相同,故认为 KDE Wayland 桌面与 Qualcomm GPU 兼容性不好. 该热插拔 BUG 影响桌面的正常使用, 需要切换 GNOME 桌面. 在 Q6A、Q900 开发板上已验证在 GNOME 桌面上热插拔, 1080p、2k、4k 屏输出, 自动登录等功能正常,暂未发现其他影响桌面功能使用的 BUG. Signed-off-by: Chongbiao Chen <chenchongbiao@radxa.com>
1 parent 91819aa commit 183e953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/share/rsdk/configs/products.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
"soc": "qcs6490",
338338
"sector_size": [512, 4096],
339339
"supported_suite": ["noble"],
340-
"supported_edition": ["kde"]
340+
"supported_edition": ["gnome"]
341341
},
342342
{
343343
"product": "radxa-airbox-q900",
@@ -346,6 +346,6 @@
346346
"soc": "qcs9075",
347347
"sector_size": [512, 4096],
348348
"supported_suite": ["noble"],
349-
"supported_edition": ["kde"]
349+
"supported_edition": ["gnome"]
350350
}
351351
]

0 commit comments

Comments
 (0)