From owner-freebsd-stable@FreeBSD.ORG Tue Jun 3 20:03:34 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 80F7437B401 for ; Tue, 3 Jun 2003 20:03:34 -0700 (PDT) Received: from tomts14-srv.bellnexxia.net (tomts14-srv.bellnexxia.net [209.226.175.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D64243FAF for ; Tue, 3 Jun 2003 20:03:33 -0700 (PDT) (envelope-from beon@sympatico.ca) Received: from sympatico.ca ([64.230.3.147]) by tomts14-srv.bellnexxia.net ESMTP <20030604030332.WZUX11313.tomts14-srv.bellnexxia.net@sympatico.ca>; Tue, 3 Jun 2003 23:03:32 -0400 Message-ID: <3EDD6184.5070501@sympatico.ca> Date: Tue, 03 Jun 2003 23:03:32 -0400 From: beon@sympatico.ca User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3) Gecko/20030312 X-Accept-Language: en-ca, en-us, en, ja, fr-ca, fr-fr, fr MIME-Version: 1.0 To: Gregory Bond References: <20030603190055.430F537B401@hub.freebsd.org> In-Reply-To: <20030603190055.430F537B401@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-stable@freebsd.org 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: Wed, 04 Jun 2003 03:03:34 -0000 Hi, Years ago, I encountered a problem with my XFree86, KVM and PS/2 mouse where the cursor would jump to the side of the screen and only wiggle when I moved the mouse. I eventually found a solution searching for messages like psmintr: out of sync (0000 != 0008) based on what I saw in my syslog. This message looks familiar: I think the solution I used was setting a bit in my kernel's psm config to not sync and rebuilding. YMMV Excuse me if this has already been answered. I only get the digest version. cheers Ken On Mon, Jun 02, 2003 at 04:07:00PM +1000, 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. 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 is annoying and > dangerous because it often winds up pasting random stuff into xterms..... > > Are there any hints for making this less of a problem?