fbset: add example (#21827)

This commit is contained in:
Managor
2026-04-01 07:03:50 +03:00
committed by GitHub
parent 74689ae118
commit 49e19db472
+4
View File
@@ -11,6 +11,10 @@
`sudo fbset "{{800}}x{{600}}-{{60}}"`
- Set the dimensions of the framebuffer:
`sudo fbset -xset {{horizontal_pixels}} -yset {{vertical_pixels}}`
- Set an arbitrary framebuffer mode:
`sudo fbset {{[-g|--geometry]}} {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}`