From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta01.eonet.ne.jp ([203.140.81.46]) by ur; Fri Aug 12 19:27:31 EDT 2016 Received: from ci5dell.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 u7CNROIG023752 for <9front@9front.org>; Sat, 13 Aug 2016 08:27:25 +0900 To: 9front@9front.org Subject: Re: [9front] core-i5(TypeSNB) and vesa mode Date: Sat, 13 Aug 2016 08:27:24 +0900 From: kokamoto@hera.eonet.ne.jp Message-ID: <9ede8442e9316f9dd9965bd1f122bfc5@ci5dell.jitaku.localdomain> In-Reply-To: References: 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: optimized table CMS manager Thanks, and apologize the delay of my response. This season in Japan is called 'Obon' when our ansester's spirits come back. We must visit our ansester's grave and worship, means holiday in general. Now, I got a good rest, which introduced me how to solve 1680x1050x32 resolution problem. It was very simple, that is: in initpipe() function of /sys/src/cmd/aux/vga change the line: lanes = 1; to lanes = 2; /* for 1680x1050x32 */ Tht's all! Kenji PS. I still have problem of how to utilize DP device. However, it is low priority of the scope, then, if I could have a motivation to it and time, I'll come back there. >> 1) make separate of the hard tie connection of pipe(x) and transcoder >> number (pipe(0) for display port A, pipe(1) for display port B etc). > > this is not what the code does. we assign cpu pipe 0 for all displayports. > display port A is not on the PCH side, but on the CPU side, so fdi is > not involved. > > for lvds or analog vga, we use the cpu pipe that the bios picked before > us. > > -- > cinap