1、安装epel源(不安装会找不到lightdm安装包)
yum install -y epel-release
2、安装lightdm和xfce(xfce桌面环境替代gnome)
yum install -y lightdm && yum groupinstall -y xfce3
3、修改/etc/lightdm/lightdm.conf文件
[XDMCPServer] #找到这个写入下面两行
enabled=true
port=177
4、编辑/etc/gdm/custom.conf文件
[security] #找到这个输入以下 AllowRemoteRoot=true [xdmcp] Enable=1 Port=177
5.
systemctl disable gdm && systemctl enable lightdm
6.启动lightdm
systemctl start lightdm
7.删除和gonme相关的文件(必须)
cd /usr/share/xsessions/ mkdir bak mv gnome* bak systemctl restart lightdm
8、测试远程连接