summaryrefslogtreecommitdiff
path: root/www/qutebrowser/pkg-message
blob: 27c77256c264e8459a721644d7fafe061719415e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}
]