Synchronise MONITOR and MODES definitions with GENERIC. This allows my NC to
boot in a screen mode that looks sensible on its LCD monitor.
This commit is contained in:
parent
dcab6d6fbe
commit
9f3fed2b60
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: NC,v 1.11 2002/04/25 15:06:20 atatat Exp $
|
# $NetBSD: NC,v 1.12 2002/06/09 11:53:23 bjh21 Exp $
|
||||||
#
|
#
|
||||||
# NC - with vidcconsole
|
# NC - with vidcconsole
|
||||||
#
|
#
|
||||||
|
@ -271,10 +271,6 @@ pseudo-device vnd 4 # disk-like interface to files
|
||||||
pseudo-device md 1 # Ramdisk driver
|
pseudo-device md 1 # Ramdisk driver
|
||||||
pseudo-device rnd # /dev/random and /dev/urandom
|
pseudo-device rnd # /dev/random and /dev/urandom
|
||||||
|
|
||||||
#makeoptions MONITOR="Taxan875+LR"
|
makeoptions MONITOR="Taxan875+LR"
|
||||||
makeoptions MONITOR="AKF85"
|
#makeoptions MONITOR="AKF60"
|
||||||
makeoptions MODES="640,480,70"
|
makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
|
||||||
#makeoptions MODES="800,600,60"
|
|
||||||
#makeoptions MONITOR="PALTV"
|
|
||||||
#makeoptions MODES="640,256,60 640,480,60 1024,768,60 1024,768,70 800,600,60 1280,1024 1152,900"
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: NC_WSCONS,v 1.14 2002/06/01 23:43:48 bjh21 Exp $
|
# $NetBSD: NC_WSCONS,v 1.15 2002/06/09 11:53:23 bjh21 Exp $
|
||||||
#
|
#
|
||||||
# NC - with wscons
|
# NC - with wscons
|
||||||
#
|
#
|
||||||
|
@ -298,11 +298,6 @@ pseudo-device vnd 4 # disk-like interface to files
|
||||||
pseudo-device md 1 # Ramdisk driver
|
pseudo-device md 1 # Ramdisk driver
|
||||||
pseudo-device rnd # /dev/random and /dev/urandom
|
pseudo-device rnd # /dev/random and /dev/urandom
|
||||||
|
|
||||||
#makeoptions MONITOR="Taxan875+LR"
|
makeoptions MONITOR="Taxan875+LR"
|
||||||
makeoptions MONITOR="AKF85"
|
#makeoptions MONITOR="AKF60"
|
||||||
makeoptions MODES="640,480,70"
|
makeoptions MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"
|
||||||
#makeoptions MODES="800,600,60"
|
|
||||||
|
|
||||||
#makeoptions MONITOR="PALTV"
|
|
||||||
#makeoptions MODES="640,256,60 640,480,60 1024,768,60 1024,768,70 800,600,60 1280,1024 1152,900"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue