From: "Nick Carter" Newsgroups: comp.os.msdos.djgpp Subject: Re: Linear Frame Buffer Date: Mon, 22 Dec 1997 10:22:51 -0000 Organization: MCRI Lines: 25 Message-ID: <67lf26$iep@calypso.ulcc.ac.uk> References: <01bd0e34$989790c0$120760c3 AT benjamir> NNTP-Posting-Host: mc18.mcri.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Olmeca wrote in message <01bd0e34$989790c0$120760c3 AT benjamir>... >I've got a problem with the Linear frame Buffer of VESA: >I switch into 101h mode, I fill the screen from addresse 0xA0000 with a >color, but I only can see quarter of the screen filled... >Olmeca >chromes AT hotmail DOT com With linear frame buffer enabled, the address of the linear video memory is not 0xA0000, you will only find the old style banked video memory here (ie. "only can see quarter of the screen filled"). The linear memory is up there in extended memory and you'll have to map it before you can write to it. There are some good instruction sites which tell you how to do this: http://www.execulink.com/~pweeks/chapter.html http://www.cwu.edu/~baxters/vbe2.html Both provide excellent instructions.....well they got it working for me anyway. -- Nick Carter.