1. Bordering on Void
- Posted by Paul Kerslake <paulk at UNISERVE.COM> Aug 26, 2000
- 389 views
------=_NextPart_000_0007_01C00F97.64A6B860 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can anyone tell me why there is a "void" (blackness) are on the screen = when using a graphics mode of 256? It seems to affect BMPs. Does = use_vesa(1) counter this? Also regarding 256 graphics_mode, what is the border for? Can I get rid = of it? -Thomas ------=_NextPart_000_0007_01C00F97.64A6B860 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Can anyone tell me why there is a = "void"=20 (blackness) are on the screen when using a graphics mode of 256? It = seems to=20 affect BMPs. Does use_vesa(1) counter this?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Also regarding 256 graphics_mode, what = is the=20 border for? Can I get rid of it?</FONT></DIV> <DIV> </DIV> ------=_NextPart_000_0007_01C00F97.64A6B860--
2. Re: Bordering on Void
- Posted by irv <irv at ELLIJAY.COM> Aug 26, 2000
- 428 views
- Last edited Aug 27, 2000
On Sat, 26 Aug 2000, Thomas wrote: > > Can anyone tell me why there is a "void" (blackness) are on the screen when > using a graphics mode of 256? It seems to affect BMPs. Does use_vesa(1) counter > this? > > Also regarding 256 graphics_mode, what is the border for? Can I get rid of it? > If by void, you mean a good portion of the screen black, with perhaps a distorted image where it;s not black, then this is what I get when I don't use use_vesa(1). Also, some graphics cards just can't display all modes in the Euphoria list. You'll just have to try each. For comparison, I found a BASIC program that changed modes, it failed on the same modes that Euphoria couldn't use - showing that it was my graphics card, not Euphoria that caused the problem. Irv