From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Re: Problems with guest mouse Was: More issues with xl on 4.1.0-rc Date: Wed, 9 Mar 2011 11:41:37 +0100 Message-ID: <20110309104137.GA19700@aepfle.de> References: <4D7748DC.9050401@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <4D7748DC.9050401@oracle.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: John Haxby Cc: "xen-devel@lists.xensource.com" , Stefano Stabellini , M A Young List-Id: xen-devel@lists.xenproject.org On Wed, Mar 09, John Haxby wrote: > (II) Xen Virtual Pointer: initialized for relative axes. > (WW) Xen Virtual Pointer: ignoring absolute axes. The bug is in the PV driver, it should send either absolute or relative, but not advertise both to the kernel evdev driver. The current xorg-input driver gets confused if both are advertised (it may have a reason to do it that way for real hardware). I have a kernel patch which I will send out later this week. Olaf