From owner-svn-ports-head@freebsd.org Sun Aug 25 16:27:57 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E127BE2E8B; Sun, 25 Aug 2019 16:27:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46GgXs5f1Vz46Mf; Sun, 25 Aug 2019 16:27:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A277A2031B; Sun, 25 Aug 2019 16:27:57 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7PGRv20015137; Sun, 25 Aug 2019 16:27:57 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7PGRvu4015136; Sun, 25 Aug 2019 16:27:57 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201908251627.x7PGRvu4015136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 25 Aug 2019 16:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r509803 - head/www/otter-browser X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: head/www/otter-browser X-SVN-Commit-Revision: 509803 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Aug 2019 16:27:58 -0000 Author: tcberner Date: Sun Aug 25 16:27:57 2019 New Revision: 509803 URL: https://svnweb.freebsd.org/changeset/ports/509803 Log: www/otter-browser: add hint and resolution to color problems in video playback - when hardware accelartion is not available users can experience switched colors - to work around the issue it is possible to pass --disable-gpu to the command line PR: 240097 PR: 237277 Submitted by: Lorenzo Salvadore Reported by: Nuno Teixeira Modified: head/www/otter-browser/pkg-message Modified: head/www/otter-browser/pkg-message ============================================================================== --- head/www/otter-browser/pkg-message Sun Aug 25 16:21:43 2019 (r509802) +++ head/www/otter-browser/pkg-message Sun Aug 25 16:27:57 2019 (r509803) @@ -6,6 +6,11 @@ To switch to the newer QtWebEngine web backend, add th [Backends] Web=qtwebengine + +If you get wrong colors when watching videos while using the QtWebEngine +backend, this is probably because your system does not support hardware +acceleration (see bug 237277): you can disable it by starting the browser +from command line with the --disable-gpu option. EOM } ]