From owner-freebsd-current@FreeBSD.ORG Mon May 12 19:58:19 2014 Return-Path: Delivered-To: current@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 ESMTPS id E579CEBB for ; Mon, 12 May 2014 19:58:19 +0000 (UTC) Received: from mail-lb0-f170.google.com (mail-lb0-f170.google.com [209.85.217.170]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 69EBF28EB for ; Mon, 12 May 2014 19:58:18 +0000 (UTC) Received: by mail-lb0-f170.google.com with SMTP id w7so7931382lbi.29 for ; Mon, 12 May 2014 12:58:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to:cc :message-id; bh=8IV7PTWW6dNuhnboxIw1WvHQVb6wtArqv64FBtfN4ZA=; b=G9Fi9G6qaeXgxHAdlYn5P56Wbxv14yjBhjV845VooASVsX6COSVNLC782ErIyXU0KF PDP39+xUyOT9ORJZx+Gd84OcmJU8cIwinExxV8RZRXfzLN5byZvwxnTpc25soKz9AEDK AmxbL4ieYow1BOJ+ER1101z57uOfUujP88mDWIyF1oY936D5dzEqMBxIpelwth/qZN/G inhRYUryhbVICq8gnN0RlQZ+TaNg947J+iQqWjJcumeGdP2naXqiwjxhaxSiz4BCFIU6 eJ5Ls1RFG8MLCrie+Sz5OmPyY+dZha1TOZWovzLxvC7DdsgEh7o8h+6sXNyAy/o/AP4S s5IA== X-Gm-Message-State: ALoCoQkm6KulKjLICPQCycjFeo/lFvl2uz5Seef2bAHdeL7ZIerrdy3AVXfEnuK0/dimNCSkV8O6 X-Received: by 10.153.6.2 with SMTP id cq2mr14710177lad.0.1399924696711; Mon, 12 May 2014 12:58:16 -0700 (PDT) Received: from [192.168.1.82] (150-145-133-95.pool.ukrtel.net. [95.133.145.150]) by mx.google.com with ESMTPSA id xa9sm14706509lbb.36.2014.05.12.12.58.14 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 12 May 2014 12:58:15 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <5370E800.8040803@freebsd.org> References: <20140311162743.072870a9afd4f74fff9e99e8@ddteam.net> <5370CE34.8000905@orange.fr> <20140512171415.558dbcb68971d1db675ea39e@ddteam.net> <5370E47E.7030304@orange.fr> <5370E800.8040803@freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: RFT vidcontrol for vt(4) From: Aleksandr Rybalko Date: Mon, 12 May 2014 22:57:56 +0300 To: Nathan Whitehorn , Claude Buisson Message-ID: <73450c57-bbfe-4b17-b43b-f9ae8bc8f951@email.android.com> 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 19:58:20 -0000 On 12 травня 2014 р. 18:25:52 GMT+03:00, Nathan Whitehorn wrote: >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 Looks like we should just add vt as of dependency to kbdmux. Thanks. WBW ------ Aleksandr Rybalko