From 58e8d8fcb837a560cf70e4ceaa18249fa3f756ea Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 16 Aug 2025 20:58:49 +0300 Subject: [PATCH] fbset: add page (#17653) * Create fbset.md --- pages/linux/fbset.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/fbset.md diff --git a/pages/linux/fbset.md b/pages/linux/fbset.md new file mode 100644 index 0000000000..568937996e --- /dev/null +++ b/pages/linux/fbset.md @@ -0,0 +1,16 @@ +# fbset + +> Show and modify frame buffer device settings. +> More information: . + +- Show current framebuffer settings: + +`sudo fbset {{[-i|--info]}}` + +- Set a framebuffer mode defined in `/etc/fb.modes`: + +`sudo fbset "{{800}}x{{600}}-{{60}}"` + +- Set an arbitrary framebuffer mode: + +`sudo fbset {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}`