Is Ubuntu 22.10 good for Raspberry Pi? From installation, new features, operation check, SSD speed verification, etc.
————
Index
0:00 Ubuntu 22.10 may be good, no, should wait a bit
00:35 Ubuntu 22.10 Installation
01:38 Japanese settings, overclocking, etc.
03:41 Ubuntu 22.10 Control Center
06:50 Window Manager Improvements
07:33 Other New Features
08:32 Try Browser
09:31 Try Video Playback
11:36 Comparison of SD and SSD speeds
12:33 Conclusion
— 22.10 Release Schedule and New Features –
— Ubuntu 22.10 download site –
— Japanese Input Settings –
sudo apt install fcitx5-mozc
im-config -n fcitx5
— Overclocking –
sudo nano /boot/firmware/config.txt
Add the following to the most end
# OverClock
over_voltage=6
arm_freq=2100
gpu_freq=750
gpu_mem=256
— Other Tools Installation –
Gnome Tweaks
sudo add-apt-repository universe
sudo apt install…