在全新的最小 ubuntu 18.04 安装中,我尝试激活并使用 gdm3 xdmcp 服务器。
以下是我遵循的步骤:
我用的是正常安装。
勾选了“安装过程中下载更新”
未选中“为 Gfx/Wifi/.. 安装第 3 方”。
1 . 编辑 /etc/hosts.allow 进行设置(参见Gnome 文档。)。
ALL: ALL #Wide opened to be sure the problem isn't here
2 . 编辑 /etc/gdm3/custom.conf 以设置:
[security]
DisallowTCP=false
[xdmcp]
Enable=true
3 . 重启 gdm
sudo /etc/init.d/gdm3 restart
sudo apt install xnest
Xnest -query localhost -geometry 1024x768 :1
不幸的是,我只有一个带有常规白色闪光的黑屏。
我哪里做错了?
谢谢你的帮助。
克里斯托夫 C.
小智 2
如果其他人发现这个问题并且在让 XDMCP 与 gdm3 一起工作时遇到问题,我设法通过将 gdm3 设置为使用 xorg 而不是 wayland 来使其工作。
/etc/gdm3/custom.conf
[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false
Run Code Online (Sandbox Code Playgroud)
很抱歉在我最初的问题几个月后才发布,但我更愿意确认我的结果。
他们来了:
工作解决方案或解决方法
使用 lightdm 和 LxQT 访问 Debian 10.3 xdmcp
/usr/share/lightdm/lightdm.conf.d/50-remote-session.conf
[SeatDefaults]
xserver-allow-tcp=true
[XDMCPServer]
enabled=true
Run Code Online (Sandbox Code Playgroud)使用 LxQT 访问 Ubuntu 20.4 x2go
不起作用的解决方案
Ubuntu 20.4 xdmcp 使用 gdm3 和 LxQT 访问
I did many tries (including the Pathin tip about wayland) under
18.4 and now... 20.4.
Run Code Online (Sandbox Code Playgroud)Ubuntu 20.4 xdmcp 使用 lightdm 和 LxQT 访问
I unsuccessfully tried the "lightdm.conf.d/50-remote-session.conf"
change validated under debian.
Run Code Online (Sandbox Code Playgroud)由于 xdmcp 出现问题,我现在使用不同的替代方案来进行远程连接。
我希望我的测试能帮助别人。
归档时间: |
|
查看次数: |
14240 次 |
最近记录: |