XXXFB_SET_PAR

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

xxxfb_set_par - Optional function. Alters the hardware state.  

SYNOPSIS

"SYNOPSIS"

int xxxfb_set_par (struct fb_info * info);  

ARGUMENTS

info
frame buffer structure that represents a single frame buffer
 

DESCRIPTION

Using the fb_var_screeninfo in fb_info we set the resolution of the this particular framebuffer. This function alters the par AND the fb_fix_screeninfo stored in fb_info. It doesn't not alter var in fb_info since we are using that data. This means we depend on the data in var inside fb_info to be supported by the hardware. xxxfb_check_var is always called before xxxfb_set_par to ensure this. Again if you can't can't the resolution you don't need this function.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 07:07:34 GMT, October 06, 2005