From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 25 13:56:22 2008 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F8C41065671 for ; Tue, 25 Mar 2008 13:56:22 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from mail.farley.org (farley.org [67.64.95.201]) by mx1.freebsd.org (Postfix) with ESMTP id 571AD8FC25 for ; Tue, 25 Mar 2008 13:56:22 +0000 (UTC) (envelope-from scf@FreeBSD.org) Received: from thor.farley.org (thor.farley.org [192.168.1.5]) by mail.farley.org (8.14.2/8.14.2) with ESMTP id m2PDuGUc015792; Tue, 25 Mar 2008 08:56:16 -0500 (CDT) (envelope-from scf@FreeBSD.org) Date: Tue, 25 Mar 2008 08:56:16 -0500 (CDT) From: "Sean C. Farley" To: Jeremie Le Hen In-Reply-To: <20080324101123.GL66530@obiwan.tataz.chchile.org> Message-ID: References: <200803162311.25730.beech@freebsd.org> <200803171053.46283.beech@freebsd.org> <20080318020103.92FCB8FC2F@mx1.freebsd.org> <200803171848.52304.beech@freebsd.org> <20080320214716.GD66530@obiwan.tataz.chchile.org> <20080320232210.GA3429@freebsd.org> <20080321064347.GE66530@obiwan.tataz.chchile.org> <20080321111313.0d3fe923@peedub.jennejohn.org> <20080324101123.GL66530@obiwan.tataz.chchile.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on mail.farley.org Cc: freebsd-emulation@FreeBSD.org Subject: Re: swfdec and youtube (was: Skype core dumps as normal user) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2008 13:56:22 -0000 On Mon, 24 Mar 2008, Jeremie Le Hen wrote: > Hi Gary, > > On Fri, Mar 21, 2008 at 11:13:13AM +0100, Gary Jennejohn wrote: >> Jeremie Le Hen wrote: >> >>> Last time I've tried gnash, it didn't work very well (understand: it >>> didn't play Youtube). I don't know swfdec, I will try it. Does it >>> play videos? >> >> swfdec definitely works for YouTube. Other sites, like spiegel.de, >> do not work. > > I've just tried swfdec with YouTube. I can hear the video, but the > screen stays black. Did you experience a similar problem? I had to add this to the "Device" section to get swfdec to work on an Intel-based GPU: Option "XaaNoOffscreenPixmaps" "true" I found mention of that fix here: http://vrodic.blogspot.com/2008/01/firefoxmozilla-performance-under.html It is possible that Option "AccelMethod" "EXA" will also help (instead of XaaNoOffscreenPixmaps, but it makes the current (v2.1.1) Intel driver fairly slow. Other drivers may work with it. As a side note, if you are running the v2.1.1 Intel driver, OpenGL applications can lock up X. I disabled it with: Option "DRI" "false". Sean -- scf@FreeBSD.org