Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Aug 1997 10:14:48 +0200 (CEST)
From:      Slaven Rezic <eserte@cs.tu-berlin.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   kern/4417: syscons: mouse pointer destroys characters
Message-ID:  <199708290814.KAA00526@cottrell.dialup.fu-berlin.de>
Resent-Message-ID: <199708291420.HAA06268@hub.freebsd.org>

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

>Number:         4417
>Category:       kern
>Synopsis:       syscons: mouse pointer destroys characters
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 07:20:02 PDT 1997
>Last-Modified:
>Originator:     Slaven Rezic
>Organization:
Private FreeBSD site, Berlin, Germany
>Release:        FreeBSD 2.2.1-RELEASE i386
>Environment:

	syscons settings:
		keymap="/home/e/eserte/FreeBSD/syscons/keymaps/german.my"
		keyrate=fast
		keychange=NO
		cursor=NO
		scrnmap=NO
		font8x16=iso-8x16
		font8x14=NO
		font8x8=NO
		mousedtype=mouseman
		mousedport=/dev/cuaa0
		mousedflags=""


>Description:

	When using the mouse pointer in a syscons console (vidcontrol
	-m on), the characters from 0xd0 to 0xd3 are not shown
	properly. 

>How-To-Repeat:

	Turn mse on. Exec "vidcontrol -m on". Exec this perl script:
	/usr/bin/perl -e 'for $i (32 .. 127, 160 .. 255) { print pack("c", $i); print "\n" if $i%16 == 0 }'
	Use the mouse.

>Fix:
	
	

>Audit-Trail:
>Unformatted:



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