Difference between revisions of "Template:UbuntuJammyDesktop-WithHDMI"
From FriendlyELEC WiKi
(updated by API) |
(updated by API) |
||
Line 16: | Line 16: | ||
glmark2-es2-wayland | glmark2-es2-wayland | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | ===Chromium web browser === | ||
+ | ====GPU==== | ||
+ | Chromium web browser has enabled hardware acceleration by default, supports WebGL, and can view hardware acceleration details by entering the URL chrome://gpu, as shown below:<br /> | ||
+ | [[File:rk35xx-ubuntu-chromium-gpu.png|frameless|400px]] | ||
+ | ====VPU==== | ||
+ | Play a video in the browser, then use fuser on the command line to view the mpp device node to confirm that the vpu interface is being called: | ||
+ | <syntaxhighlight lang="bash"> | ||
+ | pi@FriendlyElec:~$ fuser /dev/mpp_service | ||
+ | /dev/mpp_service: 3258 | ||
+ | </syntaxhighlight> | ||
+ | If there is no content output from the fuser command, it means software decoding. |
Revision as of 10:08, 20 February 2023
Contents
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 CPU 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
3 Chromium web browser
3.1 GPU
Chromium web browser has enabled hardware acceleration by default, supports WebGL, and can view hardware acceleration details by entering the URL chrome://gpu, as shown below:
3.2 VPU
Play a video in the browser, then use fuser on the command line to view the mpp device node to confirm that the vpu interface is being called:
pi@FriendlyElec:~$ fuser /dev/mpp_service /dev/mpp_service: 3258
If there is no content output from the fuser command, it means software decoding.