svn commit: r509793 - head/www/qutebrowser
Roman Bogorodskiy
novel at FreeBSD.org
Sun Aug 25 12:31:51 UTC 2019
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
+}
+]
More information about the svn-ports-all
mailing list