Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!gem.mps.ohio-state.edu!rpi!crdgw1!montnaro From: montnaro@sprite.crd.ge.com (Skip Montanaro) Newsgroups: comp.windows.news Subject: Re: Running NeWS in the Overlay Plane Message-ID: Date: 8 Sep 89 02:30:48 GMT References: <1213@sequent.cs.qmc.ac.uk> Sender: news@crdgw1.crd.ge.com Reply-To: (Skip Montanaro) Organization: GE Corporate Research & Development, Schenectady, NY Lines: 35 In-reply-to: ads@cs.qmc.ac.uk's message of 7 Sep 89 18:08:09 GMT Here's the shell script we use to put NeWS in the b/w plane and Suntools in the color plane. (Color 3/60s running SunOS 3.5.) #! /bin/sh # Program: win_news_bw.sh # Version: @(#)win_news_bw.sh 1.2 9/5/88 21:25:00 # Author: Skip Montanaro # Date: 9/1/88 # Description: runs NeWs in 3/60 BW plane, Suntools in Color plane # Environment: # Sun 3, Sun Unix 3.5 # Notes: # # Revision History: # Name Date Comments # ---- ---- -------- # Skip 9/1/88 created # Skip 9/5/88 added wait at end to prevent premature termination export PATH FRAMEBUFFER FRAMEBUFFER=/dev/cgfour0 suntools -8bit_color_only -toggle_enable -d $FRAMEBUFFER & PATH=/usr/NeWS/bin:$PATH FRAMEBUFFER=/dev/bwtwo1 news_server & sleep 10 adjacentscreens /dev/bwtwo1 -r /dev/cgfour0 wait -- Skip Montanaro (montanaro@crdgw1.ge.com)