Easy Tutorial
❮ Linux Comm Set Linux Comm Fdformat ❯

Linux fbset Command

Linux Command Manual

The Linux fbset command is used to set the frame buffer.

The fbset command can be used to set the size of the frame buffer, adjust the resolution, position, height, width, color depth, and determine whether to enable various hardware features of the graphics card.

Syntax

fbset [-ahinsvVx][-db <info file>][-fb <peripheral device number>][--test][display mode]

Parameters:

Examples

Set screen resolution and desktop resolution

# fbset -g 800 688 1024 768 // Screen resolution is 800*600, desktop resolution is 1024*768

Enable hardware text acceleration

# fbset -accel true // Enable hardware text acceleration

Enable broadcast function

# fbset -bcast true // Enable broadcast function

Linux Command Manual

❮ Linux Comm Set Linux Comm Fdformat ❯