Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2009 14:06:14 +0300 (MSK)
From:      Andrey Chernov <ache@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/141632: vidcontrol -T cons25 doesn't work with 'mode' argument
Message-ID:  <200912151106.nBFB6E9r001019@nagual.pp.ru>
Resent-Message-ID: <200912151120.nBFBK0gV038341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912151106.nBFB6E9r001019>