在一个新的最小的ubuntu18.04安装上,我尝试激活和使用gdm3 xdmcp服务器。
以下是我遵循的步骤:
我用了正常的装置。
选中了“安装期间的下载更新”。
“为Gfx/Wifi/.安装第三方”没有被检查过。
1.编辑/etc/hosts.low to set (参见。侏儒医生。)。
`ALL: ALL #Wide opened to be sure the problem isn't here`
2.编辑/etc/gdm3 3/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.
发布于 2018-09-07 00:58:16
如果soemone发现了这个问题,并且在让XDMCP使用gdm3时遇到了问题,我将gdm3设置为使用xorg而不是wayland,从而使其正常工作。
/etc/gdm3 3/custom.conf
[daemon]
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false
发布于 2020-05-07 23:44:26
很抱歉,在我开始提问几个月后才发帖,但我更愿意确认我的结果。
下面是它们:
由于xdmcp的问题,我现在正在使用不同的替代方案来重新连接。
我希望我的测试能对某人有所帮助。
https://askubuntu.com/questions/1034057
复制相似问题