History log of /freebsd/usr.sbin/vidcontrol/vidcontrol.c (Results 76 – 100 of 190)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f46f4ae1 29-Mar-2010 Jung-uk Kim <jkim@FreeBSD.org>

Print memory model of the video mode except for planar memory model.
'P', 'D', 'C', 'H', 'V' mean packed pixel, direct color, CGA, Hercules,
VGA X memory models respectively where they have fixed num

Print memory model of the video mode except for planar memory model.
'P', 'D', 'C', 'H', 'V' mean packed pixel, direct color, CGA, Hercules,
VGA X memory models respectively where they have fixed number of planes.

show more ...


Revision tags: release/7.3.0_cvs, release/7.3.0
# 1a0fda2b 04-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

IFH@204581


Revision tags: release/8.0.0_cvs, release/8.0.0
# 874108ae 12-Nov-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

MFC @199204


# c8f1c817 11-Nov-2009 Ed Schouten <ed@FreeBSD.org>

Add a new flag to vidcontrol, -T, that allows terminal mode switching.

This will make it more easy for people to experiment with TERM=xterm.
Instead of echoing these strange escape sequences, I can

Add a new flag to vidcontrol, -T, that allows terminal mode switching.

This will make it more easy for people to experiment with TERM=xterm.
Instead of echoing these strange escape sequences, I can just instruct
them to run `vidcontrol -T xterm'.

show more ...


Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0
# eb0fa6f5 26-Sep-2006 Ruslan Ermilov <ru@FreeBSD.org>

Remove bogus casts of valid integer ioctl() arguments.


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0
# 387d5354 17-Sep-2005 Craig Rodrigues <rodrigc@FreeBSD.org>

Fix so that color changes are not lost when the video mode changes.

PR: bin/83553
Submitted by: Dan Lukes <dan at obluda dot cz>


# f1121206 29-May-2005 Xin LI <delphij@FreeBSD.org>

Add VESA mode support for syscons, which enables the support of 15, 16,
24, and 32 bit modes. To use that, syscons(4) must be built with
the compile time option 'options SC_PIXEL_MODE', and VESA sup

Add VESA mode support for syscons, which enables the support of 15, 16,
24, and 32 bit modes. To use that, syscons(4) must be built with
the compile time option 'options SC_PIXEL_MODE', and VESA support (a.k.a.
vesa.ko) must be either loaded, or be compiled into the kernel.

Do not return EINVAL when the mouse state is changed to what it already is,
which seems to cause problems when you have two mice attached, and
applications are not likely obtain useful information through the EINVAL
caused by showing the mouse pointer twice.

Teach vidcontrol(8) about mode names like MODE_<NUMBER>, where <NUMBER> is
the video mode number from the vidcontrol -i mode output. Also, revert the
video mode if something fails.

Obtained from: DragonFlyBSD
Discussed at: current@ with patch attached [1]
PR: kern/71142 [2]
Submitted by: Xuefeng DENG <dsnofe at msn com> [1],
Cyrille Lefevre <cyrille dot lefevre at laposte dot net> [2]

show more ...


# 5ad9a2d7 15-May-2005 Yoshihiro Takahashi <nyan@FreeBSD.org>

Use \033 instead of \e because \e is not a standard.

Noticed by: stefanf
Reviewed by: diff(1)


# 947d66c0 15-May-2005 Yoshihiro Takahashi <nyan@FreeBSD.org>

A foreground color number on pc98 console is 7 not 15.


# 2d8cb12d 15-May-2005 Yoshihiro Takahashi <nyan@FreeBSD.org>

Use \e for escape char instead of ^[ directly.


Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# 9a03b27d 13-Jan-2005 Xin LI <delphij@FreeBSD.org>

WANRS=6 cleanup for vidcontrol(1):
- Use foo(void) instead of foo().
- Use static where applicable.
- Apply more const's when passing parameters
- signed/unsigned madness
- Avoid namespace colli

WANRS=6 cleanup for vidcontrol(1):
- Use foo(void) instead of foo().
- Use static where applicable.
- Apply more const's when passing parameters
- signed/unsigned madness
- Avoid namespace collision by adding underscores.
- For 64-bit architectures, use %zx instead of %x
when necessary.
- When storing constants, use const instead of
variable.
- Bump WARNS?= from 2 to 6

show more ...


Revision tags: release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# a0503c27 18-Sep-2003 Eivind Eklund <eivind@FreeBSD.org>

Propagate ioctl() failure to exit status


Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs
# c449db6a 19-Aug-2002 Maxim Sobolev <sobomax@FreeBSD.org>

Add a new `-H' modifier, which when combined with `-p' or `-P' allows to dump
full console history.


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1
# 5d1bb94f 10-Jul-2002 Dima Dorfman <dd@FreeBSD.org>

Remove some missing words.

Submitted by: roam


# 5ec065ee 10-Jul-2002 Dima Dorfman <dd@FreeBSD.org>

Deuglify the usage message by making it look more like the synopsis in
the manual page.


# b471ed9e 10-Jul-2002 Dima Dorfman <dd@FreeBSD.org>

Add an -S option that allows the user to disable vty switching. It is
implemented using a new VT_LOCKSWITCH ioctl. Although it is possible
to implement something like this by VT_SETMODEing to VT_PR

Add an -S option that allows the user to disable vty switching. It is
implemented using a new VT_LOCKSWITCH ioctl. Although it is possible
to implement something like this by VT_SETMODEing to VT_PROCESS and
never releasing the vty, that method has a number of downsides, the
biggest of which is that some program has to stay resident for the
lock to be in effect.

Reviewed by: roam, sheldonh

show more ...


Revision tags: release/4.6.0_cvs
# 21dc7d4f 02-Jun-2002 Jens Schweikhardt <schweikh@FreeBSD.org>

Fix typo in the BSD copyright: s/withough/without/

Spotted and suggested by: des
MFC after: 3 weeks


# 3646fbda 17-Mar-2002 Maxim Sobolev <sobomax@FreeBSD.org>

When loading a font allow suffix specifying its size be omited, in which
case use size of the currently displaying font as a suffix. For example,
when the when the size of the currently displayed fon

When loading a font allow suffix specifying its size be omited, in which
case use size of the currently displaying font as a suffix. For example,
when the when the size of the currently displayed font is 8x8 the
following command will load koi8-r-8x8.fnt.

# vidcontrol -f koi8-r

MFC after: 2 weeks

show more ...


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# e64c88b2 22-Jul-2001 Kazutaka YOKOTA <yokota@FreeBSD.org>

Use the correct ioctl command to set a VESA mode.

PR: 24423
MFC after: 10 days


# 031c57af 28-May-2001 Dag-Erling Smørgrav <des@FreeBSD.org>

Move the scrollback controls from kbdcontrol to vidcontrol.
Also fix some style bugs in the code and poor language in the man pages.

Reviewed by: sobomax


# 1f22a113 20-May-2001 Maxim Sobolev <sobomax@FreeBSD.org>

- Sort usage() output;
- sync usage() with reality and manpage;
- display usage() even if terminal is not a syscons.

Submitted by: ru, sobomax


# d02ca551 19-May-2001 Maxim Sobolev <sobomax@FreeBSD.org>

Move scrshot(1) functionality into vidcontrol(1).

Suggested by: many
Not objected to by: nik (scrshot co-author)


# e4ef2fa2 21-Apr-2001 Andrey A. Chernov <ache@FreeBSD.org>

Proper upper limit for mousechar start is UCHAR_MAX - 3, not UCHAR_MAX

PR: 24437
Submitted by: Cejka Rudolf <cejkar@dcse.fee.vutbr.cz>


Revision tags: release/4.3.0_cvs, release/4.3.0
# 5e0db936 09-Apr-2001 Maxim Sobolev <sobomax@FreeBSD.org>

Allow user to omit font size specification when loading a font. In addition
the following fixes had been made:

- check the size of the font being loaded and compare it with possible sizes
to minim

Allow user to omit font size specification when loading a font. In addition
the following fixes had been made:

- check the size of the font being loaded and compare it with possible sizes
to minimise possibility of loading something that is not a fontfile at all
and turning console screen into garbage;

- prevent buffer overflow (and coredump as a result ) when loading valid
uuencoded file with size that exceeds allocated buffer;

- correct and improve several error messages.

Approved by: -audit, -hackers (silently)

show more ...


# acdb2839 25-Jan-2001 Maxim Sobolev <sobomax@FreeBSD.org>

New option `-g' to allow selecting custom text geometry in VESA_800x600 raster
text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37
text mode as opposed to default 80x25.

Rev

New option `-g' to allow selecting custom text geometry in VESA_800x600 raster
text mode. For example `vidcontrol -g 100x37 VESA_800x600' will setup 100x37
text mode as opposed to default 80x25.

Reviewed by: imp

show more ...


12345678