Commit 8b3f9a60 authored by Anton Midyukov's avatar Anton Midyukov

firmware, x11: add firmware-nouveau

Fix error in dmesg: nouveau 0000:01:00.0: Direct firmware load for nouveau/nve7_fuc084 failed with error -2 nouveau 0000:01:00.0: Direct firmware load for nouveau/nve7_fuc084d failed with error -2 Link: https://bugzilla.altlinux.org/56994 Link: https://bugzilla.altlinux.org/50851
parent 6a7790d7
...@@ -13,6 +13,11 @@ endif ...@@ -13,6 +13,11 @@ endif
use/firmware/full: use/firmware/server use/firmware/laptop; @: use/firmware/full: use/firmware/server use/firmware/laptop; @:
use/firmware/nouveau: use/firmware; @:
ifneq (,$(filter-out p10 c10f%,$(BRANCH)))
@$(call add,SYSTEM_PACKAGES,firmware-nouveau)
endif
ifeq (,$(filter-out i586 x86_64,$(ARCH))) ifeq (,$(filter-out i586 x86_64,$(ARCH)))
use/firmware/cpu: use/firmware use/firmware/cpu: use/firmware
@$(call add,THE_PACKAGES,firmware-intel-ucode iucode_tool) @$(call add,THE_PACKAGES,firmware-intel-ucode iucode_tool)
......
...@@ -64,7 +64,7 @@ endif ...@@ -64,7 +64,7 @@ endif
use/x11/3d: use/x11/intel use/x11/radeon use/x11/amdgpu use/x11/nvidia; @: use/x11/3d: use/x11/intel use/x11/radeon use/x11/amdgpu use/x11/nvidia; @:
# somewhat lacking compared to radeon but still # somewhat lacking compared to radeon but still
use/x11/nouveau: use/x11 use/firmware use/drm/nouveau use/x11/nouveau: use/x11 use/firmware/nouveau use/drm/nouveau
@$(call try,NVIDIA_PACKAGES,xorg-drv-nouveau) @$(call try,NVIDIA_PACKAGES,xorg-drv-nouveau)
@$(call add,THE_PACKAGES,$$(NVIDIA_PACKAGES)) @$(call add,THE_PACKAGES,$$(NVIDIA_PACKAGES))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment