135
4. GNOME Desktop Support (Optional)
If GUI is not selected during installation, follow the steps below for support:
1. Install additional xorg-x11-server packages.
2. Start X server with GNOME.
Enable GUI as default system target.
3. Disable the GUI and revert to use VGA console.
# systemctl disable graphical.target
# systemctl disable gdm.service
# reboot
# yum groups install “GNOME Desktop”
# yum install xorg-x11-server-devel
# yum install libXrandr-devel
# systemctl set-default graphical.target
# systemctl enable gdm.service
# reboot