惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
L
LangChain Blog
aimingoo的专栏
aimingoo的专栏
IT之家
IT之家
B
Blog
博客园_首页
博客园 - 司徒正美
有赞技术团队
有赞技术团队
博客园 - 聂微东
I
InfoQ
美团技术团队
GbyAI
GbyAI
阮一峰的网络日志
阮一峰的网络日志
H
Help Net Security
大猫的无限游戏
大猫的无限游戏
MyScale Blog
MyScale Blog
WordPress大学
WordPress大学
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
Microsoft Azure Blog
Microsoft Azure Blog
Engineering at Meta
Engineering at Meta
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
The Cloudflare Blog

LowEndSpirit

Hardware for sale | Arista switches, Dell hardware buy all gets a good deal. C-Servers Announces Becoming Platform-Independent NYC Ryzen 9000 2GB RAM @ $3.50/mo | 1TB Storage VPS @ $3.50/mo | 4GB Ryzen @ $6.00/mo | Unmetered BW Does anyone know affordable VPS Hosting in Asia? LES - Progress Update - 19th July 2026 LES - Progress Update - 19th June 2026 KVM VPS in LA, New Jersey & Frankfurt | 10 Gbps | Free Upgrade Included Has anyone used mailporter.io ? above.com - experiences? Dedicated Servers from $39/mo| Instant Setup | ForumPay Now Available 🚀 PanstarCloud 618 Launch Offer|Recurring Coupons, One-click App Deployment & VM Marketplace drServer.net ||| SSD KVM VPS starting at $7/mo recurring drServer.net ||| cPanel Shared Hosting | CloudLinux | SSD | MariaDB | JetBackup... drServer.net ||| Affordable US SSD Dedicated Servers | Speedy Provisioning | Unmetered AI Tools That Have Saved You The Most Time HostDare VPS Sale - Limited Time Offer! Our New Discount coupons ! Dedicated Server Request KVM VPS from €1.84/mo — NVMe SSD · IPv4+IPv6 · DDoS Protection · Instant Setup | mycheap.host 2GB VPS 5$ & 4GB RAM VPS 10$ Recurring 50% Discount - Unlimited BW (HMLTD) Hetzner prices going up (Again) VPS backup size comparison -- Alpine binary only base vs *BSD-current with sources, self-compiled Oracle free tier changing, be careful? (Confirmed) Oracle free tier changing. LES - New Feature - "LES Ignore User" NYC Ryzen 9000 2GB RAM @ $3.50/mo | 1TB Storage VPS @ $3.50/mo | 4GB Ryzen @ $6.00/mo | Unmetered BW Tier.net Dedicated Servers from $59.95 | 64GB RAM, SSDs, 10GigE - Plus Custom Builds Developers - How much Bandwidth is reasonable Little bit of an update on LES Little bit of an update on LES - day 2 - 12th June 2026 Cheap $12 per year VPS
A very specific tutorial: Functioning desktop on Armbian ...
yucchun · 2026-06-23 · via LowEndSpirit

Hello to all,

I have a lot of old TV boxes around, most being RK3229/variants that spawn in Japan just like rabbits in a rabbit farm. You can buy them for just around $8 depending on where you live. This is my tutorial on how to get a functioning (decent!) desktop on RK322x boxes by converting them to Armbian.

These boxes operate on 5V/2A peak, though they can comfortably run on the power of a simple iPhone power brick at 5V/1A, you can even strip the cable that comes with it and hook it to a USB port and it will work just fine. With this in mind, they are extremely power efficient, with video output.

First up, you must follow this amazing tutorial provided by jock at https://forum.armbian.com/topic/34923-csc-armbian-for-rk322x-tv-box-boards/ in order to patch your old most-likely-chineseware-infected RK322x box with a nice fresh installation of Armbian!

After following the tutorial, you will be greeted with:


_ _ _ _ _ /_\ _ _ _ __ | |__(_)__ _ _ _ __ ___ _ __ _ __ _ _ _ _ (_) |_ _ _ / _ \| '_| ' \| '_ \ / _` | ' \ / _/ _ \ ' \| ' \ || | ' \| | _| || | /_/ \_\_| |_|_|_|_.__/_\__,_|_||_|_\__\___/_|_|_|_|_|_\_,_|_||_|_|\__|\_, | |___| |__/ v26.8 rolling for rk322x-box running Armbian Linux 6.18.16-current-rockchip Packages: Debian stable (trixie) Support: for advanced users (rolling release) IPv4: (LAN) 10.0.0.141 (WAN) xxx.xxx.xxx.xxx IPv6: (LAN) 2400:2651:2a21:fc00:: (WAN) 2400:2651:2a21:fc00:: Performance: Load: 60% Uptime: 2m Local users: 1 Memory usage: 27% of 970M CPU temp: 67°C Usage of /: 39% of 7.0G Commands: Configuration: armbian-config Upgrade : armbian-upgrade Monitoring : htop

With 1GB of RAM (gladly zswapped by default thanks to the optimized armbian config) and the Mali-400MP2 GPU, full DEs like XFCE or KDE will make this cry and die. To get a somewhat responsive desktop, we need to go far away from simple one-liner DEs and find their lighter relatives instead.

With this in mind, my most optimized shot at this, while keeping usefulness, was a X server with OpenBox, picom (for screen tearing) and tint2:

sudo apt update
sudo apt install xserver-xorg xinit openbox lxterminal picom tint2 -y

After that, we need to make it useful

I initially intended to only use Dillo, but as testing went, it turns out a LOT of websites (including Google) completely killed their non-Javascript browser support, and yeah, you could use DuckDuckGo Lite, but that defeats the practicality of this box on anything else other than web browsing. So, relying on zswap, we'll use Firefox for modern web browsing, Dillo for ultra-lightweight work, and VLC for local media playback. Just for the ones that need it, I have also included LibreOffice, but I am not part of that group:

sudo apt install firefox-esr dillo vlc libreoffice -y

After installing all of these, you must tell your system you're intending to use Openbox, so:
Create or edit your .xinitrc file:

echo "exec openbox-session" > ~/.xinitrc

Next, copy up the Openbox autostart script. This is where we launch our compositor and define how the desktop is meant to be, you can go crazy on this file after the next step:

mkdir -p ~/.config/openbox
cp /etc/xdg/openbox/autostart ~/.config/openbox/

Lastly, but very importantly:

As previously mentioned, this device has an awfully weak Mali-400MP2 GPU, where, depending on the compositor action (such as glx), it will terribly choke and the screen will tear.. For this, and with a lot of testing, xrender offered me the best performance-cost ratio, so for that:

Edit ~/.config/openbox/autostart and add this to the very bottom:

picom --backend xrender &

And then, embrace it:

startx

Enjoy your desk :) I can run this comfortably with 2-3 browser tabs on Firefox (or just 1, if you're using an Electron-based horribly optimized website)