2019-12-30 22:19:59 -07:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
cat <<EOF
|
|
|
|
|
2020-03-04 14:42:46 -07:00
|
|
|
NOTE: Install the 'hicolor-icon-theme' package if
|
|
|
|
no other icon themes are installed.
|
|
|
|
|
2019-12-30 22:19:59 -07:00
|
|
|
NOTE: Install the 'firefox-privacy' package to
|
2021-07-08 14:17:49 -06:00
|
|
|
enable extra privacy restrictions. This
|
|
|
|
includes more telemetry removals, hardened
|
|
|
|
settings, no phoning-home etc.
|
2019-12-30 22:19:59 -07:00
|
|
|
|
2021-07-08 14:17:49 -06:00
|
|
|
NOTE: You must set this environment variable.
|
|
|
|
|
|
|
|
export MOZ_ENABLE_WAYLAND=1
|
2019-12-30 22:19:59 -07:00
|
|
|
|
2021-07-08 14:47:46 -06:00
|
|
|
NOTE: For VAAPI to work with amdgpu you must have
|
|
|
|
CHECKPOINT_RESTORE enabled in your kernel.
|
|
|
|
See: https://lwn.net/Articles/845448/
|
|
|
|
|
|
|
|
CONFIG_CHECKPOINT_RESTORE=y
|
|
|
|
|
2019-12-30 22:19:59 -07:00
|
|
|
EOF
|