You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you simply try to install firefox via the terminal, it will install the snap package. The rapid release PPA version has hardware acceleration enabled by default. This needs to be turned off since it doesn't work properly with the Rockchip drivers as of May 2023. Unlike Chromium, Firefox can be configured with hardened security and privacy options. I prefer using the Arkenfox user.js to configure my browser.
Open the terminal
sudo add-apt-repository ppa:mozillateam/ppa
Copy and paste ALL of the following lines and type enter.
Open firefox. Do NOT toggle fullscreen. Go to Hamburger Icon-->Settings-->Performance. Turn off " Use Recommended Performance Settings". Turn off "Use hardware acceleration when available". Close firefox. Open the browser again to see the settings take effect.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
If you simply try to install firefox via the terminal, it will install the snap package. The rapid release PPA version has hardware acceleration enabled by default. This needs to be turned off since it doesn't work properly with the Rockchip drivers as of May 2023. Unlike Chromium, Firefox can be configured with hardened security and privacy options. I prefer using the Arkenfox user.js to configure my browser.
Open the terminal
sudo add-apt-repository ppa:mozillateam/ppa
Copy and paste ALL of the following lines and type enter.
echo '
Package: *
Pin: release o=LP-PPA-mozillateam
Pin-Priority: 1001
' | sudo tee /etc/apt/preferences.d/mozilla-firefox
sudo apt install firefox
Open firefox. Do NOT toggle fullscreen. Go to Hamburger Icon-->Settings-->Performance. Turn off " Use Recommended Performance Settings". Turn off "Use hardware acceleration when available". Close firefox. Open the browser again to see the settings take effect.
Beta Was this translation helpful? Give feedback.
All reactions