Lines Matching refs:modes
13 allows the use of various special video modes supported by the video BIOS. Due
37 modes available on your adapter, you can specify the menu item you want
40 modes are listed in a "first detected -- first displayed" manner. It's
51 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE>
82 The mode list usually contains a few basic modes and some VESA modes. In
83 case your chipset has been detected, some chipset-specific modes are shown as
88 The modes displayed on the menu are partially sorted: The list starts with
89 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
90 80x43), local modes (if the local modes feature is enabled), VESA modes and
91 finally SVGA modes for the auto-detected adapter.
98 all consistent video modes supported by your BIOS will appear (plus maybe some
99 ``ghost modes``). If you are afraid this could damage your monitor, don't use
103 modes are not listed at all and the modes revealed by ``scan`` are shown before
104 all VESA modes.
120 0x0100 to 0x017f - standard BIOS modes. The ID is a BIOS video mode number
123 0x0200 to 0x08ff - VESA BIOS modes. The ID is a VESA mode ID increased by
124 0x0100. All VESA modes should be autodetected and shown on the menu.
126 0x0900 to 0x09ff - Video7 special modes. Set by calling INT 0x10, AX=0x6f05.
130 0x0f00 to 0x0fff - special modes (they are set by various tricks -- usually
131 by modifying one of the standard modes). Currently available:
142 0x1000 to 0x7fff - modes specified by resolution. The code has a "0xRRCC"
165 VIDEO_GFX_HACK - includes special hack for setting of graphics modes
204 2.1 (30-Jan-96) VESA modes moved to 0x200-0x3ff. Mode selection by resolution
205 supported. Few bugs fixed. VESA modes are listed prior to
206 modes supplied by SVGA autodetection as they are more reliable.
211 VESA modes work now). Display end bug workaround supported.
212 Special modes renumbered to allow adding of the "recalculate"
224 2.7 (09-Apr-96) - Accepted all VESA modes in range 0x100 to 0x7ff, because some
226 - Added Realtek VGA modes (thanks to Gonzalo Tornaria).
231 - Added 480-scanline modes (especially useful for notebooks,
236 - Better recognition of text modes during mode scan.
237 2.9 (12-May-96) - Ignored VESA modes 0x80 - 0xff (more VESA BIOS bugs!)