home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / pcclone / 32bit / 897 < prev    next >
Encoding:
Internet Message Format  |  1992-12-26  |  3.6 KB

  1. Path: sparky!uunet!think.com!mintaka.lcs.mit.edu!ai-lab!life.ai.mit.edu!bson
  2. From: bson@gnu.ai.mit.edu (Jan Brittenson)
  3. Newsgroups: comp.unix.pc-clone.32bit
  4. Subject: Need contributions for ModeDB-generating toolkit
  5. Date: 22 Dec 92 16:58:52
  6. Organization: nil
  7. Lines: 87
  8. Distribution: world
  9. Message-ID: <BSON.92Dec22165852@nutrimat.gnu.ai.mit.edu>
  10. NNTP-Posting-Host: nutrimat.gnu.ai.mit.edu
  11.  
  12.    I have a toolkit for generating Xconfig ModeDB entries ready for
  13. distribution. It is based on a database of monitor and graphics
  14. adapter specs. In its simplest use, you run a program with two
  15. arguments: monitor and adapter, and it prints a list of ModeDB
  16. entries. I have included a sample run at the end of this message.
  17.  
  18.    David Wexelblat's ModeDB database on export.lcs.mit.edu provided
  19. info on a number of adapters, but I need timing data for monitors.
  20. Currently I have timing for exactly one, which isn't much of a
  21. database. The timing components needed are:
  22.  
  23.     The Vsync frequencies supported (or range)
  24.     Whether the Vsync pulse is positive or negative
  25.  
  26.     A list of Hsync (line clock) frequencies, and for each one:
  27.  
  28.         - The time between the end of the visual output and
  29.              the Hsync pulse
  30.         - The duration of the Hsync pulse
  31.         - The time between the end of the Hsync pulse and
  32.            the start of the next line
  33.         - Whether the pulse is positive or negative
  34.         - Same as the above four for the Vsync timing for
  35.            this particular Hsync frequency
  36.  
  37.  
  38.    All this can usually be found on the "technical data" page of the
  39. instruction booklet. Please, please, e-mail me the specs of your
  40. monitor!
  41.  
  42.    The base of the toolkit is a rather detailed tutorial that covers
  43. concepts like aspect ratios, centering the picture, and general
  44. understanding of the video signal and the ModeDB entries. Plenty of
  45. examples. It's written in texinfo, and will be distributed in both
  46. .dvi (for paper copy) and .info (info tree) form.
  47.  
  48. Binaries will be included for SVR4.
  49.  
  50. This is free software, of course.
  51.  
  52.                         -- Jan Brittenson
  53.                            bson@gnu.ai.mit.edu
  54.  
  55.  
  56. $ mkdb samsung-csa7571 ga200 0.94 1.56 1024
  57. # ModeDB database for Samsung Syncmaster 4 (CSA7571) driven
  58. # by GA200 LocalBus SuperVGA adapter.
  59. # Generated from mkdb database Sun Dec 20 09:10:54 EST 1992
  60. #
  61. # Refer to the Tutorial file for further info
  62. # on how to customize your setup.
  63. #
  64. #          Visual X      Total X       Start    Total Y
  65. #     dot     |  Start End  |   Visual Y |   End   |     Flags
  66.  
  67. # Refresh rate 86 Hz
  68.        45    655  686  765  903    519  543  548  579   
  69.  
  70. # Refresh rate 82 Hz
  71.        45    655  686  765  903    547  571  576  607   
  72.        57    830  869  969 1144    547  571  576  607   
  73.  
  74. # Refresh rate 76 Hz
  75.        45    655  686  765  903    595  619  624  655   
  76.        57    830  869  969 1144    595  619  624  655   
  77.  
  78. # Refresh rate 72 Hz
  79.        32    729  735  860  901    468  469  472  493    positive positive
  80.        45    655  686  765  903    632  656  661  692   
  81.        57    830  869  969 1144    632  656  661  692   
  82.        64    933  977 1090 1285    631  655  660  691   
  83.  
  84. # Refresh rate 70 Hz
  85.        32    729  735  860  901    482  483  486  507    positive positive
  86.        45    655  686  765  903    651  675  680  711   
  87.        57    830  869  969 1144    651  675  680  711   
  88.        64    933  977 1090 1285    651  675  680  711   
  89.  
  90. # Refresh rate 64 Hz
  91.        32    729  735  860  901    529  530  533  554    positive positive
  92.        57    830  869  969 1144    718  742  747  778   
  93.        64    933  977 1090 1285    718  742  747  778   
  94.        76   1108 1160 1294 1526    718  742  747  778   
  95.  
  96. --
  97.                         -- Jan Brittenson
  98.                            bson@gnu.ai.mit.edu
  99.