diff options
-rwxr-xr-x | entries/pci_passthrough.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/entries/pci_passthrough.html b/entries/pci_passthrough.html index 942c2b4..f2eb54c 100755 --- a/entries/pci_passthrough.html +++ b/entries/pci_passthrough.html @@ -13,7 +13,8 @@ If you do not trust this guide or need any clarification, feel free to follow st ## Prerequisites -Make sure that your motherboard is: +Make sure that your motherboard: + - supports hardware virtualisation - supports IOMMU @@ -231,7 +232,9 @@ In `/etc/security/limits.d/99-memlock.conf` write: @kvm hard memlock 8100452 @kvm soft memlock 8100452 -You may need to reboot for these changes to take effect, especially ones relating to udev rules. +You may need to re-login for these changes to take effect, especially ones relating to udev rules. + +*Busybox doesn't support these configurations for its /bin/login, so use shadow's /bin/login (on alpine you need the package `shadow-login`)* ### Using ddcutil to switch between monitor inputs |