Skip to content

Commit b52aaec

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 b52aaec

File tree

1 file changed

+16
-20
lines changed

1 file changed

+16
-20
lines changed

source/debian/Demo_User_Guides/Chromium_Browser.rst

Lines changed: 16 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 above version of Chromium has been verified to support GPU acceleration.
2828

2929
**************************
3030
Launching Chromium Browser
@@ -38,39 +38,35 @@ 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, provided you have
54+
network connectivity to the internet from the TI platform. This benchmark uses WebGL/Javascript, and renders an
55+
animation of fish swimming in a fish bowl, using the 3D GPU.
5656

5757
.. code-block:: console
5858
5959
$ chromium https://webglsamples.org/aquarium/aquarium.html --use-gl=angle --ozone-platform=wayland --no-sandbox --start-fullscreen
6060
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.
6461
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.
62+
The :console:`--start-fullscreen` switch makes the Chromium browser consume the entire screen, including the Weston menu bar.
6763

6864
***********************
6965
Graphics Feature Status
7066
***********************
7167

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
68+
To see the GPU features in use, enter :code:`chrome://gpu` into the Chromium URL/Navigation bar. The example below shows
69+
what is enabled/disabled when GPU acceleration is working correctly:
7470

7571
.. code-block:: text
7672
@@ -92,15 +88,15 @@ rendered with this information. The below example shows what is enabled/disabled
9288
* WebNN: Disabled
9389
9490
95-
If for some reason you suspect the GPU is rending something incorrectly, you can run chromium with GPU disabled
91+
If, for some reason, you suspect that the GPU is rendering something incorrectly, you can run Chromium with the GPU disabled
9692
using the :console:`--disable-gpu` flag:
9793

9894
.. code-block:: console
9995
10096
$ chromium https://webglsamples.org/aquarium/aquarium.html --start-fullscreen --disable-gpu
10197
10298
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.
99+
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.
104100

105101
.. code-block:: console
106102
@@ -112,7 +108,7 @@ Limitations
112108
***********
113109

114110
* Audio/video within the browser is not supported.
115-
* Hardware acceleration of video either decode or encode is not supported.
111+
* Hardware acceleration of video decode and/or encode is not supported.
116112
* Minimize and Maximize buttons for the Chromium window are not supported.
117113

118114
***********
@@ -122,7 +118,7 @@ Performance
122118
Performance of WebGL Aquarium
123119
=============================
124120

125-
Standard WebGL benchmarks available at these URLS: https://webglsamples.org/aquarium/aquarium.html
121+
Standard WebGL benchmarks are available at https://webglsamples.org/aquarium/aquarium.html
126122

127123
Run as the root user
128124

@@ -154,7 +150,7 @@ Run as the root user
154150
Performance of MotionMark
155151
=========================
156152

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

159155
Run as the root user
160156

0 commit comments

Comments
 (0)