From: rdt AT cnl DOT com DOT au Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro and SVGA Date: Sat, 03 Jan 1998 19:08:28 +1100 Organization: Dominion Software Lines: 19 Message-ID: <34ADF1FB.DD3FADA6@cnl.com.au> References: <68iggd$nvj AT mtinsc04 DOT worldnet DOT att DOT net> NNTP-Posting-Host: shep-34.cnl.com.au Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I don't know if this has anything to do with it, but, when I got my new graphics card, a lot of the modes had palette problems, but when I disabled pci palette snoop in the bios, everything was fine, this might be what is happening? Walter Luke wrote: > I've written a procedure using Allegro to read in a 256 color bitmap > from disk and display it on the screen. Using GFX_AUTODETECT, the colors > came out all wrong. Upon further exploration, I discovered that the > colors come out wrong when I use VESA2B or 2L modes, but work fine with > VESA1. > > Does anyone have any reason why VESA 2.0 isn't working properly? > Also, how concerned should I be? Using the VESA 1.x mode the code should > run on any decent computer, no?