Page 1 of 1

VBE 2 - LFB

Posted: Wed Jun 02, 2004 4:07 am
by Pulser
Hi, I am finding it father difficult to find docs on VBE 2 LFB using assembler. Could anyone please give me some quick links for it? Much appreciated.

Ps. Hi! I'm new to the board :)

Re:VBE 2 - LFB

Posted: Wed Jun 02, 2004 4:30 am
by Brendan
Hi,
Pulser wrote: Hi, I am finding it father difficult to find docs on VBE 2 LFB using assembler. Could anyone please give me some quick links for it? Much appreciated.

Ps. Hi! I'm new to the board :)
The VBE standard contains enough information to figure this out. General idea is:

- Determine if VBE is present and get list of video modes (function 0)
- Use the list of video modes to get information on each video mode (function 1), and choose a video mode
- Set the video mode (function 2)
- Get the LFB address from the data returned with mode information (function 1)
- Pump your video data into the LFB!

The newer VESA VBE 3.0 standard can be downloaded here:
http://www.vesa.org/standards_free.html

Cheers,

Brendan