[Feedback on issues] Treeland 启动失败自救
Tofloor
poster avatar
181******23
deepin
2025-05-31 18:01
Author

想尝试一下Treeland特性,结果启动不了,启动卡在黑屏了。

这个时候不要慌, ctrl+shift+f2 进入 console模式:

apt remove ddm
apt remove treeland

,同时重新安装 x11 的相关服务,想不通,为什么安装treeland会删除掉 xinit这些基础服务。

apt reinstall xinit xorg-server lightdm

再次启动就可以恢复到之前X11了。

Treeland不就是wayland的嘛,整这么多新名词,还不稳定,造了。

Reply Favorite View the author
All Replies
把一切操作变成GUI
deepin
Backbone of ecological co-construction group
2025-05-31 18:20
#1

Treeland不就是wayland的嘛,整这么多新名词,还不稳定,造了。

wayland能直接拿来就用?treeland也有窗管的功能啊

Reply View the author
immutable
deepin
2025-05-31 18:26
#2

下药过猛了,禁用ddm ,启用 lightdm 就能救回来

sudo systemctl disable ddm
sudo systemctl stop ddm
sudo systemctl enable lightdm
sudo systemctl start lightdm
Reply View the author
叶落无语
deepin
2025-06-03 10:57
#3

我也不太懂,查了一下,好像说是wayland是一种窗口管理的协议,treeland是wayland协议的一个实现版本,还有其他实现版本。

Reply View the author