Uncomment framebuffer
This commit is contained in:
@@ -49,12 +49,12 @@ if test -e "/sys/class/vtconsole/vtcon1/bind" ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
#Unbind EFI-Framebuffer if currently bound
|
#Unbind EFI-Framebuffer if currently bound
|
||||||
# if test -e "/sys/bus/platform/drivers/efi-framebuffer/unbind" ; then
|
if test -e "/sys/bus/platform/drivers/efi-framebuffer/unbind" ; then
|
||||||
# echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind
|
echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind
|
||||||
# sleep "${medium_delay}"
|
sleep "${medium_delay}"
|
||||||
# else
|
else
|
||||||
# echo "Could not find framebuffer to unload!"
|
echo "Could not find framebuffer to unload!"
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
# Unload loaded GPU drivers
|
# Unload loaded GPU drivers
|
||||||
if test -e "/tmp/vfio-loaded-gpu-modules" ; then
|
if test -e "/tmp/vfio-loaded-gpu-modules" ; then
|
||||||
|
|||||||
Reference in New Issue
Block a user