MobilePassThrough VS vbios_from_reg

Compare MobilePassThrough vs vbios_from_reg and see what are their differences.

vbios_from_reg

Windows Registry VBIOS export script (by kyokenn)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
MobilePassThrough vbios_from_reg
8 5
168 6
- -
1.8 1.8
about 2 years ago over 3 years ago
Shell Python
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MobilePassThrough

Posts with mentions or reviews of MobilePassThrough. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-07.

vbios_from_reg

Posts with mentions or reviews of vbios_from_reg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-10.
  • Looking for an mx150 VBIOS
    1 project | /r/overclocking | 4 Feb 2023
    Here's a nice little tool if you're having trouble extracting your own vbios.
  • Lenovo 7 Gen 7 - i9 12900HX - 3080Ti
    1 project | /r/GamingLaptops | 3 Sep 2022
  • anyone got 'em x17r2 3080ti vbios?
    1 project | /r/Alienware | 18 Jul 2022
    I used this method: https://github.com/kyokenn/vbios_from_reg
  • https://np.reddit.com/r/VFIO/comments/mqxhus/code_43_on_optimus_laptop_help/gunpsts/
    1 project | /r/backtickbot | 15 Apr 2021
    Extra stuff you might want to try if you still have issues: - Extract the vbios from windows (GPU-Z or with this script to get it from registry in windows. - Check with GOPUpd script to see if you have a UEFI GOP (check post2 of the forum for the script, you may also want to read the first post to understand what the script does, basically just drop your vbios into the .bat executable and follow through) - In case your vbios contains a UEFI GOP, you do not need to update, just use it as it is - In case your vbios does not contain a UEFI GOP, install one according to your device's family (Pascal) - add just above the bottom of the passed device and change /path/to/vBIOS.rom to where your vBIOS is (note that sometimes, qemu may not be able to access the file because of apparmor, so use some other place that qemu can use like /usr/share/edk2-ovmf/x64/ or /usr/share/vbios or something or add an exception for it in apparmor)
  • [Experiences][Potentially a guide] GVT + dGPU passthrough on a laptop (Thinkpad P50 - Muxed)
    5 projects | /r/VFIO | 10 Apr 2021
    The keys for my setup were the proper PCIe location in the VM and passing a GOP updated vBIOS, otherwise I'll be met with Error 43 or no display. To get the M2000M working properly: (I assume you've read Archlinux's wiki about OVMF GPU Passthrough and how to add stuff like qemu commands in a virsh xml) - Dump the vBIOS (there are many ways, through the windows registry (manually or with a script) or by using VBiosExtractor following this guide. Note that you will need to put the full path to the BIOS updater executable, the VBiosExtractor script doesn't seem to do well with relative paths. - Add UEFI GOP to it (as it's PC-AT only) (I used Maxwell MXM) - Patch the OVMF image with the regular (or GOP updated) vBIOS by building it automatically (thanks to @Ashymad's original gist) if you're on an Arch-based OS (you'll have to download the whole gist) or check the PKGBUILD and make the patching manually (this guide has the same steps too, don't forget the dos2unix commands, otherwise the patches wont be applied). You might want to add the path of the OVMF in /etc/libvirtd/qemu.conf accordingly or edit the PKGBUILD to copy them to /usr/share/edk2-ovmf/x64/ instead (where the edk2-ovmf official package store them). - Make a VM with virt-manager as you would normally, add the dGPU and the other hardware that comes with it (for me only Audio, for others it may be also USB or others peripherals that come with a GPU nowadays), but in the XML section (make sure you enable editing), remove all PCI addressing lines (to avoid conflicting addresses) and add the proper address for the dGPU to the hostdev section (note that it usually just means that the source address and the hostdev address match). When applying, virsh will properly populate the other addresses. xml

What are some alternatives?

When comparing MobilePassThrough and vbios_from_reg you can also consider the following projects:

optimus-vfio-docs - Optimus (Non-MXM/Muxless/"3D Controller") passthrough testing notes

Single-GPU-Passthrough

vfio - A script for easy pci and usb passthrough along with disks, iso's and other useful flags for quick tinkering with less of a headache. I use it for VM gaming and other PCI/LiveCD/PXE/VM/RawImage testing given the script's accessibility.

gvt-linux

passthrough_helper_void - GPU passthrough helper

xpu_setup - Setup Ubuntu 22.04 with Intel dGPUs and components from Intel OneAPI