grub2调整framebuffer分辨率
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash

·
grub可以通过传递命令行参数vga=xxx来设置linux终端分辨率。grub2已经取消了 vga这个参数,改用gfxpayload来代替。
用法是在grub设置中单独用一行:
set gfxpayload=800x600x32
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
这样进去之后就是800*600分辨率,32位色,当然可以改为你喜欢的值。也可以写 为800x600,不设色深的话会有默认值的。
虽然写法上来说比以前多了些字符,不过至少看起来比以前更直观,不用再记 788, 791之类的怪值了。




A beautiful web dashboard for Linux
最近提交(Master分支:7 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
所有评论(0)