Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2000 14:02:07 -0400 (EDT)
From:      Vivek Khera <khera@kciLink.com>
To:        stable@freebsd.org
Subject:   syscons mouse with NO_SC_* options
Message-ID:  <14803.34719.547451.130094@onceler.kciLink.com>

next in thread | raw e-mail | index | archive | help
I was tweaking a server kernel the other day, and eventually noticed
that the system mouse did not work on the console.  So I tried the
same tweaks on my workstation, and noticed that the sysmouse went away
as well.  However, it continued to work under X on my workstation
(configured to use sysmouse with moused).

What I discovered is this:

If you specify VGA_NO_FONT_LOADING, the console mouse fails to work
without any warnings.

If you specify SC_NO_FONT_LOADING but leave out VGA_NO_FONT_LOADING,
the kernel hangs just after setting rndcontol values (just prior to
loading linux emulation) and reboots after about 5 seconds.  No panic
messages are printed.  After reboot (to kernel.old), the keyboard
doesn't work under X except for CTRL-ALT-DEL.  After second reboot all
is well.

If you specify both of the above, the console mouse fails to work
without any notice as well.

So, if you want to specify VGA_NO_FONT_LOADING and SC_NO_FONT_LOADING,
you *must* specify SC_ALT_MOUSE_IMAGE to have a console mouse with
cut/paste.

None of this is documented in the syscons or vga man pages.  The other
SC_NO_* and VGA_NO_* options didn't seem to have any affects other
than those documented.

I'm filing a PR about this documentation omission, but I wanted to
confirm the lockups I observe above.  Anyone else seen them?

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: khera@kciLink.com       Rockville, MD       +1-301-545-6996
GPG & MIME spoken here            http://www.khera.org/~vivek/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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