[problem help] 如何在beta3强开kwin_wayland
Tofloor
poster avatar
mozixun
deepin
2024-03-30 09:25
Author

最近一段时间我调试应用非常需要Wayland环境,但是treeland一段时间后屏幕会变糊,但是我上次内测还看到kwin_wayland组件的更新,即使kwin_wayland不再维护,但能否仍然留一个技术预览入口?我看到/usr/share/dsg/configs/org.deepin.dde.lightdm-deepin-greeter/org.deepin.dde.lightdm-deepin-greeter.json下wayland入口是开着的

图片.png

Reply Favorite View the author
All Replies
HackerNotTerminal
deepin
2024-03-30 09:35
#1

要不行用sway或weston凑合一下?

Reply View the author
buyike
deepin
2024-03-30 09:58
#2

要是有Wayland环境刚需,你还是换个系统先测试吧,哈哈。

Reply View the author
pkcn
deepin
2024-03-30 10:05
#3

官方可用的 treeland 不知道还得多久😂

Reply View the author
mozixun
deepin
2024-03-30 14:27
#4

还有个问题

这次内测更新后不能直接用命令treeland开treeland渲染器了😂

Reply View the author
忘记、过去
deepin
2024-03-30 15:11
#5
sudo cat > /usr/share/wayland-sessions/dde-wayland.desktop << EOF
[Desktop Entry]
Name=deepin
Comment=Deepin Desktop Environment
Exec=/usr/bin/dde-session
TryExec=/usr/bin/dde-session
X-LightDM-Session-Type=wayland
EOF
sudo cat > /usr/share/xgreeters/lightdm-deepin-greeter-wayland.desktop << EOF
[Desktop Entry]
Name=Deepin Lightdm Greeter
Comment=Deepin Lightdm Greeter
Exec=/usr/bin/deepin-greeter
NoDisplay=true
Type=Application
X-Ubuntu-Gettext-Domain=deepin-lightdm-greeter
X-LightDM-Session-Type=wayland
EOF

写入这两个 desktop 文件好像就可以了,之前看 GitHub 上好像要求 treeland 安装时删掉这俩文件,所以看不到 wayland 入口了


不过 wayland 下问题很多,没啥必要的话老老实实用 x11 挺好的......

Reply View the author
mozixun
deepin
2024-03-30 17:03
#6
忘记、过去
sudo cat > /usr/share/wayland-sessions/dde-wayland.desktop << EOF
[Desktop Entry]
Name=deepin
Comment=Deepin Desktop Environment
Exec=/usr/bin/dde-session
TryExec=/usr/bin/dde-session
X-LightDM-Session-Type=wayland
EOF
sudo cat > /usr/share/xgreeters/lightdm-deepin-greeter-wayland.desktop << EOF
[Desktop Entry]
Name=Deepin Lightdm Greeter
Comment=Deepin Lightdm Greeter
Exec=/usr/bin/deepin-greeter
NoDisplay=true
Type=Application
X-Ubuntu-Gettext-Domain=deepin-lightdm-greeter
X-LightDM-Session-Type=wayland
EOF

写入这两个 desktop 文件好像就可以了,之前看 GitHub 上好像要求 treeland 安装时删掉这俩文件,所以看不到 wayland 入口了


不过 wayland 下问题很多,没啥必要的话老老实实用 x11 挺好的......

我8月份之后一直用DDE的wayland😂太快了回不去x11了

Reply View the author
mozixun
deepin
2024-03-30 17:36
#7
忘记、过去
sudo cat > /usr/share/wayland-sessions/dde-wayland.desktop << EOF
[Desktop Entry]
Name=deepin
Comment=Deepin Desktop Environment
Exec=/usr/bin/dde-session
TryExec=/usr/bin/dde-session
X-LightDM-Session-Type=wayland
EOF
sudo cat > /usr/share/xgreeters/lightdm-deepin-greeter-wayland.desktop << EOF
[Desktop Entry]
Name=Deepin Lightdm Greeter
Comment=Deepin Lightdm Greeter
Exec=/usr/bin/deepin-greeter
NoDisplay=true
Type=Application
X-Ubuntu-Gettext-Domain=deepin-lightdm-greeter
X-LightDM-Session-Type=wayland
EOF

写入这两个 desktop 文件好像就可以了,之前看 GitHub 上好像要求 treeland 安装时删掉这俩文件,所以看不到 wayland 入口了


不过 wayland 下问题很多,没啥必要的话老老实实用 x11 挺好的......

我已经试过了,问题的确不少,但对我而言已经能用了
截图_dde-desktop_20240330173449.png

Reply View the author
Amber
deepin
2024-04-01 18:37
#8
pkcn

官方可用的 treeland 不知道还得多久😂

可能得年底吧,以deepin的速度tail

Reply View the author
deepin
2024-05-01 23:04
#9
mozixun

我已经试过了,问题的确不少,但对我而言已经能用了
截图_dde-desktop_20240330173449.png

哦,那你这个帖子我其实看到了的,我想问下上面那两个desktop写入之后,再从wayland切换回x11方便吗?

Reply View the author
mozixun
deepin
2024-05-02 10:04
#10

哦,那你这个帖子我其实看到了的,我想问下上面那两个desktop写入之后,再从wayland切换回x11方便吗?

方便的,右下角按回x11就行了

Reply View the author
jiutian123
deepin
2024-06-30 11:22
#11
mozixun

方便的,右下角按回x11就行了

谢谢你的指点,我切换wayland遇到键盘,触摸板无法使用的情况有没有命令或方法重新加载?like

Reply View the author
mozixun
deepin
2024-06-30 12:52
#12
jiutian123

谢谢你的指点,我切换wayland遇到键盘,触摸板无法使用的情况有没有命令或方法重新加载?like

您用的是treeland还是DDE在beta2时用的Kwin_wayland?

Reply View the author
jiutian123
deepin
2024-06-30 12:55
#13
mozixun

您用的是treeland还是DDE在beta2时用的Kwin_wayland?

已经更新到deepin v23 rc2 了,在控制面板技术预览切换重启的,treeland和deepin-kwin都安装了joy

Reply View the author
mozixun
deepin
2024-06-30 14:22
#14
jiutian123

已经更新到deepin v23 rc2 了,在控制面板技术预览切换重启的,treeland和deepin-kwin都安装了joy

那就是treeland,treeland现在非常不稳定,在deepin v23正式版发布后才会集中精力去开发

Reply View the author