From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 23 00:20:05 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6D43106566C for ; Fri, 23 Mar 2012 00:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BB7DE8FC15 for ; Fri, 23 Mar 2012 00:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2N0K58D002920 for ; Fri, 23 Mar 2012 00:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2N0K5rh002919; Fri, 23 Mar 2012 00:20:05 GMT (envelope-from gnats) Date: Fri, 23 Mar 2012 00:20:05 GMT Message-Id: <201203230020.q2N0K5rh002919@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Frank Reppin Cc: Subject: Re: kern/166262: [syscons] syscons issue on DN2800MT X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Reppin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2012 00:20:05 -0000 The following reply was made to PR kern/166262; it has been noted by GNATS. From: Frank Reppin To: bug-followup@freebsd.org Cc: Subject: Re: kern/166262: [syscons] syscons issue on DN2800MT Date: Fri, 23 Mar 2012 01:17:41 +0100 Hellos and thankyou for looking into this PR! On Fri, Mar 23, 2012 at 12:03 AM, Jung-uk Kim wrote: > Hmm... =A0It seems these platforms don't fully initialize VGA registers. > According to the product pages, this board has "Intel Fast Boot > Technology", which sounds like "we don't care about legacy VGA modes > any more" to me. ;-) well - when attempting to boot from the memstick images I can clearly see everything - the whole 'BTX loader' stuff and everything up to and until the 'Welcome to FreeBSD' boot menu. Up to this point everything looks really ok. The 'messed up display' starts right after pressing '1' to boot. Shouldn't it show the 'BTX loader' stuff garbled as well then if they don't care about legacy VGA modes then? > I saw Intel's video presentation on YouTube and it showed a BIOS > option to disable "Fast Boot" from Boot menu. =A0Try to disable it if > you have something similar, especially "Video Optimization" or > something. Just re-checked on this. Those boot options are 'disabled' by default (and disabled as well in my setup). According to the inline BIOS help they won't do any magic beside not showing the fancy Intel logo graphic. They too state clearly there that this won't affect capabilities when it co= mes to boot the OS. There aren't any more video optimization inside the BIOS. Please let me know if I can be of help to get this sorted. cheers, frank\