.TH "fbgen_set_var" 9 "fbgen_set_var" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME fbgen_set_var \- set the user defined part of display .SH SYNOPSIS .B "int" fbgen_set_var .BI "(struct fb_var_screeninfo *" var "," .BI "int " con "," .BI "struct fb_info *" info ");" .SH ARGUMENTS .IP "var" 12 fb_var_screeninfo user defined part of the display .IP "con" 12 virtual console number .IP "info" 12 frame buffer info structure .SH "DESCRIPTION" Set the user defined part of the display as dictated by \fIvar\fP for virtual console \fIcon\fP on device \fIinfo\fP. Returns negative errno on error, or zero for success.