Results 1 to 7 of 7

Thread: How to replace Chromium browser versions properly?

  1. #1
    Join Date
    May 2017
    Beans
    132

    How to replace Chromium browser versions properly?

    Hi! Very simple question here!

    I've tried installing a version of Chromium that has support for VAAPI on Ubuntu 20.04, but unfortunately it has issues playing videos on some websites.

    Here's how I installed the Chromium with VAAPI support:
    Code:
    sudo add-apt-repository ppa:xalt7x/chromium-deb-vaapi
    Code:
    cat <<EOF | sudo tee /etc/apt/preferences.d/pin-xalt7x-chromium-deb-vaapi Package: *
    Pin: release o=LP-PPA-xalt7x-chromium-deb-vaapi
    Pin-Priority: 1337
    EOF
    Code:
    sudo apt update && sudo apt install chromium-browser chromium-codecs-ffmpeg
    How do I replace Chromium browser versions properly? Should I just uninstall it and install the other version?

    Thanks!

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: How to replace Chromium browser versions properly?

    The default chromium included in Ubuntu recently has been a snap package, so you need to purge that.
    Within the APT system, if the PPA is one that you trust, then that should automatically get the PPA version and dependencies required by that version.

    You can always see the different installed version by using snap list and dpkg -l. Just filter on 'chromium' to limit the output.

  3. #3
    Join Date
    May 2017
    Beans
    132

    Re: How to replace Chromium browser versions properly?

    You mean I need to manually remove the PPA first?

    What if I install Chromium via snap without removing the already installed Chromium with VAAPI support? Will Ubuntu keep two versions of the same application or that isn't allowed?

    I just noticed now that Chromium with VAAPI support playbacks Youtube videos beautifully, significantly reducing CPU workload compared to Mozilla or Chrome on Ubuntu.

    It would be interesting if I could keep both!

  4. #4
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: How to replace Chromium browser versions properly?

    The PPA has been abandoned per the link.

    https://launchpad.net/~xalt7x/+archi...mium-deb-vaapi
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  5. #5
    Join Date
    May 2017
    Beans
    132

    Re: How to replace Chromium browser versions properly?

    Quote Originally Posted by Frogs Hair View Post
    The PPA has been abandoned per the link.

    https://launchpad.net/~xalt7x/+archi...mium-deb-vaapi
    I didn't know, thanks! I will be replacing this version of Chromium on my machine then.

    Do you know of any other browser that has support for hardware acceleration (GPU) in Linux?

  6. #6
    Join Date
    Aug 2013
    Beans
    4,941

    Re: How to replace Chromium browser versions properly?

    Quote Originally Posted by username2758 View Post
    I didn't know, thanks! I will be replacing this version of Chromium on my machine then.

    Do you know of any other browser that has support for hardware acceleration (GPU) in Linux?
    It says in the link

    1) VAAPI (hardware video decoding for Intel/AMD on X11) was the main reason to maintain it. Since version 88 it should be available for all Chromium-based browsers. Copy address bellow to your address bar and check if it's enabled (may work for other Chromium-based browsers (e.g. Brave, Vivaldi, Opera, Edge))
    chrome://flags/#enable-accelerated-video-decode

  7. #7
    Join Date
    Aug 2013
    Beans
    4,941

    Re: How to replace Chromium browser versions properly?

    Actually, don't bother. vaapi doesn't work on Chromium https://github.com/saiarcot895/chrom...ild/issues/116

    But it works on Firefox!

    See my last two posts https://ubuntuforums.org/showthread....2463888&page=3

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •