我用videoinfo命令查看,列出的最大分辨率是1280*1024,但是我的显示器是2k的,如果才能适配到2k分辨率?
这个是什么东西决定的?
2k的显示器,怎么样才能使grub启动菜单分辨率能够适配到?
-
- 帖子: 297
- 注册时间: 2009-12-31 20:21
- 系统: Ubuntu、Windows 11
- 联系:
- astolia
- 论坛版主
- 帖子: 6703
- 注册时间: 2008-09-18 13:11
Re: 2k的显示器,怎么样才能使grub启动菜单分辨率能够适配到?
文档在此 https://www.gnu.org/software/grub/manua ... ml#gfxmode
Note that you can only use modes which your graphics card supports via VESA BIOS Extensions (VBE)
-
- 帖子: 297
- 注册时间: 2009-12-31 20:21
- 系统: Ubuntu、Windows 11
- 联系:
Re: 2k的显示器,怎么样才能使grub启动菜单分辨率能够适配到?
感谢,显卡决定的。astolia 写了: ↑2020-04-21 11:34 文档在此 https://www.gnu.org/software/grub/manua ... ml#gfxmodeNote that you can only use modes which your graphics card supports via VESA BIOS Extensions (VBE)
- astolia
- 论坛版主
- 帖子: 6703
- 注册时间: 2008-09-18 13:11
Re: 2k的显示器,怎么样才能使grub启动菜单分辨率能够适配到?
不完全是显卡,还有vbe标准本身。vbe最新的3.0版也是1998年制定的了,标准规定的模式中最高分辨率也就到1280x1024。虽然存在更高分辨率的模式,但加不加上就看各家厂商自己了haime 写了: ↑2020-04-21 23:03感谢,显卡决定的。astolia 写了: ↑2020-04-21 11:34 文档在此 https://www.gnu.org/software/grub/manua ... ml#gfxmodeNote that you can only use modes which your graphics card supports via VESA BIOS Extensions (VBE)