2025-12-16 10:20:31 -07:00
|
|
|
# fbset
|
|
|
|
|
|
|
|
|
|
> Show and modify frame buffer device settings.
|
|
|
|
|
> More information: <https://manned.org/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}}"`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Set the dimensions of the framebuffer:
|
|
|
|
|
|
|
|
|
|
`sudo fbset -xres {{horizontal_pixels}} -yres {{vertical_pixels}}`
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
- Set an arbitrary framebuffer mode:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`sudo fbset {{[-g|--geometry]}} {{tty_horizontal}} {{tty_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}`
|