Skip to content

Commit 4fea09f

Browse files
committed
refactor: debian: Chromium: Fix typos and grammar
- Use present tense instead of future (eg. "renders" instead of "will render") - Fix mis-spellings - Simplify sentences - Describe what a command does before its code-block, as opposed to after - Make other miscellaneous changes Signed-off-by: Suhaas Joshi <[email protected]>
1 parent cb6a028 commit 4fea09f

File tree

1 file changed

+15
-20
lines changed

1 file changed

+15
-20
lines changed

source/debian/Demo_User_Guides/Chromium_Browser.rst

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@ Chromium Browser - User Guide
1414
Overview
1515
********
1616

17-
On TI devices with IMG Rogue class GPU's,The Chromium browser (available from https://chromium.googlesource.com/chromium/src/)
17+
On TI devices with IMG Rogue class GPUs, the Chromium browser (available from https://chromium.googlesource.com/chromium/src/)
1818
is accelerated using OpenGLES.
1919

20-
The version of Chromium that is build can be obtained with this command:
20+
The version of Chromium that is built can be obtained with the following command:
2121

2222
.. code-block:: console
2323
2424
$ chromium --version
2525
Chromium 126.0.6478.126 built on Debian trixie/sid, running on Debian trixie/sid
2626
27-
The version of Chromium shown here is the one that GPU acceleration is verified to work with.
27+
The version of Chromium shown here is the one with which GPU acceleration is verified to work.
2828

2929
**************************
3030
Launching Chromium Browser
@@ -38,39 +38,34 @@ Launching Chromium Browser
3838

3939
``--no-sandbox`` option is required only when running as root user.
4040

41-
To launch the Chromium browser:
42-
43-
Assuming you are logged in as the root user.
41+
The following is assuming that you are logged in as the root user. The syntax of the command is as follows:
4442

4543
.. code-block:: console
4644
4745
$ /usr/bin/chromium [url] --use-gl=angle --ozone-platform=wayland --no-sandbox [options]
4846
49-
e.g.
47+
For example, the following command opens www.ti.com in a windowed browser on the Weston desktop.
5048

5149
.. code-block:: console
5250
5351
$ chromium https://www.ti.com --use-gl=angle --ozone-platform=wayland --no-sandbox
5452
55-
Will open www.ti.com in a windowed browser on the Weston desktop.
53+
The following command opens the aquarium 3D benchmark in a fullscreen window on the Weston desktop. This benchmark
54+
uses WebGL/Javascript, and renders an animation of fish swimming in a fish bowl, using the 3D GPU.
5655

5756
.. code-block:: console
5857
5958
$ chromium https://webglsamples.org/aquarium/aquarium.html --use-gl=angle --ozone-platform=wayland --no-sandbox --start-fullscreen
6059
61-
Will open the aquarium 3d benchmark in a fullscreen window on the Weston desktop.
62-
63-
The :console:`--start-fullscreen` switch will make the chromium browser consume the entire screen including overwriting the Weston menu bar.
6460
65-
This will start chromium and provided you have network connectivity to the internet from the TI platform it will
66-
connect to an example application that uses WebGL/Javascript and renders fish swimming in a fish bowl using the 3D GPU.
61+
The :console:`--start-fullscreen` switch makes the Chromium browser consume the entire screen, including the Weston menu bar.
6762

6863
***********************
6964
Graphics Feature Status
7065
***********************
7166

72-
To see the GPU features that are in use, enter :code:`chrome://gpu` into the Chromium URL/Navigation bar. A web page will be
73-
rendered with this information. The below example shows what is enabled/disabled when GPU acceleration is working correctly
67+
To see the GPU features in use, enter :code:`chrome://gpu` into the Chromium URL/Navigation bar. This renders a web-page
68+
with this information. The example below shows what is enabled/disabled when GPU acceleration is working correctly:
7469

7570
.. code-block:: text
7671
@@ -92,15 +87,15 @@ rendered with this information. The below example shows what is enabled/disabled
9287
* WebNN: Disabled
9388
9489
95-
If for some reason you suspect the GPU is rending something incorrectly, you can run chromium with GPU disabled
90+
If, for some reason, you suspect that the GPU is rendering something incorrectly, you can run Chromium with the GPU disabled
9691
using the :console:`--disable-gpu` flag:
9792

9893
.. code-block:: console
9994
10095
$ chromium https://webglsamples.org/aquarium/aquarium.html --start-fullscreen --disable-gpu
10196
10297
103-
To get raw performance numbers from the GPU, you may want to disable frame sync locking in Chromium. This will tell Chromium never to wait for VSYNC and render as fast as the GPU can achieve.
98+
To get raw performance numbers from the GPU, you may want to disable frame sync locking in Chromium. This will tell Chromium to never wait for VSYNC and render as fast as the GPU can.
10499

105100
.. code-block:: console
106101
@@ -112,7 +107,7 @@ Limitations
112107
***********
113108

114109
* Audio/video within the browser is not supported.
115-
* Hardware acceleration of video either decode or encode is not supported.
110+
* Hardware acceleration of video decode and/or encode is not supported.
116111
* Minimize and Maximize buttons for the Chromium window are not supported.
117112

118113
***********
@@ -122,7 +117,7 @@ Performance
122117
Performance of WebGL Aquarium
123118
=============================
124119

125-
Standard WebGL benchmarks available at these URLS: https://webglsamples.org/aquarium/aquarium.html
120+
Standard WebGL benchmarks available at https://webglsamples.org/aquarium/aquarium.html
126121

127122
Run as the root user
128123

@@ -154,7 +149,7 @@ Run as the root user
154149
Performance of MotionMark
155150
=========================
156151

157-
Standard Javascript benchmarks available at these URLS: https://browserbench.org/MotionMark/
152+
Standard Javascript benchmarks are available at https://browserbench.org/MotionMark/
158153

159154
Run as the root user
160155

0 commit comments

Comments
 (0)