- Make yourself root:
sudo su
vi /etc/default/grub
- In Vi, press
i
orInsert
-key on your keyboard to enter the edit mode. - Add
vga=792
inside the "-quotes forGRUB_CMDLINE_LINUX
, f.ex.GRUB_CMDLINE_LINUX="crashkernel=auto rhgb quiet vga=792"
- Press
Esc
and type:wq
and hitEnter
to save and exit Vi. grub2-mkconfig -o /boot/grub2/grub.cfg
reboot
centos修改终端分辨率
最新推荐文章于 2024-10-17 16:52:49 发布