Date: Wed, 22 Dec 93 12:49:56 CST From: csaba AT vuse DOT vanderbilt DOT edu (Csaba A. Biegl) To: michaels AT vsl DOT com DOT AU Subject: Re: builtin VESA driver in 1.11 trouble Cc: djgpp AT sun DOT soe DOT clarkson DOT edu The 'number of planes' field in the VESAINFO output has nothing to do with the number of colors in a certain graphics mode. It only shows the video memory organization -- i.e. how many different memory locations have to be touched in order to set a single pixel. The only modes you will find where this value is != 1 are the 16 color EGA/VGA modes. Try running VESAINFO again and check the 'bits per pixel' field in the output. I bet you will find a few modes where this is 8. Csaba Biegl csaba AT vuse DOT vanderbilt DOT edu