home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / devcon / milan_1991 / devcon91.2 / tiga / loadtiga.doc < prev    next >
Text File  |  1992-09-01  |  1KB  |  57 lines

  1. Loadtiga needs some parameters to run properly. They can either be passed as tool types
  2. or given on the command line when 'loadtiga' is executed from the shell.
  3.  
  4. From Workbench:
  5.  
  6.     BOARDx_MODE=<mode description>
  7.     BOARDx_OSC1=<oscillator description>
  8.     BOARDx_OSC2=<oscillator description>
  9.  
  10. For x, give the A2410 board number (0 .. 3)
  11.  
  12. MODE description:
  13. ================
  14. Valid MODEs are:
  15.  
  16.     MODE_1024x768_NI
  17.     MODE_800x600_NI
  18.     MODE_640x400_I
  19.     MODE_1024x768_I
  20.     MODE_1024x1024_NI
  21.  
  22.  
  23. Oscillator description:
  24. ======================
  25. Valid OSC1 and OSC2 descriptions are:
  26.  
  27.     14.318MHZ
  28.     36.000MHZ
  29.     44.98MHZ
  30.     66.667MHZ
  31.     80.00MHZ
  32.  
  33. OSC1 and OSC2 are the two oscillators in the left/back corner of the TIGA board.
  34. There is a '1' and '2' written on the board, so that it should be easy to identify
  35. the different oscillators. On my board Oscillator 2 is the one nearest the backplane.
  36.  
  37. Each oscillator corresponds to a certain resolution. 
  38.  
  39.     14.318MHZ        MODE_640x400_I
  40.     36.000MHZ        MODE_800x600_NI
  41.     44.98MHZ        MODE_1024x768_I
  42.     66.667MHZ        MODE_1024x768_NI
  43.     80.00MHZ        MODE_1024x1024_NI
  44.  
  45. During your setup you should make sure that the MODE you select can be produced by
  46. one of your oscillators.
  47.  
  48. Example:
  49. =======
  50.  
  51. Corresponding to the shipment configuration of the A2410 board your tooltypes
  52. would, for A2410 board number 0 (zero), look like :
  53.  
  54.     BOARD0_MODE=MODE_800x600_NI    
  55.     BOARD0_OSC1=36.000MHz    
  56.     BOARD0_OSC2=66.667MHz
  57.