From owner-freebsd-hackers@FreeBSD.ORG Tue Oct 15 11:57:10 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id C4E26A62 for ; Tue, 15 Oct 2013 11:57:10 +0000 (UTC) (envelope-from kipcoul@gmail.com) Received: from mail-vc0-x232.google.com (mail-vc0-x232.google.com [IPv6:2607:f8b0:400c:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87D282A5F for ; Tue, 15 Oct 2013 11:57:10 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id lh4so5059778vcb.23 for ; Tue, 15 Oct 2013 04:57:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=qkNZ80yMgxvl4+1bHKmPGfNOFJy8W4i1K+9RexoyPdM=; b=QLkyd0PLumT1RdLVab/Z1WFgV4tlF1w0AMHgJaCdNO8fQgT2rs44SrKw7uMBCJ6aqD ZuS5A34iMjhBdxgWcjrHzItwPsMnQBsp11uvjvsVEmF8oc31yojneYLNEIItyiCRQ+kN 3WBvswM88X0WbeREBqe0V3ie6mmd6rFBBGV6pyboWiAYQuAa/9VAk/rHyZurIWC/iXB0 GilcTLL+5JeS1AMHlG7/BA3I7IOpWK89rSVpcGdWCWHbylKKEevIwM+9vVWgOcKMuucz idtrBhf9yy49avd+7CVxssUO2HlSeYXL8nzdBPMjOezfLhaIX9IqkYPLuqdtwlkRsNCG V6iw== MIME-Version: 1.0 X-Received: by 10.220.1.203 with SMTP id 11mr11507640vcg.15.1381838229640; Tue, 15 Oct 2013 04:57:09 -0700 (PDT) Received: by 10.220.173.7 with HTTP; Tue, 15 Oct 2013 04:57:09 -0700 (PDT) Date: Tue, 15 Oct 2013 13:57:09 +0200 Message-ID: Subject: Frame buffer console From: Kip Coul To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Tue, 15 Oct 2013 12:00:07 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 11:57:10 -0000 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? Thanks for your answer! Cheers, Kip