From owner-freebsd-current@FreeBSD.ORG Fri Jan 30 22:19:36 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B57B1065675; Fri, 30 Jan 2009 22:19:36 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id EB0248FC18; Fri, 30 Jan 2009 22:19:35 +0000 (UTC) (envelope-from ohartman@mail.zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost1.zedat.fu-berlin.de (Exim 4.69) with esmtp (envelope-from ) id <1LT1i3-0007HS-80>; Fri, 30 Jan 2009 23:19:35 +0100 Received: from e178024083.adsl.alicedsl.de ([85.178.24.83] helo=thor.walstatt.dyndns.org) by inpost2.zedat.fu-berlin.de (Exim 4.69) with esmtpsa (envelope-from ) id <1LT1i3-0000Rq-57>; Fri, 30 Jan 2009 23:19:35 +0100 Message-ID: <49837CFD.4080603@mail.zedat.fu-berlin.de> Date: Fri, 30 Jan 2009 23:19:41 +0100 From: "O. Hartmann" User-Agent: Thunderbird 2.0.0.19 (X11/20090129) MIME-Version: 1.0 To: freebsd-current@freebsd.org, freebsd-questions@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Originating-IP: 85.178.24.83 X-Mailman-Approved-At: Fri, 30 Jan 2009 22:24:06 +0000 Cc: Subject: Xorg upgrade desaster: Xlib: extension "Generic Event Extension" missing on display ":0.0". X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2009 22:19:36 -0000 After upgrading one of my FreeBSD 8.0-CUR/amd64 boxes to new xorg-7.4 and having done hurting recompiling nearly everything/package twice now firefox3 still doesn't work properly and hits me when starting with this error message: Xlib: extension "Generic Event Extension" missing on display ":0.0". Then firefox3 freezes forever, showing something like the background or pixel remnants of windows/picograms moving over its window. I recompiled three times libxcb and its dependencies, two times Xlib/Xserver/xf86-input-* to be sure having compiled everything and then I recompiled everything again what's necessary to build Firefox3. No effect. I now recompile everything needed to build Xlib to get rid of the above shown error message because I suspect this causing my firefox3 not working. On another box, also amd64, but FreeBSD 7.1-STABLE (SMP) I had to do the same procedure and firefox3 is working properly. Bot boxes do have ATI graphics (driver radeon). I also tried deleting my personal .mozille directory and started firefox from scratch. But after some download-save-requester opened (when trying to download a file from a location in the web) firefox freezes also eating up 100% cpu. In all cases Firefox3 can be killed. Any help is appreciated. Oliver