KDE plasma on R5C

Works like a charm on R5C.
A little guide to configure and install...

First go to this page...

https://sd-card-images.johang.se/boards/nanopi_r5c.html

DONT FORGET RESIZE THE SD CARD TO MAXIMUM BEFORE FOLLOW THIS GUIDE.
A1 SD card at least 32Gb is recomended.

### POST INSTALL RESIZE ... adjust at your needs...

df -h
resize2fs /dev/mmcblk1p2
df -h

###

https://sd-card-images.johang.se/tips-and-tricks.html

Is best use ssh from another PC on same net to configure the installation.

And follow the instructions.

login root and pasword see the web above.

The last part of the Debian/Ubuntu image filename is the default root password ("po7iep" for this image)

To change the password ...

passwd

adduser YOUR-USER-NAME

apt-get update

apt-get install sudo

/sbin/adduser YOUR-USER-NAME sudo

exit

Login now like your user...

sudo EDITOR=nano visudo

...add to the end of archive ...

YOUR-USER-NAME ALL=NOPASSWD: ALL

CTRX-O to save
CTRL-X to exit nano

sudo nano /etc/apt/sources.list

Add ... contrib non-free non-free-firmware if you want non free firmware and repositories...

Look like this...

Code: Select all

deb http://deb.debian.org/debian trixie main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian trixie main contrib non-free non-free-firmware
deb http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
deb-src http://deb.debian.org/debian trixie-updates main contrib non-free non-free-firmware
deb http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware
deb-src http://security.debian.org/debian-security trixie-security main contrib non-free non-free-firmware


CTRX-O to save
CTRL-X to exit nano

sudo apt update

sudo apt install apt-utils
sudo apt install firmware-realtek
sudo apt-get install dialog
sudo apt install aptitude tasksel
sudo apt install mesa-utils
sudo apt install inxi

sudo apt install locales
sudo apt install keyboard-configuration
sudo timedatectl list-timezones
sudo timedatectl set-timezone YOUR-ZONE

sudo dpkg-reconfigure locales (best choose UTF8 encoding for your country)
sudo dpkg-reconfigure keyboard-configuration

###

Now install kde plasma ...

sudo apt install kde-plasma-desktop task-kde-desktop -y

sudo reboot

Login like user and startx if kde is not started.

sudo hostnamectl set-hostname R5C
sudo nano /etc/hosts

::1 localhost ip6-localhost ip6-loopback R5C

CTRX-O to save
CTRL-X to exit nano

sudo reboot

sudo apt install firmware-misc-nonfree

https://wiki.debian.org/Swap

If you have problems with konsole try to install terminator.

***

Kodi have hardware acceleration and desktop too.
Vlc is working fine and the performance is very good.
Is the best os that I have runned on R5C.

Enjoy it.

:-)

sudo glxinfo -B

name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: Mali-G52 r1 (Panfrost) (0xffffffff)
Version: 23.3.5
Accelerated: yes
Video memory: 3671MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 3.1
Max compat profile version: 3.1
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.1
OpenGL vendor string: Mesa
OpenGL renderer string: Mali-G52 r1 (Panfrost)
OpenGL core profile version string: 3.1 Mesa 23.3.5-1
OpenGL core profile shading language version string: 1.40
OpenGL core profile context flags: (none)

sudo inxi

CPU: quad core Model N/A (-MCP-) speed/min/max: 1416/408/1992 MHz Kernel: 6.6.15-arm64 aarch64
Up: 1h 16m Mem: 1.03/3.59 GiB (28.9%) Storage: 58.63 GiB (16.0% used) Procs: 177 Shell: Sudo
inxi: 3.3.33

sudo inxi -G

Graphics:
Device-1: display-subsystem driver: rockchip_drm v: N/A
Device-2: rk3568-mali driver: panfrost v: kernel
Device-3: rk3568-dw-hdmi driver: dwhdmi_rockchip v: N/A
Display: server: X.org v: 1.21.1.11 with: Xwayland v: 23.2.4 driver: X: loaded: modesetting
unloaded: fbdev dri: rockchip
gpu: cdn-dp,dw-mipi-dsi-rockchip,dwhdmi-rockchip,rockchip-dp,rockchip-drm,rockchip-vop,rockchip-vop2
tty: 135x25 resolution: 1920x1080
API: EGL v: 1.4,1.5 drivers: panfrost,rockchip,swrast platforms: gbm,surfaceless,device
API: OpenGL v: 4.5 compat-v: 3.1 vendor: mesa v: 23.3.5-1 note: console (EGL sourced)
renderer: Mali-G52 r1 (Panfrost), llvmpipe (LLVM 17.0.6 128 bits)

I am running Plasma X11.