Orchestrator
4221bd53d0
fix: install.sh — Wayland disabled, Xvfb fallback, xauth fix, fresh machine ready
...
- Disables Wayland in GDM/SDDM/LightDM (forces Xorg)
- Xorg startup with -ac (no MIT-MAGIC-COOKIE auth issues)
- Xvfb fallback if Xorg dummy fails
- Proper xauth cookie generation for Xorg
- Detects pre-installed RustDesk and stops conflicting system service
- dpkg --force-depends --force-confnew + apt-get install -f
- All 8 steps: arch detect → deps → sleep disable → display detect →
dummy config → virtual display → RustDesk install → config + systemd
Tested on: Ubuntu 22.04 x86_64 (192.168.2.28)
Fixes #7
2026-05-16 11:31:03 +01:00
Orchestrator
5020b591aa
fix: install.sh — sleep-safe, auto-display, fresh-machine install
...
- install.sh now has 8 steps:
1) Detect arch, 2) Install deps, 3) Disable sleep/lock/screensaver,
4) Detect display, 5) Setup dummy + force DUMMY0 primary,
6) Start Xorg/Xvfb, 7) Download+install RustDesk (with apt fallback),
8) Install systemd unit rustdesk-headless.service
- New systemd unit: rustdesk-headless.service
* Forces DUMMY0 as primary via ExecStartPre (no monitor selection dialog)
* Restart=always — survives any crash
* Wants=display-manager.service — starts after graphical session
- Sleep-safe changes:
* Mask sleep.target suspend.target hibernate.target hybrid-sleep.target
* logind.conf: HandleLidSwitch=ignore, IdleAction=ignore
* GNOME screensaver: gsettings lock-enabled false, idle-delay 0
* X11: xset s off -dpms
- Fresh machine fixes:
* dpkg --force-depends --force-confnew (installs even with missing deps)
* apt-get install -f after dpkg (fixes broken deps)
* Fallback to 'apt-get install rustdesk' from repo if .deb download fails
* Added libva-drm2 libva-x11-2 (fresh systems often miss these)
- Output at end:
* ID, Password, Display (:0 DUMMY0 primary), Sleep/Lock status
* Monitor status via xrandr --listmonitors
Fixes #7
2026-05-16 11:19:43 +01:00
Orchestrator
3f6a62638f
feat: universal one-command RustDesk installer
...
- install.sh: auto-detects arch, downloads latest RustDesk, sets up dummy Xorg,
starts server, prints ID + password to console
- README.md: rewritten as universal installer guide
- Supports: x86_64, aarch64, armv7l
- Works on: Intel iGPU, AMD, NVIDIA, CPU-only, VPS
vps-rustdesk-server branch contains archived VPS relay solution
2026-05-16 10:57:59 +01:00
Deploy Bot
00c36b8d7e
feat: switch host from intel VirtualHeads to dummy driver for headless boot
...
- Add 20-dummy-headless.conf (Driver dummy, 1920x1080)
- Remove 20-intel-virtual.conf (intel driver required HDMI at boot)
- Update install.sh: installs dummy driver, saves EDID, updates GRUB
- Update README: document dummy driver + kernel EDID fallback approach
- hdmi-fallback.sh now detects DUMMY0 or VIRTUAL1
Rationale: intel VirtualHeads only worked when HDMI was connected at boot.
Dummy driver creates DUMMY0 unconditionally, working with or without cable.
Kernel EDID fallback (video=... drm.edid_firmware=...) is insurance if dummy fails.
2026-05-15 18:12:05 +01:00
Deploy Bot
4d4b04d7bb
feat: RDtop RustDesk headless fallback for Intel iGPU
...
- Adds VIRTUAL1 as permanent primary output via modesetting driver
- HDMI1 set as clone (--same-as) of VIRTUAL1
- hdmi-fallback.sh script monitors drm connector status
- systemd user unit auto-creates VIRTUAL1 and switches on hotplug loss
- Xorg fallback guarantees 1920x1080 framebuffer without HDMI
- Includes xserver-xorg-video-dummy as backup driver
2026-05-13 23:49:15 +01:00