Subject: pcvt/mono adaptors/displays
To: None <port-i386@netbsd.org>
From: Brian Leonard <paranoid@ccwf.cc.utexas.edu>
List: port-i386
Date: 10/22/1994 19:37:33
	Just installed 1.0beta on a machine with a monochrome adaptor
and display.  The supplied rc.local (in arch/i386/isa/pcvt/Etc)
only check for a mono monitor, and not a mono adaptor; it assumes
you've got VGA mono.  I know, tiny little nit, but here it is:

*** rc.local	Mon Mar 28 20:41:38 1994
--- rc.local.atheris	Sat Oct 22 19:27:48 1994
***************
*** 54,61 ****
          /usr/local/bin/scon -d$device $size -H
          if [ $monitor = MONO ]
  	then
!           /usr/local/bin/scon -d$device -p8,60,60,60
!         fi
        done
        /usr/local/bin/scon -c0
        /usr/local/bin/scon -t360
--- 54,64 ----
          /usr/local/bin/scon -d$device $size -H
          if [ $monitor = MONO ]
  	then
! 	  if [ $adaptor = VGA -o $adaptor = EGA ]
! 	  then
!             /usr/local/bin/scon -d$device -p8,60,60,60
!           fi
! 	fi
        done
        /usr/local/bin/scon -c0
        /usr/local/bin/scon -t360

----
                                    While one person hesitates because
Brian Leonard                       he feels inferior, the other is busy
paranoid@ccwf.cc.utexas.edu         making mistakes and becoming superior.
                                                       -- Henry C Link