Port-sgimips archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: O2 install - use glass console?
> Makes no difference.
>
> This machine works with Irix fine.
Hmm.
My Nanao's monitor says:
> Hsync 79.8kHz Vsync 74.9Hz
both on ARCBIOS screen and after NetBSD booted.
NetBSD's driver doesn't change screen mode even after boot but
just turns SyncOnGreen off according to ARCBIOS environment:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/sgimips/dev/crmfb.c?rev=1.25
---
/* turn off sync-on-green */
wantsync = ARCBIOS->GetEnvironmentVariable("SyncOnGreen");
if ( (wantsync != NULL) && (wantsync[0] == 'n') ) {
d = ( 1 << CRMFB_VT_FLAGS_SYNC_LOW_LSB) &
CRMFB_REG_MASK(CRMFB_VT_FLAGS_SYNC_LOW_MSB,
CRMFB_VT_FLAGS_SYNC_LOW_LSB);
crmfb_write_reg(sc, CRMFB_VT_FLAGS, d);
}
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index