fix(packaging/windows): Windows 11 22H2 floor + tray install task + stale console-port fixes
The OS floor is now enforced at install time (MinVersion=10.0.22621 with an explanatory [Messages] override): pf-vdisplay is built against IddCx 1.10, and on Windows 10 (incl. LTSC) / Win11 21H2 the device fails start with Code 10 STATUS_DEVICE_POWER_FAILURE (field-reported). Docs (site requirements/install/ windows-host pages + README) state the floor; new docs-site Security page. Installer also gains the trayicon task (punktfunk-tray.exe file + HKLM Run key, post-install launch as the signed-in user, upgrade taskkill + uninstall --quit/taskkill choreography before file deletion), and the wizard/cleanup text/port sweeps move off the stale :3000 web-console references to :47992 (cleanups sweep both for upgrades from old installs). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -5,16 +5,20 @@ description: From nothing to streaming — set up a host and connect your first
|
||||
|
||||
This is the shortest path to a working stream. Each step links to the details.
|
||||
|
||||
> A streaming host is remote control of the machine, so it's built for **trusted local networks** — keep
|
||||
> it on your LAN or a VPN and don't expose it to the internet. Two minutes on
|
||||
> [Security & Safe Use](/docs/security) before you start is worth it.
|
||||
|
||||
## 1. Set up the host
|
||||
|
||||
On your Linux + NVIDIA machine, follow the guide for your system:
|
||||
On your Linux gaming machine (NVIDIA, AMD, or Intel GPU), follow the guide for your system:
|
||||
|
||||
- [Ubuntu — GNOME](/docs/ubuntu-gnome)
|
||||
- [Ubuntu — KDE Plasma](/docs/ubuntu-kde)
|
||||
- [Fedora — KDE Plasma](/docs/fedora-kde)
|
||||
- [Bazzite — gamescope / Steam](/docs/bazzite)
|
||||
|
||||
Each one covers the NVIDIA driver, the dependencies, and how to build and run the host. Check the
|
||||
Each one covers the GPU driver, the dependencies, and how to build and run the host. Check the
|
||||
[Requirements](/docs/requirements) first if you're not sure your machine is a fit.
|
||||
|
||||
## 2. Start the host
|
||||
|
||||
Reference in New Issue
Block a user