This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:common:applications:chromium [2022/09/02 03:04] frank |
products:sbc:common:applications:chromium [2022/11/06 22:59] (current) nick |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Chromium ====== | + | ====== Chromium |
| ===== Introduction ===== | ===== 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. | + | This document mainly describes how to install Chromium and add WebGL support. |
| <WRAP important > | <WRAP important > | ||
| - | If you install | + | If you install |
| </ | </ | ||
| + | <WRAP alert > | ||
| + | This is just an experienced function, you may got some issues when you enable the WebGL, you can follow the steps below to enable WebGL at your own risk. | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Upgrade the System ===== | ||
| + | |||
| + | You need to upgrade the system to latest version. | ||
| + | |||
| + | ```shell | ||
| + | sudo apt update | ||
| + | sudo apt full-upgrade | ||
| + | sync | ||
| + | sudo reboot | ||
| + | ``` | ||
| - | ===== Install ===== | + | ===== Install |
| - | Ubuntu22.04 will use '' | + | Ubuntu 22.04 will use '' |
| ```shell | ```shell | ||
| - | $ sudo add-apt-repository ppa: | + | sudo add-apt-repository ppa: |
| - | $ sudo apt remove chromium-browser | + | sudo apt remove chromium-browser |
| - | $ sudo snap remove chromium | + | sudo snap remove chromium |
| - | $ sudo apt install chromium-browser | + | sudo apt install chromium-browser |
| ``` | ``` | ||
| - | ===== Setting ===== | + | ===== Setting |
| Open your '' | Open your '' | ||
| - | As shown in the figure below, you can enable these flags of the picture. | + | As shown in the figure below, you need to enable these flags. |
| - | {{: | + | {{: |
| - | Restart '' | + | Restart '' |
| ===== Test ===== | ===== Test ===== | ||
| Line 35: | Line 50: | ||
| You can test Chromium' | You can test Chromium' | ||
| - | {{: | + | {{: |