libhd  5.0
Data Fields
driver_info_x11_t Struct Reference

X11 server info. More...

#include <hd.h>

Data Fields

union driver_info_unext
 
enum driver_info_type type
 driver info type More...
 
str_list_thddb0
 
str_list_thddb1
 the actual driver database entries More...
 
char * server
 the server/module name More...
 
char * xf86_ver
 XFree86 version (3 or 4) More...
 
unsigned x3d:1
 has 3D support More...
 
struct {
   unsigned   all:5
 the next 5 entries combined More...
 
   unsigned   c8:1
 
   unsigned   c15:1
 
   unsigned   c16:1
 
   unsigned   c24:1
 
   unsigned   c32:1
 
colors
 supported color depths More...
 
unsigned dacspeed
 max. More...
 
str_list_textensions
 additional X extensions to load ('Module' section) More...
 
str_list_toptions
 special server options More...
 
str_list_traw
 extra info to add to XF86Config More...
 
char * script
 3d script to run More...
 

Detailed Description

X11 server info.

Field Documentation

◆ all

unsigned driver_info_x11_t::all

the next 5 entries combined

Referenced by dump_normal(), and expand_driver_info().

◆ c15

unsigned driver_info_x11_t::c15

Referenced by dump_normal(), and expand_driver_info().

◆ c16

unsigned driver_info_x11_t::c16

Referenced by dump_normal(), and expand_driver_info().

◆ c24

unsigned driver_info_x11_t::c24

Referenced by dump_normal(), and expand_driver_info().

◆ c32

unsigned driver_info_x11_t::c32

Referenced by dump_normal(), and expand_driver_info().

◆ c8

unsigned driver_info_x11_t::c8

Referenced by dump_normal(), and expand_driver_info().

◆ colors

struct { ... } driver_info_x11_t::colors

supported color depths

Referenced by dump_normal(), and expand_driver_info().

◆ dacspeed

unsigned driver_info_x11_t::dacspeed

max.

ramdac clock

Referenced by dump_normal(), and expand_driver_info().

◆ extensions

str_list_t* driver_info_x11_t::extensions

additional X extensions to load ('Module' section)

Referenced by dump_normal(), expand_driver_info(), and free_driver_info().

◆ hddb0

str_list_t* driver_info_x11_t::hddb0

Referenced by expand_driver_info().

◆ hddb1

str_list_t * driver_info_x11_t::hddb1

the actual driver database entries

Referenced by expand_driver_info().

◆ next

union driver_info_u* driver_info_x11_t::next

◆ options

str_list_t* driver_info_x11_t::options

special server options

Referenced by dump_normal(), expand_driver_info(), and free_driver_info().

◆ raw

str_list_t* driver_info_x11_t::raw

extra info to add to XF86Config

Referenced by dump_normal(), expand_driver_info(), and free_driver_info().

◆ script

char* driver_info_x11_t::script

3d script to run

Referenced by dump_normal(), expand_driver_info(), and free_driver_info().

◆ server

char* driver_info_x11_t::server

◆ type

enum driver_info_type driver_info_x11_t::type

driver info type

◆ x3d

unsigned driver_info_x11_t::x3d

has 3D support

Referenced by dump_normal(), and expand_driver_info().

◆ xf86_ver

char* driver_info_x11_t::xf86_ver

XFree86 version (3 or 4)

Referenced by dump_normal(), expand_driver_info(), free_driver_info(), and reorder_x11().


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