[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [BUG] xen-kbdfront.c


  • To: <xen-devel@xxxxxxxxxxxxx>
  • From: "Dominic Russell" <GTA_doum@xxxxxxxxxxx>
  • Date: Sun, 26 May 2013 17:12:54 -0400
  • Delivery-date: Mon, 27 May 2013 08:21:49 +0000
  • Importance: Normal
  • List-id: Xen developer discussion <xen-devel.lists.xen.org>

Hello,
 
By trying to find a workaround for the mouse âunsyncâ in VNC, I noticed that the mouse, even if the resolution has been changed by a .video argument on the kernel, was only moving in a 800x600 window.
 
It must be due to those lines of code in xen-kbdfront.c (taken from kernel-3.9.1) :
input_set_abs_params(ptr, ABS_X, 0, XENFB_WIDTH, 0, 0);
input_set_abs_params(ptr, ABS_Y, 0, XENFB_HEIGHT, 0, 0);
If the resolution has been overridden by a kernel argument, the width and height should be taken from those arguments also, not from the constants...
 
Best regards,
Dominic
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.