mirror of
https://gitlab.com/risingprismtv/single-gpu-passthrough.git
synced 2024-12-22 05:35:21 +00:00
parent
427c5bdd55
commit
0968ddfee3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user