Date: Fri, 17 Sep 1999 16:28:40 -0600 From: Warner Losh <imp@village.org> To: Mike Pritchard <mpp@FreeBSD.ORG> Cc: freebsd-current@FreeBSD.ORG Subject: Re: Weird syscons keyboard behaviour Message-ID: <199909172228.QAA05731@harmony.village.org> In-Reply-To: Your message of "Fri, 17 Sep 1999 06:43:45 CDT." <199909171143.GAA00356@mpp.pro-ns.net> References: <199909171143.GAA00356@mpp.pro-ns.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <199909171143.GAA00356@mpp.pro-ns.net> Mike Pritchard writes: : I've noticed some odd syscons keyboard behaviour over the past : month or so. Sometimes I get a vty that outputs PC graphics characters : for all of my input. This is always at a "login:" prompt. I think : I can duplicate this by typing a bunch of garbage at a login prompt, : but I don't feel like trying to test it right now and have to : reboot my main machine. syscons can get confused about the state of the CTRL key. I see exactly this if i hit ^C to sendmail just before the keymap changes since the key up event is after the keymap change and that key is no longer ctrl. However, hitting the control key several times seems to fix this. Next time you see the problem, you might want to try this. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909172228.QAA05731>