From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from duke.felloff.net ([216.126.196.34]) by ur; Thu Jul 28 05:29:01 EDT 2016 Message-ID: <3dfc5aa4bf5af84f04a782f5e8664ed0@felloff.net> Date: Thu, 28 Jul 2016 11:28:54 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org Subject: Re: [9front] core-i5(TypeSNB) and vesa mode In-Reply-To: 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: self-healing non-blocking element injection optimizer >> i propose you change the code to: >> >> p->fdi->txctl.v &= ~(7<<8 | 1); /* clear auto training bits */ >> p->fdi->txctl.v &= ~(1<<31); /* disable */ >> p->fdi->txctl.v |= (1<<14); /* DMI link reversal strap RO bit */ >> loadreg(igfx, p->fdi->txctl); >> sleep(5); >> >> and see if this still works. can you do that? > >I did it, and yes, it works. > >Kenji ok, very good... this works on my ivy bridge machine as well :-) -- cinap