We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8127d98 commit 58e8d8fCopy full SHA for 58e8d8f
pages/linux/fbset.md
@@ -0,0 +1,16 @@
1
+# fbset
2
+
3
+> Show and modify frame buffer device settings.
4
+> More information: <https://manned.org/man/fbset.1>.
5
6
+- Show current framebuffer settings:
7
8
+`sudo fbset {{[-i|--info]}}`
9
10
+- Set a framebuffer mode defined in `/etc/fb.modes`:
11
12
+`sudo fbset "{{800}}x{{600}}-{{60}}"`
13
14
+- Set an arbitrary framebuffer mode:
15
16
+`sudo fbset {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}`
0 commit comments