[Bug Report] v25切换wayland进不去系统
Tofloor
poster avatar
大威天龙
deepin
2025-05-09 11:37
Author

求助

如题,v25在设置界面切换至wayland重启进不去系统报错
image.png

现在想替换回x11。问下切换x11的命令是啥?

Reply Favorite View the author
All Replies
avatar
大威天龙
deepin
2025-05-09 11:38
#1

能进TTY

Reply View the author
avatar
deepin流云
Super Moderator
Community OP
2025-05-09 11:57
#2

在TTY下执行:

sudo systemctl disable ddm
sudo systemctl stop ddm
sudo systemctl enable lightdm
sudo systemctl start lightdm
Reply View the author
avatar
大威天龙
deepin
2025-05-09 13:25
#3
deepin流云

在TTY下执行:

sudo systemctl disable ddm
sudo systemctl stop ddm
sudo systemctl enable lightdm
sudo systemctl start lightdm

十分感谢,完美解决。kissing_heart

Reply View the author
avatar
大威天龙
deepin
2025-05-09 13:27
#4
deepin流云

在TTY下执行:

sudo systemctl disable ddm
sudo systemctl stop ddm
sudo systemctl enable lightdm
sudo systemctl start lightdm

话说我这个切换wayland的报错是哪的问题?有办法解决不?一直想进wayland瞅瞅。

Reply View the author
avatar
空木蓮華
deepin
2025-05-09 14:27
#5
大威天龙

话说我这个切换wayland的报错是哪的问题?有办法解决不?一直想进wayland瞅瞅。

systemctl disable lightdm
systemctl stop lightdm
systemctl enable ddm
systemctl start ddm

把ddm显示管理器切回来,最后一行报错是 treeland 只能在 ddm显示管理器运行,
sudo systemctl status treeland
看看服务状态,运行不成功有日志。


Reply View the author
avatar
Ethan
deepin
2025-05-16 22:35
#6
deepin流云

在TTY下执行:

sudo systemctl disable ddm
sudo systemctl stop ddm
sudo systemctl enable lightdm
sudo systemctl start lightdm

我也试试

Reply View the author