Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


Sidebar

products:sbc:common:applications:chromium

This is an old revision of the document!


Chromium

Introduction

This document mainly describes how to install Chromium and add GPU support. You will learn how to install chromium and add GPU support by setting flags.

Install

Ubuntu22.04 will use snap to install software by default, we need to install Google Chrome using apt by adding source.

$ sudo add-apt-repository ppa:saiarcot895/chromium-beta
$ sudo apt remove chromium-browser
$ sudo snap remove chromium
$ sudo apt install chromium-browser

Setting

Open your Chromium first, then setting flags by visiting chrome://flags .

As shown in the figure below, you can enable these flags of the picture.

Restart Chromium to effect.

Test

You can test Chromium's GPU rendering capabilities by visiting https://webglsamples.org.

Last modified: 2022/08/30 02:33 by frank