home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 3 / CD_Magazyn_EXEC_nr_3.iso / Linux / Debian / install / amiga / retz3.txt < prev    next >
Text File  |  2000-04-14  |  1KB  |  44 lines

  1. I did not find much info for the RetinaZ3, just a few hints from the
  2. kernel-documentation.
  3. You definetely have to use 
  4.  video=retz3
  5. for the rest, experiment a little...
  6.  
  7. 5.1) video=
  8. -----------
  9.  
  10. Syntax: video=<fbname>:<sub-options...>
  11.  
  12. The <fbname> parameter specifies the name of the frame buffer, valid
  13. options are mifb', yber', 'virge', etz3' and lgen', provided
  14. that the respective frame buffer devices have been compiled into the
  15. kernel (or compiled as loadable modules). The behavior of the <fbname>
  16. option was changed in 2.1.57 so it is now recommended to specify this
  17. option.
  18.  
  19. The <sub-options> is a comma-separated list of the sub-options listed
  20. below. This option is organized similar to the Atari version of the
  21. "video"-option (4.1), but knows fewer sub-options.
  22.  
  23. 5.1.2) depth
  24. ------------
  25.  
  26. Syntax: depth:<nr. of bit-planes>
  27.  
  28. Specify the number of bit-planes for the selected video-mode.
  29.  
  30. 5.1.5) monitorcap:
  31. -------------------
  32.  
  33. Syntax: monitorcap:<vmin>;<vmax>;<hmin>;<hmax>
  34.  
  35. This describes the capabilities of a multisync monitor. For now, only
  36. the color frame buffer uses the settings of "monitorcap:".
  37.  
  38.   <vmin> and <vmax> are the minimum and maximum, resp., vertical frequencies
  39. your monitor can work with, in Hz. <hmin> and <hmax> are the same for
  40. the horizontal frequency, in kHz.
  41.  
  42.   The defaults are 50;90;15;38 (Generic Amiga multisync monitor).
  43.  
  44.