For easy installation on Debian/Ubuntu systems, run:
curl -sSL https://raw.githubusercontent.com/NimoTech/sub-screen/main/install.sh | bashThis will:
- Install required dependencies
- Download and install the latest .deb package
- Start the subscreen service
If you prefer manual installation:
Prerequisites (tested on Debian 12/13 or Ubuntu):
sudo apt install build-essential
sudo apt install libhidapi-dev
sudo apt install libnvidia-ml-dev
sudo apt-get install libusb-1.0-0-devInstall the .deb package:
wget https://github.com/NimoTech/sub-screen/releases/download/v1.0.0/nimoos-subscreen_1.0.0_linux_amd64.deb
sudo apt install ./nimoos-subscreen_1.0.0_linux_amd64.debStart the service:
sudo systemctl start nimoos-subscreenAfter starting, the screen will display time, then enter firmware update mode (about 40 seconds). During update:
- Screen sliding has no effect
- Screen will blink black twice when complete
- Then you can view system information
cat directive.txt | bash- Support CPU temperature,CPU usage,memory usage,diskcount,disusage
- Support FRD screen function
- Support HomePage 2025/11/11 testOK
- Support SystemPage(CPU,IGPU,Memory,NVDGPU) 2025/11/11 testOK
- Support DiskPage 2025/11/11 testOK
- Support WLANPage
- Support PowerPage
- Support SleepPage
- Support LocalPage
NA