|
[问题] 计算机C位于广域网中,有独立IP,sshd服务打开了,gdm中也配置好了XDMCP服务。计算机A可以通过ssh连接到C,也可以将C加入A的"XDMCP Chooser"列表中(如图),但是点击连接后,Xnest漆黑一片,没有反应——当时C机器没有登录,仍停留在GDM登录窗口。
XDMCP的配置过程参考的是《Gentoo Wiki Archive XDMCP》http://www.gentoo-wiki.info/XDMCP
.log中没有记录相关出错信息,这还真是头痛的问题。
/etc/X11/gdm/custom.conf
- # 前面的注释部分没有贴上来
- [daemon]
- RemoteGreeter=/usr/libexec/gdmgreeter
- [security]
- [xdmcp]
- Enable=true
- [gui]
- [greeter]
- # GraphicalTheme=gentoo-cow
- GraphicalTheme=BlueSwirl
- [chooser]
- [debug]
- # Note that to disable servers defined in the GDM System Defaults
- # configuration file (such as 0=Standard, you must put a line in this file
- # that says 0=inactive, as described in the Configuration section of the GDM
- # documentation.
- #
- [servers]
- # Also note, that if you redefine a [server-foo] section, then GDM will
- # use the definition in this file, not the GDM System Defaults configuration
- # file. It is currently not possible to disable a [server-foo] section
- # defined in the GDM System Defaults configuration file.
- #
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|