1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 11:24:03 +02:00

fbset: add page (#17653)

* Create fbset.md
This commit is contained in:
Managor 2025-08-16 20:58:49 +03:00 committed by GitHub
parent 8127d98a31
commit 58e8d8fcb8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages/linux/fbset.md Normal file
View file

@ -0,0 +1,16 @@
# fbset
> Show and modify frame buffer device settings.
> More information: <https://manned.org/man/fbset.1>.
- 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}}`