|
libhd
5.0
|
X11 server info. More...
#include <hd.h>
Data Fields | |
| union 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 | |
X11 server info.
| unsigned driver_info_x11_t::all |
the next 5 entries combined
Referenced by dump_normal(), and expand_driver_info().
| unsigned driver_info_x11_t::c15 |
Referenced by dump_normal(), and expand_driver_info().
| unsigned driver_info_x11_t::c16 |
Referenced by dump_normal(), and expand_driver_info().
| unsigned driver_info_x11_t::c24 |
Referenced by dump_normal(), and expand_driver_info().
| unsigned driver_info_x11_t::c32 |
Referenced by dump_normal(), and expand_driver_info().
| unsigned driver_info_x11_t::c8 |
Referenced by dump_normal(), and expand_driver_info().
| struct { ... } driver_info_x11_t::colors |
supported color depths
Referenced by dump_normal(), and expand_driver_info().
| unsigned driver_info_x11_t::dacspeed |
additional X extensions to load ('Module' section)
Referenced by dump_normal(), expand_driver_info(), and free_driver_info().
Referenced by expand_driver_info().
the actual driver database entries
Referenced by expand_driver_info().
special server options
Referenced by dump_normal(), expand_driver_info(), and free_driver_info().
extra info to add to XF86Config
Referenced by dump_normal(), expand_driver_info(), and free_driver_info().
3d script to run
Referenced by dump_normal(), expand_driver_info(), and free_driver_info().
the server/module name
Referenced by dump_normal(), expand_driver_info(), free_driver_info(), hd_display_adapter(), and reorder_x11().
driver info type
| unsigned driver_info_x11_t::x3d |
has 3D support
Referenced by dump_normal(), and expand_driver_info().
XFree86 version (3 or 4)
Referenced by dump_normal(), expand_driver_info(), free_driver_info(), and reorder_x11().