Scroll to navigation

fbset(1) Linux frame buffer utils fbset(1)

NAME

fbset - show and modify frame buffer device settings

SYNOPSIS

fbset [options] [mode]

DESCRIPTION

fbset is a system utility to show or change the settings of the frame buffer device. The frame buffer device provides a simple and unique interface to access different kinds of graphic displays.

Frame buffer devices are accessed via special device nodes located in the /dev directory. The naming scheme for these nodes is always fb<n>, where n is the number of the used frame buffer device.

fbset uses an own video mode database located in /etc/fb.modes. An unlimited number of video modes can be defined in this database. For further information see fb.modes(5).

OPTIONS

If no option is given, fbset will display the current frame buffer settings.

General options:

display an usage information
don't change, just test whether the mode is valid
display the video mode settings. This is default if no further option or only a frame buffer device via -fb is given
display all available frame buffer information
display information what fbset is currently doing
display the version information about fbset
display the timing information as it's needed by XFree86

Frame buffer device nodes:

change all virtual consoles on this device
device gives the frame buffer device node. If no device via -fb is given, /dev/fb0 is used

Video mode database:

set an alternative video mode database file (default is /etc/fb.modes), see also fb.modes(5)

Display bitfield colors:

each in length or length/offset color format

Display geometry:

set visible horizontal resolution (in pixels)
set visible vertical resolution (in pixels)
set virtual horizontal resolution (in pixels)
set virtual vertical resolution (in pixels)
set display depth (in bits per pixel)
select nonstandard video mode
set all geometry parameters at once in the order <xres> <yres> <vxres> <vyres> <depth>, e.g. -g 640 400 640 400 4
make the physical resolution match the virtual resolution

Display timings:

set the length of one pixel (in picoseconds). Note that the frame buffer device may only support some pixel lengths
set left margin (in pixels)
set right margin (in pixels)
set upper margin (in pixel lines)
set lower margin (in pixel lines)
set horizontal sync length (in pixels)
set vertical sync length (in pixel lines)
set all timing parameters at once in the order <pixclock> <left> <right> <upper> <lower> <hslen> <vslen>, e.g. -t 35242 64 96 35 12 112 2

Display flags:

set hardware text acceleration enable
set the horizontal sync polarity
set the vertical sync polarity
set the composite sync polarity
set synch on green
enable or disable external resync. If enabled the sync timings are not generated by the frame buffer device and must be provided externally instead. Note that this option may not be supported by every frame buffer device
set custom sync flags. If specified, this value is bitwise or-ed to the other sync flags. This is useful for drivers that use custom sync flags
enable or disable broadcast modes. If enabled the frame buffer generates the exact timings for several broadcast modes (e.g. PAL or NTSC). Note that this option may not be supported by every frame buffer device
enable or disable interlace. If enabled the display will be split in two frames, each frame contains only even and odd lines respectively. These two frames will be displayed alternating, this way twice the lines can be displayed and the vertical frequency for the monitor stays the same, but the visible vertical frequency gets halved
enable or disable doublescan. If enabled every line will be displayed twice and this way the horizontal frequency can easily be doubled, so that the same resolution can be displayed on different monitors, even if the horizontal frequency specification differs. Note that this option may not be supported by every frame buffer device

Display positioning:

move the visible part of the display in the specified direction
set step size for display positioning (in pixels or pixel lines), if -step is not given display will be moved 8 pixels horizontally or 2 pixel lines vertically

EXAMPLE

To set the used video mode for X insert the following in rc.local:

fbset -fb /dev/fb0 640x480-60

and make the used frame buffer device known to X:

export FRAMEBUFFER=/dev/fb0

FILES

/dev/fb*
/etc/fb.modes

SEE ALSO

fb.modes(5), fbdev(4), /usr/share/doc/fbset/FAQ.gz

AUTHORS


man files
2010-04-12 2.1