Vesa LFB memory area size

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
micron
Posts: 2
Joined: Thu Apr 18, 2013 10:23 pm

Vesa LFB memory area size

Post by micron »

Is there a way to determine the size of Vesa LFB physical memory usage ?
To my understanding atleast some graphics cards use more than (scanline*Yresolution) of physical memory.
Vesa info block has offscreenmemoffset and offscreenmemsize variables,
which in vbe 3.0 seem to be (always?) set to zero ?
User avatar
bluemoon
Member
Member
Posts: 1761
Joined: Wed Dec 01, 2010 3:41 am
Location: Hong Kong

Re: Vesa LFB memory area size

Post by bluemoon »

You can get such information from PCI BAR of the display card (if it is not too ancient and support PCI).
Post Reply