From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta01.eonet.ne.jp ([203.140.81.20]) by ur; Sat Aug 6 20:08:23 EDT 2016 Received: from titan.jitaku.localdomain (101-141-38-118f1.osk3.eonet.ne.jp [101.141.38.118]) by mailmsa11.mozu.eo.k-opti.ad.jp with ESMTP id u7708H95015806 for <9front@9front.org>; Sun, 7 Aug 2016 09:08:17 +0900 To: 9front@9front.org Subject: Re: [9front] core-i5(TypeSNB) and vesa mode Date: Sun, 7 Aug 2016 09:08:16 +0900 From: kokamoto@hera.eonet.ne.jp Message-ID: <1a6c1faa4b6095efc380fc0e54f52f96@titan.jitaku.localdomain> In-Reply-To: <2c1c64ff26d76f0bad2bbc3016e76534@titan.jitaku.localdomain> References: <2c1c64ff26d76f0bad2bbc3016e76534@titan.jitaku.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: extension-oriented DOM-aware cloud control Thanks cinap! I'll continue to examine what is wrong here. > However, I have no message from this line in init(): > case PortDPA: > case PortDPB: > case PortDPC: > case PortDPD: > r = &igfx->dp[port - PortDPA].ctl; > > > print("dp[%d] ctl address = %ullx\n", (port-PortDPA), r->a); <==== > > if(r->a == 0) > goto Badport; > /* port enable */ This is solved. Oh, my idiot! I put the line display=5 in my /cfg/pxe/xxxxxx ini file. However, the codes requires it should be in lib/vgadb! Then, I put the lines in /lib/vgadb like: # # Full High resolution TV # fhirestv=1920x1080 # 60Hz clock=148.5 shb=2008 ehb=2052 ht=2200 vrs=1084 vre=1089 vt=1125 hsync=+ vsync=+ display=5 Ok, I'm going into the init() function now. The dp[2] ctl address = e4200! Kenji