Lines Matching refs:mode

64 	- improved VGA compatible setup for >=8bpp VBE modes (CRTC doubleword mode and
72 - init 4bpp VBE modes by a temporary switch to VGA mode 0x6A
130 - VBE get/set logical scan line length fixes for the 4bpp mode
137 - VBE mode table fixes
143 - bank pointer must be set to 0 after a mode set
160 VESA mode
161 * Bochs VBE protected mode interface improved
171 * added Cirrus SVGA mode 0x7b (1600x1200x8)
177 - Bochs VBE protected mode interface added (based on a patch by malc@pulsesoft.com)
189 - mode 0x11: all color planes must be enabled in this 2-color VGA mode
201 - BIOS configuration word usually reports initial mode 80x25 color text
210 default and always possible in debug mode. (based on a patch from Alex Beregszaszi)
216 - fixed return value for the default case in the VBE section (non-debug mode)
258 - use single bank mode for VBE
267 - cirrus init: set standard vga mode and reset bitblt
276 - cirrus extension: tables for mode 1280x1024x8 added
279 - vbe: mode list entry for mode 800x600x4 fixed
288 - CRTC line for mode 0x6a fixed
298 - 24 bpp mode entries fixed (patch from Fabrice Bellard)
313 - fixed value of sequencer reset register in cirrus mode table
324 * prepared VBE3 protected mode info block (test case required)
428 - table entries for vga mode 0x0f fixed (PLANAR2 exists on EGA only)
429 - function release_font_access now supports the monochrome text mode
479 - biosfn_perform_gray_scale_summing: switch between DAC read and write mode is
487 - write character function for the LINEAR8 mode
528 - create the mode list depending on the supported bpp capability
546 - added BIOS TTY flag for VBE mode 0x0102 (TODO: scrolling)
568 mode
601 - the 'noclearmem' flag is not stored in the 'current video mode'
658 - current VBE mode now stored in BDA (unused address 0xBA)
664 - current VBE mode now stored in BDA (unused address 0xBA)
721 - 15 bpp VBE modes added - "Bochs own" mode 0x142 (640x480x32bpp)
730 - VBE preserve display memory feature implemented - VBE mode
739 - VBE mode info blocks of modes with >8bpp enabled - VBE modes
750 VBE mode info items of currently unsupported modes fixed
766 mode 0102h - fixed function set_active_page() for graphics modes
777 mode 0102h - fixed function set_active_page() for graphics modes
793 * VBE mode info item WinFuncPtr points to the new function if the
802 - VBE mode search rewritten * improved function
804 and 0x4F02 * removed all mode list entries with the LFB bit
818 mode - copying charmap data optimized using memcpyb()
825 - VESA mode 0x102 added (uses existing SVGA mode 0x6a) - all VESA
827 like mode numbers > 0x07ff)
833 - VESA mode 0x102 added (uses existing SVGA mode 0x6a) - all VESA
835 like mode numbers > 0x07ff)
842 standard VGA mode TODO: return VESA mode if enabled -
843 biosfn_set_video_mode() now clears the screen in CGA mode
853 - set video mode: clear vga memory in graphics mode - set video
854 mode: load default font in text mode - write character
855 implemented for graphics mode 0x12
861 - set video mode: clear vga memory in graphics mode - set video
862 mode: load default font in text mode - write character
863 implemented for graphics mode 0x12
929 - SVGA mode 0x6A (800x600x4) added to the list of graphics modes
935 - SVGA mode 0x6A (800x600x4) added to the list of graphics modes
987 - added lfb-mode numbers (patch from mathis)
1092 - cleanup of vbe internal functions (set 8bpp mode is now
1164 - fixed problem when normal vga set mode wouldn't disable vbe
1165 mode
1208 - fixed unsigned short for mode list (-1 != 0xffff otherwise) -