From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta01.eonet.ne.jp ([203.140.81.45]) by ttr; Thu Aug 14 20:10:51 EDT 2014 Received: from saturn.jitaku.localdomain (182-167-141-123f1.osk3.eonet.ne.jp [182.167.141.123]) by mailmsa12.mozu.eo.k-opti.ad.jp with ESMTP id s7F0Ai5c000548 for <9front@9front.org>; Fri, 15 Aug 2014 09:10:44 +0900 To: 9front@9front.org Subject: Re: [9front] termrc and aux/realemu Date: Fri, 15 Aug 2014 09:10:35 +0900 From: kokamoto@hera.eonet.ne.jp Message-ID: List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: factory pipelining controller In-Reply-To: <20140814021706.GK13158@iota.offblast.org> References: <6a0db4468e3a436fb08b93ab10300df6@saturn.jitaku.localdomain> <20140814021706.GK13158@iota.offblast.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I don't like shell script, so this is from my experience. termrc does call aux/realemu at line 107. > > @{ > rfork n > if(~ $monitor vesa) > aux/realemu > aux/vga -l $vgasize > } > > what is the problem with it? This is called only when vga and vgasize are set to be asked? I had to write aux/realemu line expricitly in /cfg/xxx/termrc file. Have you tested it when you have monitor=vesa vgasize=...x...x..? Kenji