From 4a0eb8f4531f25c59f0d6b39646e5cbd853d0603 Mon Sep 17 00:00:00 2001 From: ferreo Date: Mon, 20 Jan 2025 13:51:54 +0000 Subject: [PATCH] test --- .github/build-nest-v3 | 2 +- nvidia-graphics-drivers-565/debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/build-nest-v3 b/.github/build-nest-v3 index d8263ee..56a6051 100644 --- a/.github/build-nest-v3 +++ b/.github/build-nest-v3 @@ -1 +1 @@ -2 \ No newline at end of file +1 \ No newline at end of file diff --git a/nvidia-graphics-drivers-565/debian/rules b/nvidia-graphics-drivers-565/debian/rules index cea6bf2..0685b60 100644 --- a/nvidia-graphics-drivers-565/debian/rules +++ b/nvidia-graphics-drivers-565/debian/rules @@ -22,8 +22,8 @@ ifeq (amd64,$(DEB_HOST_ARCH)) # This avoids various issue, when Simplefb is used # https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/issues/14 # https://github.com/rpmfusion/nvidia-kmod/blob/master/make_modeset_default.patch - patch -Np2 -i $(CURDIR)/debian/patches/0001-Make-modeset-and-fbdev-default-enabled.patch -d $(CURDIR)/debian/tmp/kernel - patch -Np2 -i $(CURDIR)/debian/patches/0001-Make-modeset-and-fbdev-default-enabled.patch -d $(CURDIR)/debian/tmp/kernel-open + patch -Np1 -i $(CURDIR)/debian/patches/0001-Make-modeset-and-fbdev-default-enabled.patch -d $(CURDIR)/debian/tmp/kernel + patch -Np1 -i $(CURDIR)/debian/patches/0001-Make-modeset-and-fbdev-default-enabled.patch -d $(CURDIR)/debian/tmp/kernel-open # Dont error, when Zen5 CPU is in the system patch -Np2 -i $(CURDIR)/debian/patches/0002-Do-not-error-on-unkown-CPU-Type-and-add-Zen5-support.patch -d $(CURDIR)/debian/tmp/kernel