[Bug Report] v25切换wayland进不去系统
Tofloor
poster avatar
大威天龙
deepin
8 hours ago
Author

求助

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

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

Reply Favorite View the author
All Replies
大威天龙
deepin
8 hours ago
#1

能进TTY

Reply View the author
deepin-流云
Moderator
8 hours ago
#2

在TTY下执行:

sudo systemctl disable ddm
sudo systemctl stop ddm
sudo systemctl enable lightdm
sudo systemctl start lightdm
Reply View the author
大威天龙
deepin
6 hours ago
#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
大威天龙
deepin
6 hours ago
#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
空木蓮華
deepin
5 hours ago
#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