.TH "fbgen_get_fix" 9 "fbgen_get_fix" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME fbgen_get_fix \- get fixed part of display .SH SYNOPSIS .B "int" fbgen_get_fix .BI "(struct fb_fix_screeninfo *" fix "," .BI "int " con "," .BI "struct fb_info *" info ");" .SH ARGUMENTS .IP "fix" 12 fb_fix_screeninfo structure .IP "con" 12 virtual console number .IP "info" 12 frame buffer info structure .SH "DESCRIPTION" Get the fixed information part of the display and place it into \fIfix\fP for virtual console \fIcon\fP on device \fIinfo\fP. Returns negative errno on error, or zero on success.