在windows里远程连接linux的最好方法。 比VNC方式好多了
1) xming启动一个窗口
2) putty 设置完X11 forwarding之后,远程登录
3) 在putty 里启动 gnome-session.
putty方式好像有bug, 现在都是用修改GDM配置文件, 然后用GDM方式连接了。
To enable XDMCP Support add the following in custom.conf file
[xdmcp]
Enable=true
[security]
DisallowTCP=false
AllowRemoteRoot=true
[daemon]
KillInitClients=false
Restart X Windows using the command gdm-restart
参考:
http://blog.nth-design.com/2010/05/19/x11-putty-xming/
http://dev-faqs.blogspot.sg/2009/04/gnome-display-manager-gdm-and-x-display.html
http://www.linuxquestions.org/questions/linux-software-2/xming-problem-cannot-copy-and-paste-from-windows-519544/