mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
47356a8f19
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
17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
[
|
|
{ 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
|
|
}
|
|
]
|