VESA BIOS Extension/Accelerator Functions: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (Add info on FreeBE/AF)
m (Brackets)
Line 2: Line 2:




VBE/AF or VESA BIOS Extension/Accelerator Functions is a standard defined by Video Electronic Standard Association in 1996 to allow software to access the accelerator features present in most graphics hardware. Unfortunately, unlike VBE/Core, VBE/AF has never seen many implementations. Furthermore, most of those implementations were software-based (via DOS TSR programs). However, one might still be able to find some old video cards supporting VBE/AF. The [[https://shawnhargreaves.com/freebe/ FreeBE/AF]] project provided free VBE/AF drivers for certain cards.
VBE/AF or VESA BIOS Extension/Accelerator Functions is a standard defined by Video Electronic Standard Association in 1996 to allow software to access the accelerator features present in most graphics hardware. Unfortunately, unlike VBE/Core, VBE/AF has never seen many implementations. Furthermore, most of those implementations were software-based (via DOS TSR programs). However, one might still be able to find some old video cards supporting VBE/AF. The [https://shawnhargreaves.com/freebe/ FreeBE/AF] project provided free VBE/AF drivers for certain cards.

Revision as of 15:57, 21 March 2023

This page is a stub.
You can help the wiki by accurately adding more contents to it.


VBE/AF or VESA BIOS Extension/Accelerator Functions is a standard defined by Video Electronic Standard Association in 1996 to allow software to access the accelerator features present in most graphics hardware. Unfortunately, unlike VBE/Core, VBE/AF has never seen many implementations. Furthermore, most of those implementations were software-based (via DOS TSR programs). However, one might still be able to find some old video cards supporting VBE/AF. The FreeBE/AF project provided free VBE/AF drivers for certain cards.