From owner-freebsd-bugs@FreeBSD.ORG Tue Dec 15 11:20:01 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2130A106566B for ; Tue, 15 Dec 2009 11:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F32938FC19 for ; Tue, 15 Dec 2009 11:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBFBK0ko038342 for ; Tue, 15 Dec 2009 11:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBFBK0gV038341; Tue, 15 Dec 2009 11:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 15 Dec 2009 11:20:00 GMT Resent-Message-Id: <200912151120.nBFBK0gV038341@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrey Chernov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A077B106568D for ; Tue, 15 Dec 2009 11:10:39 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 0685D8FC0A for ; Tue, 15 Dec 2009 11:10:38 +0000 (UTC) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id nBFB6EXx001020 for ; Tue, 15 Dec 2009 14:06:14 +0300 (MSK) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id nBFB6E9r001019; Tue, 15 Dec 2009 14:06:14 +0300 (MSK) (envelope-from ache) Message-Id: <200912151106.nBFB6E9r001019@nagual.pp.ru> Date: Tue, 15 Dec 2009 14:06:14 +0300 (MSK) From: Andrey Chernov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: kern/141632: vidcontrol -T cons25 doesn't work with 'mode' argument X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2009 11:20:01 -0000 >Number: 141632 >Category: kern >Synopsis: vidcontrol -T cons25 doesn't work with 'mode' argument >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 15 11:20:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Andrey Chernov >Release: FreeBSD 9.0-CURRENT i386 >Organization: >Environment: FreeBSD-current >Description: As I see in the sources, vidcontrol does only printf() for -T, so this is kernel-related bug in the xterm emulator. -T cons25 can't coexist with 'mode' argument, i.e. xterm# vidcontrol -T cons25 80x30 really makes xterm 80x30, not cons25 80x30. xterm# vidcontrol -T cons25 alone works, but there is only single 'allscreens_flags' variable in the /etc/rc.conf, so I can't switch to 80x30 at once. The strange thing is that cons25# vidcontrol -T xterm 80x30 works as supposed. >How-To-Repeat: xterm# vidcontrol -T cons25 80x30 check what really happens. >Fix: >Release-Note: >Audit-Trail: >Unformatted: