/***************************************************************************
define_carte.h - description
-------------------
version :
begin : Tue Feb 9 1999
copyright : (C) 1999 by Didier Gaudin
email : gaudin@club-internet?fr
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#define NB_MAX 3
const char *vendeur[3]={"Générique","Asus ","Matrox"};
struct DEFINITION
{
const char * name;
const char * server;
};
int max_def[NB_MAX]={10,5,9};
DEFINITION generique[11]={
{"VGA Monochrome","XF86_Mono"},
{"VGA Standard 16 Couleurs","XF86_VGA16"},
{"ATI Rage Pro","XF86_Mach64"},
{"Cirrus Logic GD542X (0/2/4/6/8/9)","XF86_SVGA"},
{"Intel i740","XBF_i740"},
{"NeoMagic (Portable)","XF86_SVGA"},
{"S3 801/805","XF86_S3"},
{"S3 86X (4/8)","XF86_S3"},
{"S3 Trio64","XF86_S3"},
{"S3 Virge","XF86S3V"},
{"Trident TGUI","XF86_SVGA"}
};
DEFINITION asus[5]={
{"ASUS 3Dexplorer","XF86_SVGA"},
{"ASUS PCI-AV264CT","XF86_Mach64"},
{"ASUS PCI-V264CT","XF86_Mach64"},
{"ASUS Video Magic PCI V864","XF86_S3"},
{"ASUS Video Magic PCI VT64","XF86_S3"}
};
DEFINITION matrox[9]={
{"Matrox Comet","XF86_W32"},
{"Matrox Marvel II","XF86_W32"},
{"Matrox Millennium","XF86_SVGA"},
{"Matrox Millennium G200","XF86_SVGA"},
{"Matrox Millennium G200 SD","XF86_SVGA"},
{"Matrox Millennium II","XF86_SVGA" },
{"Matrox Mystique","XF86_SVGA"},
{"Matrox Mystique G200","XF86_SVGA"},
{"Matrox Productiva G100","XF86_SVGA"}
};
Documentation generated by root@vmdiduz on sam fév 13 15:30:42 CET 1999