From owner-freebsd-questions@FreeBSD.ORG Tue Jun 29 13:46:11 2004 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BF7E16A4CE for <freebsd-questions@freebsd.org>; Tue, 29 Jun 2004 13:46:11 +0000 (GMT) Received: from mta3p.point.ne.jp (mta3.point.ne.jp [210.188.175.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF1EB43D41 for <freebsd-questions@freebsd.org>; Tue, 29 Jun 2004 13:46:10 +0000 (GMT) (envelope-from pwd8jmr22w@me.point.ne.jp) Received: from vc11.point.ne.jp ([211.1.103.139]) by mta3p.point.ne.jp with ESMTP id <20040629134609.PULH17180.mta3p@vc11.point.ne.jp> for <freebsd-questions@freebsd.org>; Tue, 29 Jun 2004 22:46:09 +0900 Received: from fvc1-p.point.ne.jp (fvc1.point.ne.jp [210.188.175.76]) by vc11.point.ne.jp (Scanmail) with ESMTP id EA0B02AA0D for <freebsd-questions@freebsd.org>; Tue, 29 Jun 2004 22:46:08 +0900 (JST) Received: from me.point.ne.jp ([210.141.251.185]) by fvc1-p.point.ne.jp with ESMTP id <20040629134608.NYOT13867.fvc1-p@me.point.ne.jp> for <freebsd-questions@freebsd.org>; Tue, 29 Jun 2004 22:46:08 +0900 Message-ID: <40E172A4.8030802@me.point.ne.jp> Date: Tue, 29 Jun 2004 22:46:12 +0900 From: Bull TORS <pwd8jmr22w@me.point.ne.jp> User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040626 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD QUESTIONS - ML <freebsd-questions@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: VESA Driver or NVIDIA Driver on Consoles, possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: pwd8jmr22w@me.point.ne.jp List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Tue, 29 Jun 2004 13:46:11 -0000 I was reading on the manual page for vidcontrol and began wondering if I can configure my system: 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #1: Sun Jun 27 16:46:47 JST 2004 i386 Video Card: GeForce NVIDIA FX-5500 Can I utilize its vesa driver or maybe my NVIDIA driver on my consoles. I have invoked "vidcontrol -i adapter" in a console and below is the result: fb0: vga0, type:VESA VGA (5), flags:0x700ff initial mode:24, current mode:24, BIOS mode:3 frame buffer window:0xb8000, buffer size:0x8000 window size:0x8000, origin:0x0 display start address (0, 0), scan line width:80 reserved:0x0 I have invoked "vidcontrol -i mode" in a console and below is the result: mode# flags type size font window linear buffer ------------------------------------------------------------------------------ <snip> . . . 276 (0x114) 0x0000000f G 800x600x16 1 8x16 0xa0000 64k 64k 0xd0000000 131072k 277 (0x115) 0x0000000f G 800x600x32 1 8x16 0xa0000 64k 64k 0xd0000000 131072k 279 (0x117) 0x0000000f G 1024x768x16 1 8x16 0xa0000 64k 64k 0xd0000000 131072k 280 (0x118) 0x0000000f G 1024x768x32 1 8x16 0xa0000 64k 64k 0xd0000000 131072k 282 (0x11a) 0x0000000f G 1280x1024x16 1 8x16 0xa0000 64k 64k 0xd0000000 131072k 283 (0x11b) 0x0000000f G 1280x1024x32 1 8x16 0xa0000 64k 64k 0xd0000000 131072k . . . <snip> Does this mean I can set my consoles to which ever settings above? If it is possible, how can I go about it? Any advice, hints, or whatever response will be really appreciated. Thanks in advance... Bull TORS