From owner-freebsd-gecko@freebsd.org Sun Sep 3 19:46:35 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 07E82E1BD8A for ; Sun, 3 Sep 2017 19:46:35 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id EAFFA7639F for ; Sun, 3 Sep 2017 19:46:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id E7692E1BD89; Sun, 3 Sep 2017 19:46:34 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E6F76E1BD88 for ; Sun, 3 Sep 2017 19:46:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CAF947639E; Sun, 3 Sep 2017 19:46:34 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 1A387250FC; Sun, 3 Sep 2017 19:46:34 +0000 (UTC) From: Jan Beich To: "Mikhail T." Cc: gecko@freebsd.org Subject: Re: Videos have a pink hint in Firefox References: <3bbb2973-0d28-21a6-dd0a-c8039dfab8be@aldan.algebra.com> Date: Sun, 03 Sep 2017 21:46:22 +0200 Message-ID: <60cz-h8fl-wny@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2017 19:46:35 -0000 "Mikhail T." writes: > Hello! This is a bizarre new problem I noticed after a recent upgrade > of Firefox -- not sure, when exactly it happened, because I don't view > videos on my computer very often. Below is an example of what I'm > talking about -- a screenshot from YouTube. But the problem is the > same on other sites too. Firefox doesn't use hardware decoding on Linux and FreeBSD but it may use OpenGL or XRender compositing. Flash plugin is an exception, with nvidia-driver you may need to symlink /usr/local/etc/vdpau_wrapper.cfg to /compat/linux/etc/vdpau_wrapper.cfg. Otherwise, try reproducing in a pristine jail with default binary packages and fresh profile. Which KMS, DDX and DRI driver? If in doubt try using vesa (BIOS) or scfb (UEFI) with llvmpipe. I can't help much with x11@ issues due to lack of hardware. What FreeBSD release/architecture is affected? For one, my testing on i386 is hindered by https://github.com/FreeBSDDesktop/freebsd-base-graphics/issues/166 but llvmpipe seems to work fine. > I checked mplayer -- playing videos with it works fine. Not sure, if > this is Firefox or some video-processing library that it relies > on... Advice? Thanks! Yours, Check more than one video output e.g., -vo gl. Check other video players e.g, mpv, vlc and something GStreamer-based.