i915-sriov-dkms VS intel-gpu-i915-backports

Compare i915-sriov-dkms vs intel-gpu-i915-backports and see what are their differences.

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
i915-sriov-dkms intel-gpu-i915-backports
16 4
659 69
- -
6.4 5.7
9 days ago 11 days ago
C
- -
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.

i915-sriov-dkms

Posts with mentions or reviews of i915-sriov-dkms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-17.
  • GPU pass through on 13900H - does anybody succeed?
    1 project | /r/Proxmox | 7 Dec 2023
    The i915 driver doesn't have SR-IOV mainlined just yet, so you need to build a dkms module to get it going.
  • Need help with 12th-gen Intel UHD Graphics passthrough
    2 projects | /r/VFIO | 17 Sep 2023
    Then I tried the SR-IOV approach, installed the latest proxmox kernel which had this module already patched in and followed the instructions on the page but lspci | grep VGA reports 00:02.0 VGA compatible controller: Intel Corporation Alder Lake-UP3 GT1 [UHD Graphics] (rev 0c) as before. This is the output of dmesg | grep i915:
  • Mini pc for 4K streaming
    1 project | /r/PleX | 9 Jul 2023
    For specifics: Up until last month, for gpu passthrough in Proxmox you have to use this random driver : https://github.com/strongtz/i915-sriov-dkms/tree/master With new Proxmox 8, it should have worked, but I still had to install this driver to even begin working on passthrough. Now I passed it to a UbuntuVM. Now Ubuntu by default doesn't support Alder lake iGPU completely. I installed kernel 6 somthing and the previous mentioned github driver. Now guess what, Plex doesn't support this GPU. This is the thread where I finally stopped. https://forums.plex.tv/t/movie-corruption-when-plex-decodes-4k-hdr/834529/45
  • The Great CPU Stagnation
    4 projects | news.ycombinator.com | 18 May 2023
    There’s actually 2, theres the intel lts one, which i guess they did do something it just never amounted to anything, explained here:

    https://github.com/intel/linux-intel-lts/issues/33

    The ongoing development:

    https://github.com/strongtz/i915-sriov-dkms

  • Code 43 with Intel iGPU UHD 770 via SR-IOV or passthrough (12th Gen Alder Lake SRIOV pass-through 12 generation)
    1 project | /r/VFIO | 6 May 2023
    DKMS module from /u/strongtz github
  • 13th gen iGPU pass through fixed?
    1 project | /r/Proxmox | 3 May 2023
  • iGPU/APU and virtualization
    1 project | /r/framework | 15 Apr 2023
    SR-IOV does allow sharing the iGPU between a host and a guest but mainline linux doesn't support it yet. Intel is planning to mainline it later this year though and there's this dkms module if you know what you're doing and wanna try it.
  • Fedora 37 - SR-IOV Intel 12th gen GPU
    2 projects | /r/VFIO | 23 Mar 2023
    dnf install -y @development-tools git dkms git clone https://github.com/strongtz/i915-sriov-dkms
  • GPU Passthrough using SR-IOV UHD Graphics and 3050ti on XPS 9510. I'm so close!
    1 project | /r/VFIO | 28 Feb 2023
    Hello, everyone! I've been trying to pass through my dedicated graphics card on my optimus XPS 15 9510 for... quite a while. I was advised by [this blog post](https://lantian.pub/en/article/modify-computer/laptop-intel-nvidia-optimus-passthrough.lantian) that I need to pass through both my integrated graphics card and the dedicated graphics card in order to use the dedicated graphics card on the host, by my 11th Gen Intel i7-11800H doesn't support GVT-g, only SR-IOV. So, I installed [this kernel module](https://github.com/strongtz/i915-sriov-dkms) which allowed me to seemingly successfully create a VF and pass it through alongside my dedicated graphics card.
  • Install driver with SR-IOV support (dkms module) on fedora
    1 project | /r/VFIO | 26 Jan 2023

intel-gpu-i915-backports

Posts with mentions or reviews of intel-gpu-i915-backports. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-27.
  • [GUIDE][TrueNAS SCALE 22.12.2] Enable 12/13th Gen Intel iGPU's
    4 projects | /r/truenas | 27 May 2023
    Intel provides i915 Driver DKMS back-ports for kernel 5.15, they're specifically targeting Ubuntu but turns out they compile pretty much fine for Debian with little to no modification needed. git clone https://github.com/intel-gpu/intel-gpu-cse-backports git clone https://github.com/intel-gpu/intel-gpu-pmt-backports/ git clone https://github.com/intel-gpu/intel-gpu-i915-backports git clone https://github.com/intel-gpu/intel-gpu-firmware
  • [Guide][TrueNAS SCALE 22.12] - Enable Intel 12/13th Gen iGPU Support
    4 projects | /r/truenas | 27 May 2023
    ## Introduction I finally got Plex Transcoding and full Intel iGPU support for 12th/13th gen Intel CPUs working on Trunas Scale 22.12.2 and Linux Kernel 5.15.*. I'm making this post to hopefully assist any other poor souls who attempt to do the same. Forgive me if this guide misses some minor details as I didn't capture my exact command history through this process. ## System Information ``` OS Version:TrueNAS-SCALE-22.12.2 Product:W680D4U-2L2T/G5 Model:13th Gen Intel(R) Core(TM) i9-13900K Memory:125 GiB ``` # Guide > Note: Here there be dragons, none of these steps are guaranteed to not break your TrueNas install and you probably won't get much in the way of assistance if you do so be careful and don't attempt this if you're not comfortable with your linux-fu. ### Re-enable APT and Install Git ``` chmod +x /usr/bin/apt* sudo apt update sudo apt install git ``` ### Clone Intel DKMS + Firmware Repo's Intel provides i915 Driver DKMS back-ports for kernel 5.15, they're specifically targeting Ubuntu but turns out they compile pretty much fine for Debian with little to no modification needed. ``` git clone https://github.com/intel-gpu/intel-gpu-cse-backports git clone https://github.com/intel-gpu/intel-gpu-pmt-backports/ git clone https://github.com/intel-gpu/intel-gpu-i915-backports git clone https://github.com/intel-gpu/intel-gpu-firmware ``` ### Build + Install DKMS modules You should refer to the GitHub repo's README.md's here with the exception that you don't actually need to install any linux-headers as they're already provided by TrueNas. If I remember correctly the same is true of most of the build-dependencies. For `OS_TYPE` assume `ubuntu_20.04` as it builds against the same kernel as we do but RTFM applies here.
  • Fedora 37 - SR-IOV Intel 12th gen GPU
    2 projects | /r/VFIO | 23 Mar 2023
    I would try a kernel that has all of Intels gpu patches available: https://github.com/intel-gpu/intel-gpu-i915-backports
  • why does playback in jellyfin media player look so different from Edge? The show is encoded in HEVC main 10 and no transcoding is happening just direct playback.
    1 project | /r/jellyfin | 25 Sep 2022

What are some alternatives?

When comparing i915-sriov-dkms and intel-gpu-i915-backports you can also consider the following projects:

linux-intel-lts

intel-gpu-firmware

single-intel-gpu-passthrough - This repository contains information on running a virtual machine with GPU passthrough for systems with a single Intel GPU.

intel-gpu-pmt-backports

mellori_ITX - Small Form Factor printable case for AMD Raven Ridge systems

intel-gpu-cse-backports

solvespace - Parametric 2d/3d CAD

e1000e-dkms-debian - Intel e1000e ethernet adapter driver (DKMS version) for Debian

realtek-r8152-dkms - A DKMS package for easy use of Realtek r8152 driver, which supports Realtek USB NICs including RTL8156 2.5 GbE.

rtl8188eus - RealTek RTL8188eus WiFi driver with monitor mode & frame injection support. (mirror)