How to add an (S)VGA driver to XFree86 : The Driver Itself : The Ident() function
Previous: Data Structures
Next: The ClockSelect() function

6.3. The Ident() function

The Ident() function is a very simple function. The server will call this function repeatedly, until a NULL is returned, when printing out the list of configured drivers. The Ident() function should return a chipset name for a supported chipset. The function is passed a number which increments from 0 on each iteration.


How to add an (S)VGA driver to XFree86 : The Driver Itself : The Ident() function
Previous: Data Structures
Next: The ClockSelect() function