Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 12:31:50 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509793 - head/www/qutebrowser
Message-ID:  <201908251231.x7PCVohA074117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Sun Aug 25 12:31:50 2019
New Revision: 509793
URL: https://svnweb.freebsd.org/changeset/ports/509793

Log:
  www/qutebrowser: tell user how to disable hardware acceleration
  
  On older hardwares or systems where hardware acceleration has not been
  configured correctly the browser shows videos with wrong colors.
  Add a pkg-message notice on how to disable hardware acceleration
  as a workaround for this issue.
  
  PR:		240096
  Submitted by:	Lorenzo Salvadore

Added:
  head/www/qutebrowser/pkg-message   (contents, props changed)

Added: head/www/qutebrowser/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qutebrowser/pkg-message	Sun Aug 25 12:31:50 2019	(r509793)
@@ -0,0 +1,16 @@
+[
+{ type: install
+  message: <<EOM
+If you get wrong colors when watching videos, 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
+--qt-flag disable-gpu option:
+
+  qutebrowser --qt-flag disable-gpu
+
+Or you can set 'qt.force_software_rendering' qutebrowser option to 'chromium':
+
+  :set qt.force_software_rendering chromium
+EOM
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908251231.x7PCVohA074117>