snippetbashTip
fbset — Show and modify frame buffer device settings. More information: <https://manned.org/fbset.1>.
Viewed 0 times
commandshowandmodifyframeclifbsetbuffer
linux
Problem
How to use the
fbset command: Show and modify frame buffer device settings. More information: <https://manned.org/fbset.1>.Solution
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}}"Set an arbitrary framebuffer mode:
sudo fbset {{[-g|--geometry]}} {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}Code Snippets
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 {{[-g|--geometry]}} {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}Context
tldr-pages: linux/fbset
Revisions (0)
No revisions yet.