optimus-vfio-docs VS vbios_from_reg

Compare optimus-vfio-docs vs vbios_from_reg and see what are their differences.

optimus-vfio-docs

Optimus (Non-MXM/Muxless/"3D Controller") passthrough testing notes (by jscinoz)

vbios_from_reg

Windows Registry VBIOS export script (by kyokenn)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
optimus-vfio-docs vbios_from_reg
3 5
116 6
- -
0.0 1.8
over 6 years ago over 3 years ago
JavaScript 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.

optimus-vfio-docs

Posts with mentions or reviews of optimus-vfio-docs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-10.
  • Can VM's GPU on a laptop with advanced optimus output to laptop display directly without using Looking Glass.
    1 project | /r/VFIO | 11 Apr 2023
    You can follow jscinoz's guide to see if you can get it going for yourself in some very limited cases, but overall it's quite an involved task with a lot of work to succeed.
  • Gaming VM in Acer Laptop
    1 project | /r/VFIO | 13 Jun 2021
    Hi. I have the same model and it is definitely possible to passthrough the NVIDIA GPU. I don't think USB-C port is connected to the GPU and I always use the HDMI one. You need to connect with a monitor or a HDMI plug otherwise the GPU will not work. I also patched OVMF to include ROM (https://github.com/jscinoz/optimus-vfio-docs/issues/2) and a fake battery. I have a hook script to switch GPU on and off using bbswitch. I use this rom since other didn't work or have some problems. I allocated 3 of 4 cores to the VM. For me, the performance is okay for games that I play. I tried Valorant a few months ago with Looking Glass and performance is not that good, however.
  • [Experiences][Potentially a guide] GVT + dGPU passthrough on a laptop (Thinkpad P50 - Muxed)
    5 projects | /r/VFIO | 10 Apr 2021
    This whole thing started 2 years ago when I tried passing my nvidia dGPU to get it working on a Windows guest for Autodesk programs (aka, that joyful company that hates everything non-Windows and free), but lo and behold, it didn't work! Shocker! So I followed through 2 sources: - This issue thread - This guide

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 optimus-vfio-docs and vbios_from_reg you can also consider the following projects:

MobilePassThrough - Make GPU passthrough on notebooks easy and accessible!

Single-GPU-Passthrough

gvt-linux