Showing posts with label Ubuntu Desktop for Raspberry Pi. Show all posts
Showing posts with label Ubuntu Desktop for Raspberry Pi. Show all posts

Sunday, November 8, 2020

Run vcgencmd on Ubuntu for Raspberry Pi, fix "VCHI initialization failed"

vcgencmd is a command line utility that can get various pieces of information from the VideoCore GPU on the Raspberry Pi. Much of the information available is only of use to Raspberry Pi engineers, but there are a number of very useful options available to end users that will be described here.

In my trial on Ubuntu Desktop for Raspberry Pi, vcgencmd is installed by default. But fail with error of "VCHI initialization failed".

To fix it, add the video group to your user:

$ sudo usermod -aG video <username>


After log-out and log-in.



Thursday, October 29, 2020

Check disks on Ubuntu Desktop for Raspberry Pi


Disk Usage Analyzer is a graphical tool to analyze disk usage. It is pre-loaded in Ubuntu Desktop for Raspberry Pi.

Search and run Disk Usage Analyzer in Accessories:





Test the performance of disk on Ubuntu Desktop for Raspberry Pi using Disks(gnome-disk-utility)

Disks(gnome-disk-utility) is a GNOME utility for dealing with storage devices.

To test the performance of disk on Ubuntu Desktop for Raspberry Pi, open Disks from Activities.

This video show how:


Tuesday, October 27, 2020

Check system usage using System Monitor, on Ubuntu for Raspberry Pi

To check system status, system loading and disk usage on Ubuntu for Raspberry, you can use System Monitor.

Search and run "System Monitor" in Activities.


In System Monitor, you can checkProcesses, Resources and File systems.





related: