Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2004 12:10:25 GMT
From:      Dejan Lesjak <dejan.lesjak@ijs.si>
To:        x11@FreeBSD.org
Subject:   Re: ports/70317: xvideo problems using XFree86-4.4.0
Message-ID:  <200408281210.i7SCAPLm068066@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70317; it has been noted by GNATS.

From: Dejan Lesjak <dejan.lesjak@ijs.si>
To: freebsd-gnats-submit@FreeBSD.org, c.lackas@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--



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