
NAME
fbgen_get_fix - get fixed part of display
SYNOPSIS
int fbgen_get_fix (struct fb_fix_screeninfo *fix, int con, struct
fb_info *info);
ARGUMENTS
fix fb_fix_screeninfo structure
con virtual console number
info frame buffer info structure
DESCRIPTION
Get the fixed information part of the display and place it into fix for
virtual console con on device info.
Returns negative errno on error, or zero on success.