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}}`