From owner-freebsd-current@FreeBSD.ORG Thu Jan 8 15:24:55 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15A68106564A for ; Thu, 8 Jan 2009 15:24:55 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out1.uni-muenster.de (ZIVM-OUT1.UNI-MUENSTER.DE [128.176.192.8]) by mx1.freebsd.org (Postfix) with ESMTP id 9599F8FC14 for ; Thu, 8 Jan 2009 15:24:53 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.37,234,1231110000"; d="scan'208";a="266508688" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER01.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay1.uni-muenster.de with ESMTP; 08 Jan 2009 16:24:52 +0100 Received: by ZIVMAILUSER01.UNI-MUENSTER.DE (Postfix, from userid 149459) id 81CE51B075D; Thu, 8 Jan 2009 16:24:52 +0100 (CET) Date: Thu, 08 Jan 2009 16:24:52 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Christoph Mallon Message-ID: In-Reply-To: <4965F348.90407@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: mouse cursor corrupts chars under syscons X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2009 15:24:55 -0000 the effect is hard to describe. when moving the cursor over chars you can see that the edges of certain chars flicker. try running the command below. the effect should be quite obvious. i'm using an old fashioned crt monitor. the effect might not be visible on tft displays. i have absolutely no idea what's causing this. but here's a wild guess: from the effect it looks like the mouse cursor is actually made up of a 32x32 or 64x64 pixel square. this square contains the white cursor. apart from the cursor the rest of the square is transparent. it appears the code that calculates the actual pixel-colour-value between the transparent parts of the cursor-square and the cars on syscons has a bug in it. however that's just a wild guess. alex Christoph Mallon schrieb am 2009-01-08: > Alexander Best schrieb: > >i noticed the mouse cursor currupting characters under syscons. to > >test this > >do the following under syscons/bash: > >for i in `jot 5000`; do echo -n 0; done > >now gently move your cursor over the zeros. see? > What do you mean? When moving the mouse cursor down then its bottom > suddenly pops up in a row when it already should be several pixels > in that row?