Subject: Re: A silly question on Sun 3
To: None <port-sun3@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: port-sun3
Date: 05/19/1996 20:45:31
>> The bw2 is a monochrome framebuffer.  I've seen it in 1152x900 and
>> 1600x1280; there are hints in a Sun include file that other
>> resolutions are possible but I've never even heard of a machine that
>> did them.

> Totally useless information, I know, but the other available
> incarnation of the bwtwo was the 1024x768 version for the 386i.

Any idea what values 0x12, 0x14, and 0x15 are doing here then?  This is
a direct quote from SunOS 3.5 /usr/include/mon/eeprom.h, on a -3/260.

/* 0x016 */	char	eed_scrsize;	/* screen size, in pixels */
#define	EED_SCR_1152X900	0x00
#define	EED_SCR_1024X1024	0x12
#define EED_SCR_1600X1280       0x13    /* new for hi rez */
#define EED_SCR_1440X1440       0x14
#define EED_SCR_640X480         0x15

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu