From 0968ddfee371d00f4662c3d2a166e8e3aac96bd2 Mon Sep 17 00:00:00 2001 From: Risingprism Date: Thu, 24 Dec 2020 02:07:15 +0000 Subject: [PATCH] Revert "Add nouveau support" This reverts commit 427c5bdd5539668ee517231f5e32dec8ff68831f --- hooks/vfio-startup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/vfio-startup.sh b/hooks/vfio-startup.sh index c69abf5..9d40d1b 100755 --- a/hooks/vfio-startup.sh +++ b/hooks/vfio-startup.sh @@ -66,7 +66,7 @@ if test -e "/tmp/vfio-is-nvidia" ; then rm -f /tmp/vfio-is-nvidia fi -if lsmod | grep "nvidia" &> /dev/null || lsmod | grep "nouveau" &> /dev/null ; then +if lsmod | grep "nvidia" &> /dev/null ; then echo "true" >> /tmp/vfio-is-nvidia echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind fi