home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / western / wdc31 / wdc31.dsk / IBMVESA / TPADVESA.DOC < prev    next >
Text File  |  1994-09-12  |  2KB  |  61 lines

  1.  
  2.  About FRATE.DAT file
  3.  ====================
  4.  
  5.  A file named FRATE.DAT is created in the \IBMVESA\ directory during
  6.  the installation.  Please modify the FRATE.DAT file with an editor
  7.  to match the frequency capabilities of your monitor.
  8.  
  9.   FRATE.DAT Data Format
  10.   ---------------------
  11.  
  12.   A semicolon in the first column identifies a comment line.
  13.   'FRATE' is the keyword to recognize the refresh rate( scan rate) frequency.
  14.   The syntax of the line is as follows:
  15.  
  16.    FRATE=XXXX
  17.          │││└── 4th column is 800x600 mode frequency.
  18.          │││     '0' : Reserved
  19.          │││     '1' : 60Hz for both 16/256 color
  20.          │││     '2' : 72Hz for both 16/256 color
  21.          │││     '3' : 72Hz for 16 color/60Hz for 256 color
  22.          │││     'X' : Not supported
  23.          │││
  24.          ││└─── 3rd column is 1024x768x16 mode frequency.
  25.          ││      '0' : 43.5Hz Interlaced
  26.          ││      '1' : 60Hz
  27.          ││      '2' : Reserved
  28.          ││      '3' : Reserved
  29.          ││      'X' : Not supported
  30.          ││
  31.          │└──── 2nd column is 1024x768x256 mode frequency.
  32.          │       '0' : 43.5Hz Interlaced
  33.          │       '1' : 60Hz
  34.          │       '2' : Reserved
  35.          │       '3' : Reserved
  36.          │       'X' : Not supported
  37.          │
  38.          └───── 1st column is 640x480x256,640x400x256 and standard VGA mode
  39.                 frequency.
  40.                  '0' : 60Hz (set non-iso CRT clock range forcedly)
  41.                  '1' : 75Hz (set iso CRT clock range forcedly)
  42.                  '2' : 72Hz for 256 color/60Hz for VGA mode
  43.                  '3' : 75Hz for 256 color/60Hz for VGA mode
  44.  
  45.      Example-1
  46.        ;S-VGA mode         F Rate         Line Rate      Video Clock
  47.        ;640*480(256)       60Hz           31.469KHz      25.175MHz
  48.        ;800*600(16/256)    Not supported
  49.        ;1024*768(16/256)   Not supported
  50.  
  51.           FRATE=0XXX
  52.  
  53.      Example-2
  54.        ;S-VGA mode         F Rate          Line Rate      Video Clock
  55.        ;640*480(256)       60Hz            31.469KHz      25.175MHz
  56.        ;800*600(16/256)    72Hz            48.077KHz      50.000MHz
  57.        ;1024*768(16/256)   60Hz            48.363KHz      65.000MHz
  58.  
  59.           FRATE=0112
  60.  
  61.