fbgen_set_var
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.