From 5014ae92a36cc0329a941b2c86b60568064c181c Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 28 Aug 2025 05:03:23 +0300 Subject: [PATCH] fbset: add missing option (#17872) --- pages/linux/fbset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/fbset.md b/pages/linux/fbset.md index 568937996e..f3241d8daa 100644 --- a/pages/linux/fbset.md +++ b/pages/linux/fbset.md @@ -13,4 +13,4 @@ - Set an arbitrary framebuffer mode: -`sudo fbset {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}` +`sudo fbset {{[-g|--geometry]}} {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}`