因为系统自带的gnome有问题,所以改用xfce桌面
先UPDATE服务器
然后安装 epel-release
再安装 lightdm
再安装 group xfce
修改/etc/lightdm/lightdm.conf,找到xdmcp这一栏,把disable改成true,port=177的注释去掉。
systemctl stop gdm
systemctl disable gdm
启动lightdm服务
systemctl enable lightdm
systemctl isolate graphical.target