Path: utzoo!attcan!uunet!snorkelwacker!bloom-beacon!LARRY.MCRCIM.MCGILL.EDU!mouse From: mouse@LARRY.MCRCIM.MCGILL.EDU (der Mouse) Newsgroups: comp.windows.x Subject: Re: Xsun on cg4 (Sun 3/60) Message-ID: <9003060725.AA00997@Larry.McRCIM.McGill.EDU> Date: 6 Mar 90 07:25:47 GMT Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 44 > I am running Xsun (through xinit) on a Sun 3/60 with a cgfour frame > buffer. I would like to use the second (mono) screen in addition to > the standard color display but I can't figure out how to access it. > X.V11R4, mit sample server. The comments below apply to the MIT servers for both R3 and R4. Make sure that - /dev/cgfour0 exists - /dev/fb exists - /dev/bwtwo0 does not exist - /dev/bwtwo1 does not exist Do not give a -dev option to the server. Now to check: run xdpyinfo and it should report two screens. Under R4, screen 0 should be your color screen: an 8-bit screen with six visuals available, one of each type. Screen 1 should be a 1-bit StaticGray screen; that's your mono screen. Under R3, screen 0 should be a 1-bit StaticGray screen and screen 1 should be an 8-bit PseudoColor screen. (If you can't get xdpyinfo to list both screens, you haven't a hope of actually *seeing* the mono screen.) To see the other screen, you just have to get the mouse on it somehow. The simple thing to do is to ensure you did not give the -zaphod option to the server (R3 servers don't even have -zaphod, I think), and then move the mouse off the left or right edge of the color screen. Programmatically, you can XWarpPointer to a position on the desired screen and it should flip to that screen (I have a program that allows you do this, if you want it). der Mouse old: mcgill-vision!mouse new: mouse@larry.mcrcim.mcgill.edu (Actually, the 1-bit screen *should* be a PseudoColor screen; that's what the hardware is. But StaticGray was easier, no doubt.)