fbgen_set_var(9)
NAME
fbgen_set_var - set the user defined part of display
SYNOPSIS
int fbgen_set_var (struct fb_var_screeninfo *var, int con, struct fb_info *info);
ARGUMENTS
- var fb_var_screeninfo user defined part of the
- display
- con virtual console number
- info frame buffer info structure
DESCRIPTION
Set the user defined part of the display as dictated by
var for virtual console con on device info.
- Returns negative errno on error, or zero for success.