Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 May 2012 01:25:34 GMT
From:      Douglas Carmichael <dcarmich@dcarmichael.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167596: I have rolled back x11-drivers/xf86-video-vmware to 11.0.3 (critical issue 
Message-ID:  <201205050125.q451PY1w076923@red.freebsd.org>
Resent-Message-ID: <201205050130.q451UCs0075225@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         167596
>Category:       ports
>Synopsis:       I have rolled back x11-drivers/xf86-video-vmware to 11.0.3 (critical issue
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 05 01:30:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Douglas Carmichael
>Release:        9.0-RELEASE
>Organization:
n/a
>Environment:
FreeBSD dc-freebsd90 9.0-RELEASE FreeBSD 9.0-RELEASE #1: Wed Apr 18 22:11:16 CDT 2012     root@dc-freebsd90:/usr/src/sys/amd64/compile/VMWARE90-64  amd64
>Description:
I have rolled back x11-drivers/xf86-video-vmware to 11.0.3 because of an issue with 12.0.2.

When you log into the system via xdm, it will work for the first session. 
But, when you log out, the mouse pointer disappears and an "Unable to map mmio BAR" message is shown in Xorg.0.log.

(From my recollections, this issue isn't seen when starting X via startx.)

I have contacted the driver authors, but have not received a reply yet.

>How-To-Repeat:
To reproduce:
 
1) Start xdm running in the VM.
2) Log into an X session.
3) Log out.
>Fix:
The attached patch reverts the port back to 11.0.3, and I have contacted the driver authors.


Patch attached with submission follows:

diff -ruN xf86-video-vmware.orig/Makefile xf86-video-vmware/Makefile
--- xf86-video-vmware.orig/Makefile	2012-05-04 19:53:39.000000000 -0500
+++ xf86-video-vmware/Makefile	2012-05-04 19:58:54.000000000 -0500
@@ -6,14 +6,12 @@
 #
 
 PORTNAME=	xf86-video-vmware
-PORTVERSION=	12.0.2
+PORTVERSION=	11.0.3
 CATEGORIES=	x11-drivers
 
 MAINTAINER=	x11@FreeBSD.org
 COMMENT=	X.Org vmware display driver
 
-BROKEN=		bad plist
-
 XORG_CAT=	driver
 USE_XORG=	xextproto xineramaproto videoproto
 
diff -ruN xf86-video-vmware.orig/distinfo xf86-video-vmware/distinfo
--- xf86-video-vmware.orig/distinfo	2012-05-04 19:53:39.000000000 -0500
+++ xf86-video-vmware/distinfo	2012-05-04 19:58:55.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (xorg/driver/xf86-video-vmware-12.0.2.tar.bz2) = c827875fd94805ec9b925fe09aaa973e7e3f9096c7ef311d449c3f134ae75147
-SIZE (xorg/driver/xf86-video-vmware-12.0.2.tar.bz2) = 432468
+SHA256 (xorg/driver/xf86-video-vmware-11.0.3.tar.bz2) = b24a7cb2d87e416561e25122eab2cd48fc64a2ba105238456eefef16f29f38a3
+SIZE (xorg/driver/xf86-video-vmware-11.0.3.tar.bz2) = 313656


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205050125.q451PY1w076923>