Date: Sun, 18 Aug 2013 21:33:02 GMT From: Douglas Carmichael <dcarmich@dcarmichael.net> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/181385: I have updated xf86-drivers/xf86-video-vmware with a Message-ID: <201308182133.r7ILX27O065762@oldred.freebsd.org> Resent-Message-ID: <201308182140.r7ILe1fp022651@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181385 >Category: ports >Synopsis: I have updated xf86-drivers/xf86-video-vmware with a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 18 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: 9.1-RELEASE-p4 >Organization: n/a >Environment: FreeBSD dc-freebsd 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Fri Jun 28 06:13:53 CDT 2013 root@dc-freebsd:/usr/src/sys/amd64/compile/VMWARE91-64 amd64 >Description: I have updated x11-drivers/xf86-video-vmware with a fix from a VMware developer for the 'disappearing cursor' bug. (There is also a VT switching bug with xdm, but this fixes the disappearing cursor bug.) A patch is attached. >How-To-Repeat: n/a >Fix: A patch is attached. Patch attached with submission follows: diff -ruN xf86-video-vmware.orig/files/patch-src-vmware.c xf86-video-vmware/files/patch-src-vmware.c --- xf86-video-vmware.orig/files/patch-src-vmware.c 1969-12-31 18:00:00.000000000 -0600 +++ xf86-video-vmware/files/patch-src-vmware.c 2013-08-18 12:04:56.000000000 -0500 @@ -0,0 +1,10 @@ +--- src/vmware.c.orig 2013-04-17 03:02:10.000000000 -0700 ++++ src/vmware.c 2013-08-18 04:04:34.000000000 -0700 +@@ -366,6 +366,7 @@ + return FALSE; + } + pVMWARE->suspensionSavedRegId = id; ++ pVMWARE->SavedReg.svga_reg_id = id; + + #if !XSERVER_LIBPCIACCESS + pVMWARE->PciTag = pciTag(pVMWARE->PciInfo->bus, pVMWARE->PciInfo->device, >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308182133.r7ILX27O065762>