libhd  5.0
Data Fields
vbe_info_t Struct Reference

VESA BIOS extensions information Also includes a VESA mode list. More...

#include <hd.h>

Data Fields

unsigned ok:1
 data are valid
 
unsigned version
 vbe version
 
unsigned oem_version
 oem version info
 
unsigned memory
 in bytes
 
unsigned fb_start
 != 0 if framebuffer is supported
 
char * oem_name
 oem name
 
char * vendor_name
 vendor name
 
char * product_name
 product name
 
char * product_revision
 product revision
 
unsigned modes
 number of supported video modes
 
vbe_mode_info_tmode
 video mode list
 
unsigned current_mode
 current video mode
 
unsigned ddc_ports
 max ports to probe
 
unsigned char ddc_port [4][0x80]
 ddc monitor info per port
 

Detailed Description

VESA BIOS extensions information Also includes a VESA mode list.

See Also
vbe_mode_info_t

Field Documentation

unsigned vbe_info_t::current_mode

current video mode

Referenced by dump_bios().

unsigned char vbe_info_t::ddc_port[4][0x80]

ddc monitor info per port

Referenced by hd_scan_monitor().

unsigned vbe_info_t::ddc_ports

max ports to probe

Referenced by hd_scan_monitor().

unsigned vbe_info_t::fb_start

!= 0 if framebuffer is supported

unsigned vbe_info_t::memory

in bytes

vbe_mode_info_t* vbe_info_t::mode

video mode list

Referenced by free_hd_detail().

unsigned vbe_info_t::modes

number of supported video modes

char* vbe_info_t::oem_name

oem name

Referenced by free_hd_detail().

unsigned vbe_info_t::oem_version

oem version info

unsigned vbe_info_t::ok

data are valid

Referenced by dump_bios(), and hd_scan_monitor().

char* vbe_info_t::product_name

product name

Referenced by free_hd_detail().

char* vbe_info_t::product_revision

product revision

Referenced by free_hd_detail().

char* vbe_info_t::vendor_name

vendor name

Referenced by free_hd_detail().

unsigned vbe_info_t::version

vbe version


The documentation for this struct was generated from the following file: