Replace native GFN (impossible on this GPU) with browser GFN + Moonlight

The native GeForce NOW client hard-requires Vulkan video-decode
extensions (error 0xC0F11312) and the BC-250 has no video decode
hardware — unfixable at driver level. Replaced with:
- Chromium + a GeForce NOW web-app shortcut (works on Linux Chromium
  without UA tricks nowadays; CPU-decoded 1080p)
- Moonlight client for streaming from a home Sunshine host (planned:
  VM with RTX 3050 passthrough on the R730)
Drops bc250-gfn-install service/script.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-18 16:27:28 -04:00
co-authored by Claude Fable 5
parent 2a67851293
commit 9d2aa16050
7 changed files with 27 additions and 51 deletions
@@ -1,13 +0,0 @@
[Unit]
Description=Install GeForce NOW flatpak (NVIDIA repo, first boot)
Wants=network-online.target
After=network-online.target flatpak-add-fedora-repos.service
ConditionPathExists=!/var/lib/bc250/.gfn-installed
[Service]
Type=oneshot
ExecStart=/usr/bin/bc250-gfn-install
TimeoutStartSec=45min
[Install]
WantedBy=multi-user.target