Skip to content

Commit e6b0916

Browse files
jsuhaas22cshilwant
authored andcommitted
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 c231ab6 commit e6b0916

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
@@ -12,17 +12,17 @@ Chromium Browser - User Guide
1212
Overview
1313
********
1414

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

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

2020
.. code-block:: console
2121
2222
$ chromium --version
2323
Chromium 126.0.6478.126 built on Debian trixie/sid, running on Debian trixie/sid
2424
25-
The version of Chromium shown here is the one that GPU acceleration is verified to work with.
25+
The above version of Chromium has been verified to support GPU acceleration.
2626

2727
**************************
2828
Launching Chromium Browser
@@ -36,39 +36,35 @@ Launching Chromium Browser
3636

3737
``--no-sandbox`` option is required only when running as root user.
3838

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

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

4947
.. code-block:: console
5048
5149
$ chromium https://www.ti.com --use-gl=angle --ozone-platform=wayland --no-sandbox
5250
53-
Will open www.ti.com in a windowed browser on the Weston desktop.
51+
The following command opens the aquarium 3D benchmark in a fullscreen window on the Weston desktop, provided you have
52+
network connectivity to the internet from the TI platform. This benchmark uses WebGL/Javascript, and renders an
53+
animation of fish swimming in a fish bowl, using the 3D GPU.
5454

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

6662
***********************
6763
Graphics Feature Status
6864
***********************
6965

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

7369
.. code-block:: text
7470
@@ -90,15 +86,15 @@ rendered with this information. The below example shows what is enabled/disabled
9086
* WebNN: Disabled
9187
9288
93-
If for some reason you suspect the GPU is rending something incorrectly, you can run chromium with GPU disabled
89+
If, for some reason, you suspect that the GPU is rendering something incorrectly, you can run Chromium with the GPU disabled
9490
using the :console:`--disable-gpu` flag:
9591

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

10399
.. code-block:: console
104100
@@ -110,7 +106,7 @@ Limitations
110106
***********
111107

112108
* Audio/video within the browser is not supported.
113-
* Hardware acceleration of video either decode or encode is not supported.
109+
* Hardware acceleration of video decode and/or encode is not supported.
114110
* Minimize and Maximize buttons for the Chromium window are not supported.
115111

116112
***********
@@ -120,7 +116,7 @@ Performance
120116
Performance of WebGL Aquarium
121117
=============================
122118

123-
Standard WebGL benchmarks available at these URLS: https://webglsamples.org/aquarium/aquarium.html
119+
Standard WebGL benchmarks are available at https://webglsamples.org/aquarium/aquarium.html
124120

125121
Run as the root user
126122

@@ -152,7 +148,7 @@ Run as the root user
152148
Performance of MotionMark
153149
=========================
154150

155-
Standard Javascript benchmarks available at these URLS: https://browserbench.org/MotionMark/
151+
Standard Javascript benchmarks are available at https://browserbench.org/MotionMark/
156152

157153
Run as the root user
158154

0 commit comments

Comments
 (0)