Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2019 16:35:14 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509804 - head/www/falkon
Message-ID:  <201908251635.x7PGZEvM020827@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sun Aug 25 16:35:14 2019
New Revision: 509804
URL: https://svnweb.freebsd.org/changeset/ports/509804

Log:
  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

Modified:
  head/www/falkon/pkg-message

Modified: head/www/falkon/pkg-message
==============================================================================
--- head/www/falkon/pkg-message	Sun Aug 25 16:27:57 2019	(r509803)
+++ head/www/falkon/pkg-message	Sun Aug 25 16:35:14 2019	(r509804)
@@ -5,6 +5,11 @@ On FreeBSD < 11.3 Web Content process may frequently c
 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
 }
 ]



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