From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 15 12:03:48 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5CDF2205 for ; Tue, 15 Oct 2013 12:03:48 +0000 (UTC) (envelope-from jakub.klama@uj.edu.pl) Received: from mail1.uj.edu.pl (mail1.uj.edu.pl [149.156.89.193]) by mx1.freebsd.org (Postfix) with ESMTP id 1A8532B61 for ; Tue, 15 Oct 2013 12:03:48 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl (Oracle Communications Messaging Server 7u4-27.01 (7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0MUP00710LI4JJ30@mta.uoks.uj.edu.pl> for freebsd-hackers@freebsd.org; Tue, 15 Oct 2013 14:03:40 +0200 (CEST) X-Antivirus: Dr.Web (R) for Unix mail servers drweb plugin ver.6.0.2.2 X-Antivirus-Code: 0x100000 Received: from mbox.uj.edu.pl by saiph.uoks.uj.edu.pl (Dr.Web (R) milter module ver.6.0.2.2) ; Tue, 15 Oct 2013 14:03:40 +0200 Received: from mbox.uj.edu.pl ([149.156.89.248]) by mta.uoks.uj.edu.pl with ESMTP; Tue, 15 Oct 2013 14:03:40 +0200 (CEST) Date: Tue, 15 Oct 2013 14:03:40 +0200 From: Jakub Klama In-reply-to: Message-id: <9caedf25f082f0c9bd4610394fbc1d1a@uj.edu.pl> References: Subject: Re: Frame buffer console To: freebsd-hackers@freebsd.org User-Agent: Roundcube Webmail/0.5 X-Sender: jakub.klama@uj.edu.pl X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 12:03:48 -0000 On Tue, 15 Oct 2013 13:57:09 +0200, Kip Coul wrote: > Hello everyone, > > I would like to have a high resolution console, but I don't want to > run a > full blown X11 server. > If I'm not mistaken, FreeBSD already has a functional frame buffer, > because > I am able to display a 32-bit screen saver in console mode. > > Therefore, I would like to know if there was a "frame buffer-based > syscons". If not, how can I contribute? try: vidcontrol -i mode and then: vidcontrol MODE_ Regards, Jakub