From owner-freebsd-stable@FreeBSD.ORG Wed Mar 2 23:06:20 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39C2A16A4CE for ; Wed, 2 Mar 2005 23:06:20 +0000 (GMT) Received: from hyperreal.org (taz3.hyperreal.org [209.237.226.90]) by mx1.FreeBSD.org (Postfix) with SMTP id F1DD443D48 for ; Wed, 2 Mar 2005 23:06:19 +0000 (GMT) (envelope-from brian@collab.net) Received: (qmail 59208 invoked from network); 2 Mar 2005 23:06:22 -0000 Received: from localhost.hyperreal.org (HELO paz.hyperreal.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 2 Mar 2005 23:06:22 -0000 Received: (qmail 47860 invoked by uid 1001); 2 Mar 2005 23:06:27 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 2 Mar 2005 23:06:27 -0000 Date: Wed, 2 Mar 2005 15:06:27 -0800 (PST) From: Brian Behlendorf X-X-Sender: brian@paz.hyperreal.org To: Ruben van Staveren In-Reply-To: <20050302101638.GB54157@erg.verweg.com> Message-ID: <20050302150553.N84651@paz.hyperreal.org> References: <20050302101638.GB54157@erg.verweg.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N cc: freebsd-stable@freebsd.org Subject: Re: I can not surf on Flash powered sites. X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2005 23:06:20 -0000 On Wed, 2 Mar 2005, Ruben van Staveren wrote: > On Wed, Mar 02, 2005 at 12:23:42AM +0200, Ege Mukan wrote: > >> Nowavadays whenever I want to surf on websites which contains flash >> things my firefox or mozilla shuts itself. >> >> Did you ever encounter this problem. And if you'd how did you eliminate ??? > > Are you using Xorg6.8.1 and have enabled the Composite extension ? > > (as in > > Section "Extensions" > Option "Composite" "Enable" > EndSection > > ) > > Then add this line to /usr/X11R6/bin/firefox, just beneath the #! /bin/sh > > export XLIB_SKIP_ARGB_VISUALS=1 Didn't make a difference with native builds of www/firefox v 1.0.1 and www/flashplugin-firefox 0.4.12. Brian