vga-passthrough VS vgpu_unlock

Compare vga-passthrough vs vgpu_unlock and see what are their differences.

vga-passthrough

Up to date (2021) reference for setting up a VGA passthrough on (Ubuntu) Linux. (by 64kramsystem)

vgpu_unlock

Unlock vGPU functionality for consumer grade GPUs. (by DualCoder)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vga-passthrough vgpu_unlock
2 144
178 4,264
- -
0.0 0.0
over 1 year ago about 1 year ago
C
Creative Commons Attribution Share Alike 4.0 MIT License
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.

vga-passthrough

Posts with mentions or reviews of vga-passthrough. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-02.
  • In Praise of QEMU
    5 projects | news.ycombinator.com | 2 Sep 2022
    I've been using VFIO and maintaining a guide for a few years, then I've realized that VFIO kinda works, but it's not a reliable technolog, and I switched to dual boot.

    There are very significant pain points, specifically:

    1. if one reserves the video card for VFIO, it won't have any power management; this means that it will run hot while doing nothing; in order to work this around:

    1a. first one has to battle with X, which has an option not-to-take-over-a-card-but-it-takes-it-over-nonetheless

    1b. then one can give exclusive access to the graphic card driver, which then can be switched out/in when starting/stopping the VM; this unfortunately works, but not reliably

    2. the points before apply to nvidia; AMD is worse, as it hasn't supported soft GPU reset until very recently (I think it was added on 5.19 or so)

    2a. this means that one starts the VM, then stops it, and most of the times the card will hang

    2b. there resize BAR functionality is not supported by VFIO (at least, last year it wasn't), which meant, one had to lose performance by virtualizing it

    The problem is that all the points below are not in control of the user; the problems happen at driver level (if there is no reset support, one can't add it out of thin air).

    Point 1 has been what lead me to abandon VFIO. It's fantastic, but finding that my card was running hot while doing nothing was really a showstopper; and the alternative of the card having a most-of-the-time-malfunctiong driver was not appealing, either.

    Big shame! I loved VFIO :)

    * https://github.com/64kramsystem/vga-passthrough

  • Looking Glass: Run a Windows VM on Linux in a Window with Native
    5 projects | news.ycombinator.com | 17 Jul 2021
    I mantain a guide for setting up VFIO (https://github.com/saveriomiroddi/vga-passthrough), which I frequently use.

    My conclusion is: for machines that are compatible with it, VFIO works very well. The technology itself is stable, so working on photoshop/game development etc. (from a technological perspective, there's no distinction between the two tasks) is not distinguishable from working on native.

    I had VFIO on 4 machines I think, and one had problems which I couldn't solve, while the others worked well.

    When used with QEMU, it requires some system settings and QEMU flags etc., but it's straightforward.

    To put it in another way: if one wants to use VFIO seriously, it's best using hardware known to work well, rather trying to cram VFIO on a not very compatible ones.

    And also: one needs to be pratical. An USB soundcard solves countless hours of attempts to use the host's Pulseaudio system (meh).

vgpu_unlock

Posts with mentions or reviews of vgpu_unlock. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-12.
  • Tinygrad: Hacked 4090 driver to enable P2P
    5 projects | news.ycombinator.com | 12 Apr 2024
    This isn’t even the first time a hacked driver has been used to unlock some HW feature - https://github.com/DualCoder/vgpu_unlock
  • Is there specific hardware to make passthrough GPU easier?
    1 project | /r/Proxmox | 27 May 2023
    Alternatively enable vGPU for the 2070 and use it for both Jellyfin LXC and Windows VM. https://github.com/DualCoder/vgpu_unlock
  • GPU virtualization?
    3 projects | /r/kvm | 20 May 2023
    I'm on Linux and I'm running a 3070 Ti (Nvidia). I have always wanted to do GPU virtualization but because NVIDIA won't release vGPU for consumer card no one can do it without crossing legal red tape or problems with bricking your GPU. I did find this [https://github.com/jamesstringerparsec/Easy-GPU-PV] however it is only for windows, I found this [https://github.com/Arc-Compute/LibVF.IO/] and does not work with my GPU, and this [https://github.com/DualCoder/vgpu_unlock] and can't get it to work. Done any one know an alternative on Linux that work just like this, overcoming these problems (on KVM)?
  • GPU pass-through/Sharing between multiple VMs
    1 project | /r/VFIO | 6 May 2023
    Otherwise, your only other option is the real hardware virtualization options that are available. NVIDIA's enterprise vGPU solution is for expensive compute cards however some have had good luck making vGPUs work on consumer NVIDIA cards with tools such as vgpu_unlock
  • SR-IOV with RTX 3090 Ti
    1 project | /r/Proxmox | 18 Apr 2023
    There was a hack to enable it on some consumer cards, but it’s not available on Ampere/30x0 cards: https://github.com/DualCoder/vgpu_unlock/issues/8
  • Gaming PC for Proxmox
    1 project | /r/Proxmox | 12 Apr 2023
  • GPU virtualization, RTX 3000, Nvidia, and KVM?
    1 project | /r/linuxquestions | 7 Apr 2023
  • Hi, I need help building my VMware home-lab environment
    1 project | /r/vmware | 31 Mar 2023
  • cheap gpu for virtualization and stable diffusion
    1 project | /r/servers | 6 Mar 2023
  • GPU Passthrough
    4 projects | /r/Proxmox_BR | 29 Jan 2023
    Pci passthrough https://github.com/mbilker/vgpu_unlock-rs https://github.com/DualCoder/vgpu_unlock https://github.com/DualCoder/vgpu_unlock/issues/91 https://gitlab.com/polloloco/vgpu-proxmox https://github.com/joeknock90/Single-GPU-Passthrough https://gitlab.com/YuriAlek/vfio#start-here https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough/ https://forum.level1techs.com/t/single-gpu-passthrough-with-proxmox/113282/2 https://forum.proxmox.com/threads/problem-with-gpu-passthrough.55918/

What are some alternatives?

When comparing vga-passthrough and vgpu_unlock you can also consider the following projects:

OSX-KVM - Run macOS on QEMU/KVM. With OpenCore + Monterey + Ventura + Sonoma support now! Only commercial (paid) support is available now to avoid spammy issues. No Mac system is required.

Easy-GPU-PV - A Project dedicated to making GPU Partitioning on Windows easier!

SkyScan - Automatically photograph planes that fly by!

nvidia-patch - This patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.

skyscan - Location and velocity information system for the game Starbase

LibVF.IO - A vendor neutral GPU multiplexing tool driven by VFIO & YAML.

Resources - We are the educational powerhouse for all things Aim, FPS, and Esports.

Simple-Ubuntu-Setup-For-Gaming - Simple Ubuntu Setup for Gaming

vgpu_unlock-rs - Unlock vGPU functionality for consumer grade GPUs

Victoria-2-Cursed - A Victoria II graphics mod that makes the game deep fried and overall more cursed.

Single-GPU-Passthrough