/***************************************************************************
                          monitor.h  -  description                              
                             -------------------                                         

    version              :                                   
    begin                : Tue Jan 26 1999                                           
    copyright            : (C) 1999 by                          
    email                :                                      
 ***************************************************************************/

/***************************************************************************
 *                                                                         *
 *   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.                                   * 
 *                                                                         *
 ***************************************************************************/
#include <qstrlist.h>
 
 
struct DEF{
   /*const char **/ QString Vsync;
  /* const char * */QString Hsync;
   /*const char **/ QString  Id;
   QStrList  * Resol;
} SDefMonitor[11]={
                  {"60", "31.5"           ,"VGA Standard, 640x480 @ 60 Hz (14'')"},
	          {"55-60", "31.5-35.1"      ,"SVGA, 800x600 @ 56 Hz (14'')"},
	          {"60,70,87", "31.5,35.5"      ,"SVGA, 1024x768 @ 87 Hz entrelacé (sans 800x600)"},
	          {"55-90", "31.5,35.15,35.5","SVGA, 1024x768 @ 87 Hz interlaced, 800x600 @ 56 Hz"},
	          {"55-90", "31.5-37.9"      ,"SVGA, 800x600 @ 60 Hz, 640x480 @ 72 Hz"},
	          {"55-90", "31.5-48.5"      ,"SVGA, 1024x768 @ 60 Hz, 800x600 @ 72 Hz "},
	          {"50-90", "31.5-57.0"      ,"SVGA, 1024x768 @ 70 Hz - Multi-fréquence"},
	          {"50-90", "31.5-64.3"      ,"SVGA, 1280x1024 @ 60 Hz - Multi-fréquence"},
	          {"50-100", "31.5-79.0"      ,"SVGA, 1280x1024 @ 74 Hz - Multi-fréquence"},
	          {"40-100", "31.5-82.0"      ,"SVGA, 1280x1024 @ 76 Hz - Multi-fréquence"},
            {"","","Personnalisé ..."}
	         };



Documentation generated by root@vmdiduz on sam fév 13 15:30:42 CET 1999