Steps to start xdmcp server at ubuntu 9.10
All tutorials about xdmcp server installation don't work for ubuntu 9.10, which is searched from google. So...
1. Manually create the file /etc/gdm/custom.conf
# GDM configuration storage
[xdmcp]
Enable=true
HonorIndirect=true
MaxPending=4
MaxPendingIndirect=4
MaxSessions=16
MaxWait=15
MaxWaitIndirect=15
DisplaysPerHost=2
[chooser]
[security]
[debug]
2. Better reboot the system, rather run the command "gdm restart".
Problems about tsclient to login xdmcp server
1. xdmcp protocol is disabled by default, you should manually install it by running the command "sudo apt-get install xnest"
2. Open menu Application->Internet->Terminal Server Client
3. Enjoy it.
本文介绍了如何在 Ubuntu 9.10 上手动配置并启动 XDMCP 服务器,包括创建配置文件 /etc/gdm/custom.conf 和安装必要的 xdmcp 协议组件 xnest。此外,还提供了使用终端服务器客户端登录 XDMCP 服务器的方法。
3938

被折叠的 条评论
为什么被折叠?



