From owner-freebsd-current@FreeBSD.ORG Mon May 12 15:26:01 2014 Return-Path: Delivered-To: current@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 ESMTPS id 81591C2A; Mon, 12 May 2014 15:26:01 +0000 (UTC) Received: from i3mail.icecube.wisc.edu (i3mail.icecube.wisc.edu [128.104.255.23]) by mx1.freebsd.org (Postfix) with ESMTP id 5490B20F6; Mon, 12 May 2014 15:26:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by i3mail.icecube.wisc.edu (Postfix) with ESMTP id A8F913805A; Mon, 12 May 2014 10:25:54 -0500 (CDT) X-Virus-Scanned: amavisd-new at icecube.wisc.edu Received: from i3mail.icecube.wisc.edu ([127.0.0.1]) by localhost (i3mail.icecube.wisc.edu [127.0.0.1]) (amavisd-new, port 10030) with ESMTP id UrwWrOZ3VH3Q; Mon, 12 May 2014 10:25:54 -0500 (CDT) Received: from comporellon.tachypleus.net (polaris.tachypleus.net [75.101.50.44]) by i3mail.icecube.wisc.edu (Postfix) with ESMTPSA id 1ADD638056; Mon, 12 May 2014 10:25:54 -0500 (CDT) Message-ID: <5370E800.8040803@freebsd.org> Date: Mon, 12 May 2014 08:25:52 -0700 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Claude Buisson , Aleksandr Rybalko Subject: Re: RFT vidcontrol for vt(4) References: <20140311162743.072870a9afd4f74fff9e99e8@ddteam.net> <5370CE34.8000905@orange.fr> <20140512171415.558dbcb68971d1db675ea39e@ddteam.net> <5370E47E.7030304@orange.fr> In-Reply-To: <5370E47E.7030304@orange.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: emaste@freebsd.org, current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 15:26:01 -0000 On 05/12/14 08:10, Claude Buisson wrote: >>> >>> What I have to do to get scrolling on every ttyvN ? >>> >>> The only way to get the system working in normal VGA mode (640x480) >>> (not loading >>> the drm2 and radeon kms modules by loader.conf) is by configuring >>> the BIOS to >>> not do display expansion - which leads to the same ridiculously >>> small font.. >>> >>> And of course, kbdmux keeps being mandatory to be able to load a >>> keymap. >> >> Yeah, I still remember. :) >> > > This could be noted in the newly born vt(4) man page .. Is there any reason not to have kbdmux be mandatory at this point? Having it be non-optional would simplify a lot of code and most of the code for the non-kbdmux case is heavily bitrotten at this point (see here). -Nathan