-
Notifications
You must be signed in to change notification settings - Fork 16
额外 CT2000的桌面之路
cooip-jm edited this page Aug 1, 2024
·
3 revisions
https://github.com/ophub/amlogic-s9xxx-armbian/releases/tag
armbian-install
408
https://github.com/armbian/build/tree/main/packages/bsp/aml-s9xx-box/boot
cd /boot
cp u-boot-s905x2-s922 u-boot.ext
apt update && apt upgrade -y && apt install -y apt-utils openssh-server nano curl wget apt-transport-https ca-certificates libgl1-mesa-dri libglu1-mesa mesa-utils kde-full fonts-wqy-microhei fonts-wqy-zenhei xfonts-wqy xrdp libvkd3d-utils1 vulkan-tools libgulkan-utils chromium flatpak gnome gdm3 task-gnome-desktop
apt update && apt upgrade -y && apt install -y apt-utils openssh-server nano curl wget apt-transport-https ca-certificates weston libgl1-mesa-dri libglu1-mesa mesa-utils kde-plasma-desktop plasma-workspace-wayland xrdp libvkd3d-utils1 vulkan-tools libgulkan-utils chromium flatpak plasma-discover-backend-flatpak
# dri
lxc.cgroup2.devices.allow = c 226:* rwm
lxc.mount.entry = /dev/dri dev/dri none bind,create=dir
lxc.cgroup2.devices.allow = c 116:* rwm
lxc.mount.entry = /dev/snd dev/snd none bind,create=dir
lxc.cgroup2.devices.allow = c 250:* rwm
lxc.mount.entry = /dev/dma_heap dev/dma_heap none bind,create=dir
chmod 666 /dev/dri
chmod 666 /dev/snd
chmod 666 /dev/dma_heap
测试的时候,可以禁用防火墙,或者自行开放相应的VNC or XRDP端口
systemctl stop firewalld.service
systemctl disable firewalld.service