From eserte@cottrell.dialup.fu-berlin.de  Fri Aug 29 07:15:26 1997
Received: from cottrell.dialup.fu-berlin.de (cottrell.dialup.fu-berlin.de [160.45.222.107])
          by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA05943
          for <FreeBSD-gnats-submit@freebsd.org>; Fri, 29 Aug 1997 07:15:22 -0700 (PDT)
Received: (from eserte@localhost)
	by cottrell.dialup.fu-berlin.de (8.8.5/8.8.5) id KAA00526;
	Fri, 29 Aug 1997 10:14:48 +0200 (CEST)
Message-Id: <199708290814.KAA00526@cottrell.dialup.fu-berlin.de>
Date: Fri, 29 Aug 1997 10:14:48 +0200 (CEST)
From: Slaven Rezic <eserte@cs.tu-berlin.de>
Reply-To: eserte@cs.tu-berlin.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: syscons: mouse pointer destroys characters
X-Send-Pr-Version: 3.2

>Number:         4417
>Category:       kern
>Synopsis:       syscons: mouse pointer destroys characters
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 29 07:20:02 PDT 1997
>Closed-Date:    Fri Mar 13 13:00:59 PST 1998
>Last-Modified:  Fri Mar 13 13:02:45 PST 1998
>Originator:     Slaven Rezic
>Release:        FreeBSD 2.2.1-RELEASE i386
>Organization:
Private FreeBSD site, Berlin, Germany
>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:
	
	

>Release-Note:
>Audit-Trail:

From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To: eserte@cs.tu-berlin.de
Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject: Re: kern/4417: syscons: mouse pointer destroys characters 
Date: Tue, 02 Sep 1997 20:17:23 +0900

 >>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:
 [snip]
 >>Description:
 >
 >	When using the mouse pointer in a syscons console (vidcontrol
 >	-m on), the characters from 0xd0 to 0xd3 are not shown
 >	properly. 
 
 I am afraid that this annoyance is known; this is the way the mouse
 pointer is drawn in the text console under the current version of
 syscons.
 
 The problem cannot be solved unless we have the full raster console or 
 abandon mouse support in the text console outright.
 
 Kazu
State-Changed-From-To: open->analyzed 
State-Changed-By: wosch 
State-Changed-When: Sun Sep 14 05:52:25 PDT 1997 
State-Changed-Why:  
The problem cannot be solved 

State-Changed-From-To: analyzed->closed 
State-Changed-By: hoek 
State-Changed-When: Fri Mar 13 13:00:59 PST 1998 
State-Changed-Why:  
Dupe of bin/4004 (also analyzed), which has a more explicit follow-up, too. 
>Unformatted:
