From owner-freebsd-x11@FreeBSD.ORG Thu Dec 12 20:53:59 2013 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44E4FBFF; Thu, 12 Dec 2013 20:53:59 +0000 (UTC) Received: from pfa3.x.rootbsd.net (mail.dcarmichael.net [199.102.76.114]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0EBD017E5; Thu, 12 Dec 2013 20:53:58 +0000 (UTC) Received: from [192.168.1.3] (c-67-176-237-158.hsd1.il.comcast.net [67.176.237.158]) (authenticated bits=0) by pfa3.x.rootbsd.net (8.14.7/8.14.7) with ESMTP id rBCKrsNp021112 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 12 Dec 2013 15:53:56 -0500 (EST) (envelope-from dcarmich@dcarmichael.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98 at pfa3.x.rootbsd.net X-Authentication-Warning: pfa3.x.rootbsd.net: Host c-67-176-237-158.hsd1.il.comcast.net [67.176.237.158] claimed to be [192.168.1.3] From: Douglas Carmichael Content-Type: multipart/mixed; boundary="Apple-Mail=_A90078EE-15DC-470A-BED8-837D32C24476" Subject: xf86-video-vmware cursor fix not committed (ports/181385) Date: Thu, 12 Dec 2013 14:53:25 -0600 Message-Id: <872E37BB-72C0-4289-A44D-9F25BCE9621A@dcarmichael.net> To: Steve Wills Mime-Version: 1.0 (Mac OS X Mail 7.0 \(1822\)) X-Mailer: Apple Mail (2.1822) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on pfa3.x.rootbsd.net Cc: x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2013 20:53:59 -0000 --Apple-Mail=_A90078EE-15DC-470A-BED8-837D32C24476 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 Steve: There=92s also a fix for a cursor-related bug in xf86-video-vmware that = has not been committed at all (PR: ports/181385), and has received no = action since August. (The bug manifests itself when using xdm by an =91Unable to map mmio = BAR=92 message from xorg after restarting xdm at logout.) What would be the best way to have this committed to the port, as it = significantly impacts use of FreeBSD under VMware? Here=92s a link to the PR: = http://www.freebsd.org/cgi/query-pr.cgi?pr=3D181385 =97Douglas --Apple-Mail=_A90078EE-15DC-470A-BED8-837D32C24476 Content-Disposition: attachment; filename=xf86-video-vmware-13.0.1-cursor.patch Content-Type: application/octet-stream; x-unix-mode=0644; name="xf86-video-vmware-13.0.1-cursor.patch" Content-Transfer-Encoding: 7bit --- work/xf86-video-vmware-13.0.1/src/vmware.c 2013-04-17 03:02:10.000000000 -0700 +++ work/xf86-video-vmware-13.0.1/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, --Apple-Mail=_A90078EE-15DC-470A-BED8-837D32C24476--