Open3
Raspberry Pi OS Lite (64bit) + KDE Plasmaで環境構築

- イメージを焼く
ssh pi@raspberrypi.local
sudo apt update
sudo apt upgrade -y
sudo apt install -y kde-plasma-desktop
sudo apt install -y lightdm
-
sudo raspi-config
でBoot Option変更 - 再起動

-
sudo raspi-config
でVNC有効化 - VNC Viewerで接続
- ログイン画面

-
sudo raspi-config
でResolution、VNC Resolutionを1920x1080に設定 -
sudo nano /boot/config.txt
でhdmi_force_hotplug=1
のコメントを外し、dtoverlay=vc4-kms-v3d
をコメントアウト