Files
packages/anda/system/nvidia-580/nvidia-kmod-common/nvidia-fallback.service
T
Gilver b81a95d71e [el10] feat: Split NVIDIA into current and legacy branches (#8402) (#8405)
* feat: Split NVIDIA into current and legacy branches (#8402)

* feat: Split NVIDIA into current and legacy branches

* cleanup: Module variant no longer applicable

* fix: Some sources and anda.hcl files I missed

* fix: More

* chore: Bump release on packages that had changed dependencies

* chore: Bump release on all non-legacy packages

* fix: Oops

* More cleanup for kernel/kernel open changes

* cleanup: Weird line

* fix: Missed that

(cherry picked from commit 853f4a5829)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>

* fix: Yeet i386

---------

Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
2025-12-16 12:43:11 -06:00

18 lines
427 B
Desktop File

[Unit]
Description=Fallback to nouveau as nvidia did not load
After=akmods.service
Before=display-manager.service
ConditionKernelCommandLine=rd.driver.blacklist=nouveau
ConditionPathExists=!/sys/module/nvidia
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=-/sbin/modprobe nouveau
ExecStartPost=-/bin/plymouth message --text="NVIDIA kernel module missing. Falling back to Nouveau."
[Install]
WantedBy=graphical.target