diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-08-26 00:27:57 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-08-26 00:27:57 +0800 |
commit | bc6785010a1fea96f7c0006a7899d4f37b79d20a (patch) | |
tree | c73d8bdad45f03794853c6839ecf4f727b9bf22f | |
parent | 8297bfcb8cf218f65b6cd2aad0e53134ccce104e (diff) | |
download | freebsd-ports-gnome-bc6785010a1fea96f7c0006a7899d4f37b79d20a.tar.gz freebsd-ports-gnome-bc6785010a1fea96f7c0006a7899d4f37b79d20a.tar.zst freebsd-ports-gnome-bc6785010a1fea96f7c0006a7899d4f37b79d20a.zip |
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
-rw-r--r-- | www/otter-browser/pkg-message | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/otter-browser/pkg-message b/www/otter-browser/pkg-message index 64cb7a07acae..1bbcb73e20c3 100644 --- a/www/otter-browser/pkg-message +++ b/www/otter-browser/pkg-message @@ -6,6 +6,11 @@ To switch to the newer QtWebEngine web backend, add this section to the [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 } ] |