ports/70317: xvideo problems using XFree86-4.4.0

Dejan Lesjak dejan.lesjak at ijs.si
Sat Aug 28 05:10:25 PDT 2004


The following reply was made to PR ports/70317; it has been noted by GNATS.

From: Dejan Lesjak <dejan.lesjak at ijs.si>
To: freebsd-gnats-submit at FreeBSD.org, c.lackas at fz-juelich.de
Cc:  
Subject: Re: ports/70317: xvideo problems using XFree86-4.4.0
Date: Sat, 28 Aug 2004 14:03:11 +0200

 --Boundary-00=_/RHMBlLq5d5eH0Q
 Content-Type: text/plain;
   charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Could you try dropping the attached patch from Freedesktop bugzilla to 
 x11-servers/XFree86-4-Server/files directory and reinstall XFree86-Server 
 port.
 
 --Boundary-00=_/RHMBlLq5d5eH0Q
 Content-Type: text/x-csrc;
   charset="us-ascii";
   name="patch-programs::Xserver::hw::xfree86::common::xf86fbman.c"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="patch-programs::Xserver::hw::xfree86::common::xf86fbman.c"
 
 --- programs/Xserver/hw/xfree86/common/xf86fbman.c.orig	Sat Aug 28 13:14:32 2004
 +++ programs/Xserver/hw/xfree86/common/xf86fbman.c	Sat Aug 28 13:16:03 2004
 @@ -1115,12 +1115,10 @@
  
      *size = 0;
      
 -    if (!offman->LinearAreas) return FALSE;
 -
      pLink = offman->LinearAreas;
 -    pLinkRet = pLink;
  
 -    if (!pLink->area) {
 +    if (pLink && !pLink->area) {
 +	pLinkRet = pLink;
  	while (pLink) {
  	    if (pLink->free) {
  		if (pLink->linear.size > pLinkRet->linear.size)
 
 --Boundary-00=_/RHMBlLq5d5eH0Q--


More information about the freebsd-x11 mailing list