CentOS 7 console screen resolution Problems
We seldom install graphical interfaces on the server. Generally, the character interface console is used. In CentOS, the console resolution is very high by default, resulting in screen display or partial display.
This is because frame buffer is used. The advantage is that more content can be displayed on the high-resolution display, which makes our field of view more open. The problem is that there will be problems on the ordinary display.
In CentOS 6, we usually add the "vga = 711" parameter during installation and startup, but in CentOS 7, this method is ineffective.
Solution:
Add the nomodeset parameter during installation and startup.
If the installation is complete, you can modify vi/etc/sysconfig/grub and add the nomodeset parameter:
GRUB_CMDLINE_LINUX = "rd. md = 0 rd. dm = 0 KEYTABLE = us SYSFONT = True
Rd. lvm. lv = vg/lv_root rd. luks = 0 rd. lvm. lv = vg/lv_swap LANG = en_US.UTF-8
Rhgb quiet nomodeset"
Then execute:
Grub2-mkconfig-o/boot/grub2/grub. cfg
RHEL7/CentOS7 default running level and terminal resolution
Detailed tutorial on installing CentOS 7.0 on a USB flash drive
64-bit CentOS 6.5 Installation Method
64-bit CentOS 6.4 dual-system installation in Win7
Precautions for installing CentOS and Windows systems
Install Windows 8 and CentOS on UEFI + GPT
Windows 8.1 and CentOS6.5 dual-system installation