home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Linux / Debian / install / amiga / ocs_ecs_aga.txt < prev    next >
Text File  |  2000-06-07  |  3KB  |  99 lines

  1. A few lines from linux-2.2.10/Documentation/m68k/kernel-options.txt in case
  2. you have to edit your Start script (ie, you have an AGA capable machine, but
  3. want to use a pal display, use video=amifb:pal. See below for more.).
  4.  
  5. 5) Options for Amiga Only:
  6. ==========================
  7.  
  8. 5.1) video=
  9. -----------
  10.  
  11. Syntax: video=<fbname>:<sub-options...>
  12.  
  13. The <fbname> parameter specifies the name of the frame buffer, valid
  14. options are `amifb', `cyber', `virge', `retz3' and `clgen', provided
  15. that the respective frame buffer devices have been compiled into the
  16. kernel (or compiled as loadable modules). The behavior of the <fbname>
  17. option was changed in 2.1.57 so it is now recommended to specify this
  18. option.
  19.  
  20. The <sub-options> is a comma-separated list of the sub-options listed
  21. below. This option is organized similar to the Atari version of the
  22. "video"-option (4.1), but knows fewer sub-options.
  23.  
  24. 5.1.1) video mode
  25. -----------------
  26.  
  27. Again, similar to the video mode for the Atari (see 4.1.1). Predefined
  28. modes depend on the used frame buffer device.
  29.  
  30. OCS, ECS and AGA machines all use the color frame buffer. The following
  31. predefined video modes are available:
  32.  
  33. NTSC modes:
  34.  - ntsc            : 640x200, 15 kHz, 60 Hz
  35.  - ntsc-lace       : 640x400, 15 kHz, 60 Hz interlaced
  36. PAL modes:
  37.  - pal             : 640x256, 15 kHz, 50 Hz
  38.  - pal-lace        : 640x512, 15 kHz, 50 Hz interlaced
  39. ECS modes:
  40.  - multiscan       : 640x480, 29 kHz, 57 Hz
  41.  - multiscan-lace  : 640x960, 29 kHz, 57 Hz interlaced
  42.  - euro36          : 640x200, 15 kHz, 72 Hz
  43.  - euro36-lace     : 640x400, 15 kHz, 72 Hz interlaced
  44.  - euro72          : 640x400, 29 kHz, 68 Hz
  45.  - euro72-lace     : 640x800, 29 kHz, 68 Hz interlaced
  46.  - super72         : 800x300, 23 kHz, 70 Hz
  47.  - super72-lace    : 800x600, 23 kHz, 70 Hz interlaced
  48.  - dblntsc-ff      : 640x400, 27 kHz, 57 Hz
  49.  - dblntsc-lace    : 640x800, 27 kHz, 57 Hz interlaced
  50.  - dblpal-ff       : 640x512, 27 kHz, 47 Hz
  51.  - dblpal-lace     : 640x1024, 27 kHz, 47 Hz interlaced
  52.  - dblntsc         : 640x200, 27 kHz, 57 Hz doublescan
  53.  - dblpal          : 640x256, 27 kHz, 47 Hz doublescan
  54. VGA modes:
  55.  - vga             : 640x480, 31 kHz, 60 Hz
  56.  - vga70           : 640x400, 31 kHz, 70 Hz
  57.  
  58. Please notice that the ECS and VGA modes require either an ECS or AGA
  59. chipset, and that these modes are limited to 2-bit color for the ECS
  60. chipset and 8-bit color for the AGA chipset.
  61.  
  62. 5.1.2) depth
  63. ------------
  64.  
  65. Syntax: depth:<nr. of bit-planes>
  66.  
  67. Specify the number of bit-planes for the selected video-mode.
  68.  
  69. 5.1.3) inverse
  70. --------------
  71.  
  72. Use inverted display (black on white). Functionally the same as the
  73. "inverse" sub-option for the Atari.
  74.  
  75. 5.1.4) font
  76. -----------
  77.  
  78. Syntax: font:<fontname>
  79.  
  80. Specify the font to use in text modes. Functionally the same as the
  81. "font" sub-option for the Atari, except that `PEARL8x8' is used instead
  82. of `VGA8x8' if the vertical size of the display is less than 400 pixel
  83. rows.
  84.  
  85. 5.1.5) monitorcap:
  86. -------------------
  87.  
  88. Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
  89.  
  90. This describes the capabilities of a multisync monitor. For now, only
  91. the color frame buffer uses the settings of "monitorcap:".
  92.  
  93.   <vmin> and <vmax> are the minimum and maximum, resp., vertical frequencies
  94. your monitor can work with, in Hz. <hmin> and <hmax> are the same for
  95. the horizontal frequency, in kHz.
  96.  
  97.   The defaults are 50;90;15;38 (Generic Amiga multisync monitor).
  98.  
  99.