Bug 119820 - [PATCH] x11-drivers/xf86-input-vmmouse: incorrect mouse pointer cordinate
Summary: [PATCH] x11-drivers/xf86-input-vmmouse: incorrect mouse pointer cordinate
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-20 09:40 UTC by hiroto.kagotani
Modified: 2008-03-13 12:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.22 KB, patch)
2008-01-20 09:40 UTC, hiroto.kagotani
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description hiroto.kagotani 2008-01-20 09:40:00 UTC
vmmouse mouse driver does not correctly work with xorg-server under VMware Player/Workstation environment.  xorg-server can not obtain the correct coordinates of the mouse pointer.  The reason and the workaround are described in:
http://groups.google.com/group/lucky.freebsd.questions/browse_thread/thread/9d44a3f3068edd07/df2ce51aa42be533

This workaround should likely be removed when the next xorg-server is released.

Fix: Patch from http://groups.google.com/group/lucky.freebsd.questions/browse_thread/thread/9d44a3f3068edd07/df2ce51aa42be533
How-To-Repeat: Install FreeBSD + xorg as a guest OS of VMware Player.
Install xf86-input-vmmouse and xf86-video-vmware drivers.
Configure xorg to use vmmouse and vmware drivers.
Run X.
You find you can not click any place while the mouse pointer is visible and moving.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-20 09:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-03-13 12:06:51 UTC
flz         2008-03-13 12:06:45 UTC

  FreeBSD ports repository

  Modified files:
    x11-drivers/xf86-input-vmmouse Makefile 
  Added files:
    x11-drivers/xf86-input-vmmouse/files patch-src_vmmouse.c 
  Log:
  Add patch to fix mouse pointer coordinates.
  
  PR:             ports/119820
  Submitted by:   Hiroto Kagotani <hiroto.kagotani@gmail.com>
  
  Revision  Changes    Path
  1.7       +1 -0      ports/x11-drivers/xf86-input-vmmouse/Makefile
  1.1       +28 -0     ports/x11-drivers/xf86-input-vmmouse/files/patch-src_vmmouse.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Florent Thoumie freebsd_committer freebsd_triage 2008-03-13 12:06:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!