From owner-freebsd-bugs@FreeBSD.ORG Tue Sep 13 11:30:16 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 140A7106564A for ; Tue, 13 Sep 2011 11:30:16 +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 03ADC8FC0A for ; Tue, 13 Sep 2011 11:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8DBUF37094265 for ; Tue, 13 Sep 2011 11:30:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8DBUFpg094262; Tue, 13 Sep 2011 11:30:15 GMT (envelope-from gnats) Date: Tue, 13 Sep 2011 11:30:15 GMT Message-Id: <201109131130.p8DBUFpg094262@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: h h Cc: Subject: Re: kern/160692: FreeBSD must consider shipping with SC_PIXEL_MODE on (possibility of > 80x25 resolution) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: h h List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Sep 2011 11:30:16 -0000 The following reply was made to PR kern/160692; it has been noted by GNATS. From: h h To: "Wojciech A. Koszek" Cc: bug-followup@FreeBSD.org Subject: Re: kern/160692: FreeBSD must consider shipping with SC_PIXEL_MODE on (possibility of > 80x25 resolution) Date: Tue, 13 Sep 2011 15:23:51 +0400 "Wojciech A. Koszek" writes: >>Description: > In my private opinion we should seriously consider enabling > SC_PIXEL_MODE by default in FreeBSD or, in the worst case, making it a > tunable. Can you be more specific? It's in GENERIC since r221743 (2011-05-10). $ fgrep -i pixel /usr/src/sys/{i386,amd64}/conf/GENERIC /usr/src/sys/i386/conf/GENERIC:options SC_PIXEL_MODE # add support for the raster text mode /usr/src/sys/amd64/conf/GENERIC:options SC_PIXEL_MODE # add support for the raster text mode And more graphic modes are available after kldload'ing vesa.ko.