fbgen_do_set_var

Section: Kernel Hacker's Manual (9)
Updated: fbgen_do_set_var
Index Return to Main Contents
 

NAME

fbgen_do_set_var - change the video mode  

SYNOPSIS

int fbgen_do_set_var (struct fb_var_screeninfo *var, int isactive, struct fb_info_gen *info);  

ARGUMENTS

var

 frame buffer user defined part of display
isactive

 boolean, 0 inactive, 1 active
info

 generic frame buffer info structure
 

DESCRIPTION

Change the video mode settings for device info. If isactive is non-zero, the changes will be activated immediately.

Return negative errno on error, or zero for success.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:49:55 GMT, June 12, 2005