optimus-vfio-docs VS gvt-linux

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

optimus-vfio-docs

Optimus (Non-MXM/Muxless/"3D Controller") passthrough testing notes (by jscinoz)
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 gvt-linux
3 23
116 491
- 0.0%
0.0 8.8
over 6 years ago 3 months ago
JavaScript C
- GNU General Public License v3.0 or later
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

gvt-linux

Posts with mentions or reviews of gvt-linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-06.
  • N4020 IGPU passthru
    1 project | /r/Proxmox | 10 Sep 2022
    Yeah i read that too, I also found this.. https://github.com/intel/gvt-linux/issues/64
  • 19 August 2022 - Daily Chat Thread
    1 project | /r/indonesia | 19 Aug 2022
  • WAN Show - Ryan Shrout & Tom Petersen talk with Linus about Arc GPU and other hardware
    1 project | /r/hardware | 16 Jul 2022
  • GVM: A GPU Virtual Machine for Iommu-Capable Computers
    15 projects | news.ycombinator.com | 6 Jul 2022
    Intel has already confirmed that GVT-g is essentially dead and not supported on their Iris/Xe or anything newer graphics.. We can also confirm this via their own drivers source..

    https://github.com/intel/gvt-linux/blob/gvt-staging/drivers/...

  • Laptop GPU for Host use in PCI OVMF pass thru? + confusion re using iGPU
    2 projects | /r/VFIO | 16 May 2022
    On Intel iGPUs, there are two methods: GVT-g and GVT-d. GVT-g is basically creating virtual instances of the iGPU for use in VMs, while GVT-d is passing through an entire iGPU to the guest in the same way you would do with a normal GPU.
  • list of gvt-d supported cpu? thx
    1 project | /r/intel | 19 Apr 2022
    From the Intel GVTg_Setup_Guide;
  • Kholia/OS X-KVM: Run macOS on QEMU/KVM
    8 projects | news.ycombinator.com | 2 Dec 2021
    Not really pass through, no. If CONFIG_DRM_I915_GVT is enabled in your kernel, you can use Intel's graphics virtualization system... basically a virtio style virtual device that shares the GPU between VM and host. IMO this is way more convenient than real passthrough, where the device is only available either to the VM or the host. The downside is that you don't get full performance in the VM.

    "Intel GVT-g is a full GPU virtualization solution with mediated pass-through (VFIO mediated device framework based), starting from 5th generation Intel Core(TM) processors with Intel Graphics processors. GVT-g supports both Xen and KVM (a.k.a XenGT & a.k.a KVMGT). A virtual GPU instance is maintained for each VM, with part of performance critical resources directly assigned. The capability of running native graphics driver inside a VM, without hypervisor intervention in performance critical paths, achieves a good balance among performance, feature, and sharing capability."

    https://github.com/intel/gvt-linux/wiki/GVTg_Setup_Guide

  • Full passthrough / GVT-d of 11th gen iGPU (Rocket Lake) to Windows 10 guest - logging my attempt.
    6 projects | /r/VFIO | 22 Nov 2021
    Wait a minute. GVT-g with 11th gen iGPUs upwards does work in linux guest? Are you sure about that? See this github issue for reference.
  • Show HN: VGPU and SR-IOV on Consumer GPUs
    7 projects | news.ycombinator.com | 21 Oct 2021
    To be clear, I never said it was dead, only a dead end.

    As for GVT-g and Xe, according to a post in this[0] issue by one of the Intel devs, Rocket Lake (Xe) is not getting support and only does GVT-d.

    Also in the same issue, someone pointed out that Intel themselves have states as much here[1].

    I hope I am proven wrong in the end and GVT-g comes to then entire Xe and ARC lineup. Intel's communication on this matter has been...lacking.

    0: https://github.com/intel/gvt-linux/issues/190

    1: https://www.intel.com/content/www/us/en/support/articles/000...

  • GVT-D setup
    1 project | /r/intel | 13 Sep 2021
    After days of trial and error, I could not get it to work, maybe one of you knows it. Currently, I try to setup GVT-d with KVM on my Dell XPS 13 2 in 1 7390, which has a i7-1065G7. AFAIK GVT-g is not supported, so I gave GVT-d a chance. The virtual machine is booting without any errors, but the display stays black. I only found this guide, but couldn't get it to work...

What are some alternatives?

When comparing optimus-vfio-docs and gvt-linux you can also consider the following projects:

MobilePassThrough - Make GPU passthrough on notebooks easy and accessible!

Single-GPU-Passthrough

jellyfin-ffmpeg - FFmpeg for Jellyfin

vbios_from_reg - Windows Registry VBIOS export script

i915ovmfPkg - VBIOS for Intel GPU Passthrough

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

UEFITool - UEFI firmware image viewer and editor

quickemu - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.

vgpu_unlock - Unlock vGPU functionality for consumer grade GPUs.

linux-intel-lts

Docker-OSX - Run macOS VM in a Docker! Run near native OSX-KVM in Docker! X11 Forwarding! CI/CD for OS X Security Research! Docker mac Containers.