diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-08-26 00:35:14 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-08-26 00:35:14 +0800 |
commit | 28ce52215e58b885798a2e94af997f93b7352758 (patch) | |
tree | 3cf783679117739c0bab556d8d54af7b9550e4cb | |
parent | bc6785010a1fea96f7c0006a7899d4f37b79d20a (diff) | |
download | freebsd-ports-gnome-28ce52215e58b885798a2e94af997f93b7352758.tar.gz freebsd-ports-gnome-28ce52215e58b885798a2e94af997f93b7352758.tar.zst freebsd-ports-gnome-28ce52215e58b885798a2e94af997f93b7352758.zip |
www/falkon: 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: 240095
PR: 237277
Submitted by: Lorenzo Salvadore
Reported by: Nuno Teixeira
-rw-r--r-- | www/falkon/pkg-message | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/falkon/pkg-message b/www/falkon/pkg-message index 85e76631c521..e70b19391434 100644 --- a/www/falkon/pkg-message +++ b/www/falkon/pkg-message @@ -5,6 +5,11 @@ On FreeBSD < 11.3 Web Content process may frequently crash due to bug 181741. If you cannot upgrade try applying the following workaround: # sysctl net.local.stream.recvspace=16384 + +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 --disable-gpu +option. EOM } ] |