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