From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 6 13:49:01 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACED91065672 for ; Tue, 6 Mar 2012 13:49:01 +0000 (UTC) (envelope-from alexkozlov0@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1198FC0C for ; Tue, 6 Mar 2012 13:49:01 +0000 (UTC) Received: by eaaf13 with SMTP id f13so1880904eaa.13 for ; Tue, 06 Mar 2012 05:49:00 -0800 (PST) Received-SPF: pass (google.com: domain of alexkozlov0@gmail.com designates 10.14.127.5 as permitted sender) client-ip=10.14.127.5; Authentication-Results: mr.google.com; spf=pass (google.com: domain of alexkozlov0@gmail.com designates 10.14.127.5 as permitted sender) smtp.mail=alexkozlov0@gmail.com; dkim=pass header.i=alexkozlov0@gmail.com Received: from mr.google.com ([10.14.127.5]) by 10.14.127.5 with SMTP id c5mr13798076eei.17.1331041740452 (num_hops = 1); Tue, 06 Mar 2012 05:49:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition; bh=+b3E+TAIIS71+QpEJqZniiLKmvqb1/lxCPKXai5cqpE=; b=AibzAe9wpgDdhhe4n3asrkgreMUnPa6uInR0M2ECdCOuoPOdjc2frXxK8XKeD7KvXq CXouYpkVFwz1EzQX5OnuCghuR+cjKJf4wU3DNoadhabpQgZeapQCD0iD5CLV03ZEiNt+ skPg2x4Q8cwQnQB/oYmaqq3HnOwHj8+D8wRIa3PsZi+JGjgeum0yTCQcDhVifSvGxpTR At756qJ+btFAMPHNHOytQ+2Z15JKrXBkxsozI4GA2eqhBj+r60Uk4MTXSpoF8h5WXzHQ Fzf0YbpMxdbndgqCvPTvR7Zf/42c+ZuOeBDW5t3v9XVr4LGovVbccWmdPCNK0bVUbY7V GF2w== Received: by 10.14.127.5 with SMTP id c5mr10481565eei.17.1331040196751; Tue, 06 Mar 2012 05:23:16 -0800 (PST) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua. [94.244.131.95]) by mx.google.com with ESMTPS id v51sm74488893eef.2.2012.03.06.05.23.11 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 06 Mar 2012 05:23:14 -0800 (PST) Sender: Alex Kozlov Date: Tue, 6 Mar 2012 15:23:04 +0200 From: Alex Kozlov To: RW , freebsd-hackers@freebsd.org Message-ID: <20120306132304.GA62937@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: Re: Graphical Terminal Environment X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2012 13:49:01 -0000 On Tue, Mar 06, 2012 at 12:37:32PM +0000, RW wrote: > BTW does anyone know what the character at the end of the size field is > in the "vidcontrol -i mode" output, I'm seeing "D","P" or "4" on the > graphics modes. It's video memory model: $num - planar, $num - number of planes C - GCA graphics D - Direct 15/16/24 bit H - Hercules Graphics P - Packed pixels V - VGA mode X -- Adios