After installing the CentOS-6.6-x86_64-minimal, I installed a Desktop for it, so I ran yum groupinstall "Desktop". It should be that the Desktop environment should be able to run normally. However, when running the start command, the following error occurs:
Fatal server error:
.......
No screens found
(EE)
Please consult the CentOS support
At http://wiki.centos.org/Documentation
For help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
Server terminated with error (1). Closing log file.
Solution:
$ Yum groupinstall-y 'X Window system'
$ Rm-rf/etc/X11/xorg. conf
$ Xorg-configure # A new configuration file xorg. conf. new is generated.
$ Cp ~ /Xorg. conf. new/etc/X11/xorg. conf
$ Startx
Note: after all, Centos is used on servers. It is relatively difficult to use a GUI on my computer in a zhuopian environment without windows.