From owner-freebsd-questions@FreeBSD.ORG Sun Jan 13 22:21:01 2013 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B25C56CD; Sun, 13 Jan 2013 22:21:01 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 8EAB61DB; Sun, 13 Jan 2013 22:21:01 +0000 (UTC) Received: from [10.0.10.3] ([173.88.197.103]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 13 Jan 2013 14:21:01 -0800 Message-ID: <50F3334D.1070206@a1poweruser.com> Date: Sun, 13 Jan 2013 17:21:01 -0500 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Polytropon Subject: Re: Reading the handbook from console References: <50EF0F2B.1030801@a1poweruser.com> <20130110233325.783e1d42.freebsd@edvax.de> <06da01cdef84$9f327ca0$dd9775e0$@freebsd.org> <20130111004126.8abe07ce.freebsd@edvax.de> <50F315DB.4070301@a1poweruser.com> <20130113214801.3ce70c97.freebsd@edvax.de> In-Reply-To: <20130113214801.3ce70c97.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 13 Jan 2013 22:21:02.0074 (UTC) FILETIME=[454325A0:01CDF1DC] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: scotteberl@gmail.com, dteske@freebsd.org, questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2013 22:21:01 -0000 Polytropon wrote: > On Sun, 13 Jan 2013 15:15:23 -0500, Fbsd8 wrote: >> What do you mean by "enable console graphics"? >> Is this something different than x11? > > The is a famous library, svgalib, a "low level console graphics > library" which can - under _very_ specific circumstances - display > graphics "on" the text mode console. There are few browsers, > image viewers and even media players that can use this interface > to display "console graphics" while _not_ needing X. > > However, this only works for local displays. As soon as there > is a serial or SSH connection involved, it doesn't work anymore. > > I've actually never seen this working on FreeBSD; maybe it's > just a Linuxism. Maybe it's just because I've never tried. :-) > > > > I use links/svgalib on my host without problems, the worst I can say is the mouse pointer is jumpy. So console graphics = any thing that uses this single svgalib. I understand now.