1. Login linux system with an user who has system admin permission.

2. Go to the folder /boot/grub.

   cd /boot/grub
How to change the resolution in text mode for Linux5+

3. Edit file “menu.lst” in this folder. Add “vga=0x0317” at the end of the kernel line.

   vim menu.lst
How to change the resolution in text mode for Linux5+

4. Save the changes and quit vim.

5. Restart.

shutdown -r now

6. When the system is starting, you will see the following message.

How to change the resolution in text mode for Linux5+

Then click Enter

How to change the resolution in text mode for Linux5+

Click Space

How to change the resolution in text mode for Linux5+

Then you can input a MODE-ID you select, then click Enter.

 

That’s all, hope it would help you.

 

Here is a question: how can I config that I needn't select a resolution manually when the system is starting?

 

相关文章:

  • 2022-01-02
  • 2021-12-12
  • 2021-12-23
  • 2021-12-25
  • 2022-02-28
  • 2021-11-04
  • 2021-09-28
  • 2021-12-08
猜你喜欢
  • 2022-02-10
  • 2021-11-23
  • 2021-08-25
  • 2021-11-10
  • 2021-07-13
  • 2022-12-23
  • 2022-02-16
相关资源
相似解决方案