Skip to content

Commit 58e8d8f

Browse files
authored
fbset: add page (#17653)
* Create fbset.md
1 parent 8127d98 commit 58e8d8f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pages/linux/fbset.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)