logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Framebuffer Control - Modify Display Settings | Online Free DevTools by Hexmos

Control framebuffer settings with fbset. Modify display resolution, geometry and color depth. Free online tool, no registration required.

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 {{[-g|--geometry]}} {{TTY_horizontal}} {{TTY_vertical}} {{monitor_horizontal}} {{monitor_vertical}} {{color_depth}}

See Also