Lines Matching refs:modes

8 allows the use of various special video modes supported by the video BIOS. Due
30 modes available on your adapter, you can specify the menu item you want
33 modes are listed in a "first detected -- first displayed" manner. It's
43 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE>
75 The mode list usually contains a few basic modes and some VESA modes. In
76 case your chipset has been detected, some chipset-specific modes are shown as
81 The modes displayed on the menu are partially sorted: The list starts with
82 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
83 80x43), local modes (if the local modes feature is enabled), VESA modes and
84 finally SVGA modes for the auto-detected adapter.
91 all consistent video modes supported by your BIOS will appear (plus maybe some
92 `ghost modes'). If you are afraid this could damage your monitor, don't use this
96 modes are not listed at all and the modes revealed by `scan' are shown before
97 all VESA modes.
112 0x0100 to 0x017f - standard BIOS modes. The ID is a BIOS video mode number
115 0x0200 to 0x08ff - VESA BIOS modes. The ID is a VESA mode ID increased by
116 0x0100. All VESA modes should be autodetected and shown on the menu.
118 0x0900 to 0x09ff - Video7 special modes. Set by calling INT 0x10, AX=0x6f05.
122 0x0f00 to 0x0fff - special modes (they are set by various tricks -- usually
123 by modifying one of the standard modes). Currently available:
134 0x1000 to 0x7fff - modes specified by resolution. The code has a "0xRRCC"
164 CONFIG_VIDEO_VESA - enables autodetection of VESA modes. If it doesn't work
165 on your machine (or displays a "Error: Scanning of VESA modes failed" message),
169 are more modes with the same screen size, only the first one is kept (see above
175 video modes. Works only with some boot loaders which leave enough room for the
179 CONFIG_VIDEO_LOCAL - enables inclusion of "local modes" in the list. The
180 local modes are added automatically to the beginning of the list not depending
181 on hardware configuration. The local modes are listed in the source text after
187 modes. This option is intended to be used on certain buggy BIOSes which draw
191 CONFIG_VIDEO_GFX_HACK - includes special hack for setting of graphics modes
232 2.1 (30-Jan-96) VESA modes moved to 0x200-0x3ff. Mode selection by resolution
233 supported. Few bugs fixed. VESA modes are listed prior to
234 modes supplied by SVGA autodetection as they are more reliable.
239 VESA modes work now). Display end bug workaround supported.
240 Special modes renumbered to allow adding of the "recalculate"
252 2.7 (09-Apr-96) - Accepted all VESA modes in range 0x100 to 0x7ff, because some
254 - Added Realtek VGA modes (thanks to Gonzalo Tornaria).
259 - Added 480-scanline modes (especially useful for notebooks,
264 - Better recognition of text modes during mode scan.
265 2.9 (12-May-96) - Ignored VESA modes 0x80 - 0xff (more VESA BIOS bugs!)