ports/146256: x11/xorg does fails to start after upgrade from 7.4 to 7.5 (Undefined symbol "xf86LoaderReqSymLists" in intel_drv.so).

Stacy Millions stacy at Millions.Ca
Fri Jun 18 02:10:04 UTC 2010


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

From: Stacy Millions <stacy at Millions.Ca>
To: bug-followup at FreeBSD.org, joey at mingrone.org
Cc:  
Subject: Re: ports/146256: x11/xorg does fails to start after upgrade from
 7.4 to 7.5 (Undefined symbol "xf86LoaderReqSymLists" in intel_drv.so).
Date: Thu, 17 Jun 2010 20:03:05 -0600

 This is a multi-part message in MIME format.
 --------------050605060101010008010102
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 If I am reading the audit trail of this PR correctly, it started with an 
 "Undened symbol" error and once that was corrected it moved to a "the 
 computer freezes" problem. If that is correct then I have a work around.
 
 I won't call the attached patch a fix, because to fix a problem you have 
 to first understand what the problem is and I don't. What this does is 
 avoid the problem. Hopefully someone who understands X11 and intel 
 driver better than I can find a hint here and actually fix the problem.
 
 -stacy
 
 
 --------------050605060101010008010102
 Content-Type: text/plain;
  name="patch-i830_display.c"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="patch-i830_display.c"
 
 --- src/i830_display.c.orig	2010-06-17 18:14:41.000000000 -0600
 +++ src/i830_display.c	2010-06-17 18:16:09.000000000 -0600
 @@ -1963,6 +1963,8 @@
  	intel_crtc->lut_b[i] = blue[i] >> 8;
      }
  
 +if(intel_crtc->pipe == 0) return; /* -stacy */
 +
      i830_crtc_load_lut(crtc);
  }
  
 
 --------------050605060101010008010102--


More information about the freebsd-x11 mailing list