Difference between revisions of "Template:UbuntuJammyDesktop-WithHDMI"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
 
(updated by API)
Line 6: Line 6:
  
 
===Test OpenGL ES===
 
===Test OpenGL ES===
You can test it by clicking on the Terminator icon to start a commandline utility in the System Tools and run the following commands:
+
First, change the GPU governor to performance:
 +
<syntaxhighlight lang="bash">
 +
sudo sh -c 'echo performance > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor'
 +
sudo sh -c 'echo performance > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor'
 +
sudo sh -c 'echo performance > /sys/devices/system/cpu/cpufreq/policy6/scaling_governor'
 +
</syntaxhighlight>
 +
Start glmark2-es2-wayland:
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
glmark2-es2-wayland
 
glmark2-es2-wayland
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 04:47, 1 November 2022

1 WiFi Connection

1.1 Gui

Click on the icon on the top right in the FriendlyDesktop's main window, select your wanted WiFi hotspot and proceed with prompts

1.2 Console

Please visit: Use NetworkManager to configure network settings

2 Test OpenGL ES

First, change the GPU governor to performance:

sudo sh -c 'echo performance > /sys/devices/system/cpu/cpufreq/policy0/scaling_governor'
sudo sh -c 'echo performance > /sys/devices/system/cpu/cpufreq/policy4/scaling_governor'
sudo sh -c 'echo performance > /sys/devices/system/cpu/cpufreq/policy6/scaling_governor'

Start glmark2-es2-wayland:

glmark2-es2-wayland