#include <hd.h>
Data Fields | |
driver_info_u * | next |
enum driver_info_type | type |
driver info type | |
str_list_t * | hddb0 |
str_list_t * | hddb1 |
the actual driver database entries | |
char * | server |
the server/module name | |
char * | xf86_ver |
XFree86 version (3 or 4). | |
unsigned | x3d:1 |
has 3D support | |
struct { | |
unsigned all:5 | |
the next 5 entries combined | |
unsigned c8:1 | |
unsigned c15:1 | |
unsigned c16:1 | |
unsigned c24:1 | |
unsigned c32:1 | |
} | colors |
supported color depths | |
unsigned | dacspeed |
max. | |
str_list_t * | extensions |
additional X extensions to load ('Module' section) | |
str_list_t * | options |
special server options | |
str_list_t * | raw |
extra info to add to XF86Config | |
char * | script |
3d script to run |
|
the next 5 entries combined
|
|
|
|
|
|
|
|
|
|
|
|
supported color depths
|
|
max. ramdac clock |
|
additional X extensions to load ('Module' section)
|
|
|
|
the actual driver database entries
|
|
|
|
special server options
|
|
extra info to add to XF86Config
|
|
3d script to run
|
|
the server/module name
|
|
driver info type
|
|
has 3D support
|
|
XFree86 version (3 or 4).
|