From owner-freebsd-stable@FreeBSD.ORG Mon Jun 2 09:52:08 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6810D37B401 for ; Mon, 2 Jun 2003 09:52:08 -0700 (PDT) Received: from lakemtao04.cox.net (lakemtao04.cox.net [68.1.17.241]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7518D43FB1 for ; Mon, 2 Jun 2003 09:52:07 -0700 (PDT) (envelope-from tpc@tomfoo.com) Received: from tomfoo.com ([68.110.226.251]) by lakemtao04.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030602165207.QSDX13930.lakemtao04.cox.net@tomfoo.com>; Mon, 2 Jun 2003 12:52:07 -0400 Message-ID: <3EDB80B5.9040300@tomfoo.com> Date: Mon, 02 Jun 2003 12:52:05 -0400 From: Tom Convery User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030424 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gregory Bond , freebsd-stable@freebsd.org References: <200306020607.QAA18727@lightning.itga.com.au> In-Reply-To: <200306020607.QAA18727@lightning.itga.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: hints on KVM switches w/ X X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2003 16:52:08 -0000 Gregory Bond wrote: > Has anyone got hints on using KVM switches with XFree86? I'm using a > wheel mouse and moused, but something gets out of whack when I > switch away then back to X. What make/model of KVM and mouse are you using? I've had this happen to me when the KVM doesn't _really_ support the mouse I'm using, e.g. using an IntelliMouse Explorer with any Belkin KVM I've ever tried. > Next time I touch the mouse, all sorts of weird things happen for a > fraction of a second, then the mouse starts working OK. This happens when the psm driver gets out of sync with the mouse. The driver realizes this is happening and corrects itself, but not until it gets enough garbage (which makes the mouse cursor bounce and click all over the place) to realize it's out of sync. :-\ If the earlier-posted hint about disabling psm sync checking (with "flags 0x0100") doesn't help, replacing your KVM may be the answer. :-( -tpc