Skip to content

Commit c8f5294

Browse files
Antonios-Cpraneethbajjuri
authored andcommitted
chore(gfx): Clarify creation of powervr.ini for SGX debug
Clarify across the file that the powervr.ini file is not necessarily in the fs. If not, it should be created. Provide examples of warnings where applicable. Signed-off-by: Antonios Christidis <[email protected]>
1 parent acaeb3f commit c8f5294

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/linux/Foundational_Components/Graphics/SGX/SGX_Debug_Info.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ Create the following script to show the current SGX driver environment on the ta
4747
echo "Linux Kernel version"
4848
uname -a
4949
50+
If you are not using any app hints, or have not created the :file:`powervr.ini` file then you should see the following:
51+
52+
.. code-block:: text
53+
54+
WSEGL settings
55+
cat: /etc/powervr.ini: No such file or directory
56+
57+
5058
**************************************************
5159
Runtime checks and configuration of the SGX driver
5260
**************************************************
@@ -62,7 +70,7 @@ checking the following:
6270

6371
The SGX driver supports some runtime configuration on the target by using a
6472
configuration file. The optional configuration file is present in the Processor
65-
SDK at :file:`/etc/powervr.ini`.
73+
SDK at :file:`/etc/powervr.ini`. If no file is present, you need to create it.
6674

6775
Configuration items use the following syntax:
6876

0 commit comments

Comments
 (0)