From 49e19db4728539a3f8be14e1a951ae6afa84193f Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 1 Apr 2026 07:03:50 +0300 Subject: [PATCH] fbset: add example (#21827) --- pages/linux/fbset.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/fbset.md b/pages/linux/fbset.md index fa2050adbc..ddbc78f5c4 100644 --- a/pages/linux/fbset.md +++ b/pages/linux/fbset.md @@ -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}}`