Linux command
fbset 命令
安全
涉及管道、覆盖或删除,执行前请先确认路径和参数。
常用示例
Example
sudo fbset [-i|--info]
Example
sudo fbset "[800]x[600]-[60]"
Example
sudo fbset [-g|--geometry] [TTY_horizontal] [TTY_vertical] [monitor_horizontal] [monitor_vertical] [color_depth]
说明
fbset shows and modifies Linux framebuffer device settings. It can change resolution, color depth, timing, and other display parameters. Used for configuring console display on systems using framebuffer.
参数
- -i, --info
- Show framebuffer information
- -g, --geometry _params_
- Set geometry (xres, yres, vxres, vyres, depth)
- -t, --timings _params_
- Set display timings
- -fb _device_
- Use specified framebuffer device
FAQ
What is the fbset command used for?
fbset shows and modifies Linux framebuffer device settings. It can change resolution, color depth, timing, and other display parameters. Used for configuring console display on systems using framebuffer.
How do I run a basic fbset example?
Run `sudo fbset [-i|--info]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -i, --info do in fbset?
Show framebuffer information