evdi

Extensible Virtual Display Interface (by DisplayLink)

Evdi Alternatives

Similar projects and alternatives to evdi

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better evdi alternative or higher similarity.

evdi reviews and mentions

Posts with mentions or reviews of evdi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-17.
  • Displaylink and Ubuntu on M1
    3 projects | /r/AsahiLinux | 17 Apr 2023
    So I'm currently on Ubuntu 22.10 with Mesa and asahi-edge kernel. You need both to allow using primary GPU as source output. I'm using evdi 1.13.1 with the correction to set the module to the 1.12.0 to run the script displaylink from Synaptics for Ubuntu.
  • Hdmi output on macbook m1 with asahi linux
    2 projects | /r/AsahiLinux | 4 Apr 2023
  • Help needed: Can't install DisplayLink Drivers for my dock. Fedora 37 Kernal 6.2 Evdi 1.12.0, RPM Release isn't working
    3 projects | /r/Fedora | 4 Apr 2023
    The RPM version never worked for me. It's only useful for getting the services installed. After that clone the repo from https://github.com/DisplayLink/evdi and change to the devel branch. Run make and sudo make install. If you use SecureBoot you also need to sign the resulting evdi.ko with your key. After that restart displaylink.service or reboot and it should work. At least it did for me. I's been a while since I had to use it.
  • Miracast
    4 projects | news.ycombinator.com | 10 Dec 2022
    EVDI allows to create "virtual heads", that you could then conceivably cast to external displays via `miraclecast`, VNC, etc.

    It was originally created to support some ancient USB graphics card, but can be used independently off any specific hardware.

    https://github.com/DisplayLink/evdi

  • Fedora 37: Anybody know how to get displaylink to work on fedora 37
    3 projects | /r/Fedora | 17 Nov 2022
    Download the Ubuntu drivers from here sudo dnf -y upgrade --refresh (to ensure everything is updated) reboot to ensure using latest kernel sudo dnf -y install dkms libdrm-devel openssl (I rebooted again to ensure those took effect as it didn't seem to the first time) openssl req -new -x509 -newkey rsa:2048 -keyout MOK.priv -outform DER -out \ MOK.der -nodes -days 36500 -subj "/CN=Displaylink/" (This is to sign the module for secure boot) sudo mkdir /usr/src/evdi-1.12.0/ mkdir displaylink && cd displaylink Make sure to extract the downloaded file above into this directory. Make the file executable (I just did this in the GUI as it was easier for me at this point) sudo git clone https://github.com/DisplayLink/evdi cd evdi/module/ cp * /usr/src/evdi-1.12.0/ sudo dkms build -m evdi -v 1.12.0 --force sudo dkms install -m evdi -v 1.12.0 cd ~/displaylink sudo ./displaylink-driver-5.6.1-59.184.run or whatever version is available when you read this reboot
    3 projects | /r/Fedora | 17 Nov 2022
    shell cd ~/Downlaods git clone https://github.com/DisplayLink/evdi cd evdi-devel/evdi/module/ cp * /usr/src/evdi-1.12.0/ sudo dnf install dkms sudo dkms build -m evdi -v 1.12.0 --force sudo dkms install -m evdi -v 1.12.0 sudo reboot
    3 projects | /r/Fedora | 17 Nov 2022
    sudo dnf install libdrm-devel.x86_64 libdrm.x86_64 kernel-devel-$(uname -r) git clone https://github.com/DisplayLink/evdi.git cd evdi make sudo make install
  • USB c Dock Partially works on Kernel 6.0.2
    2 projects | /r/pop_os | 26 Oct 2022
    git clone https://github.com/DisplayLink/evdi
    2 projects | /r/pop_os | 26 Oct 2022
    the issue is related to the DisplayLink driver - this is the github issue. Solution: Install the newest DisplayLink driver while replacing the evdi driver manually --> manual here (you need to replace the Displaylink versions with the latest driver you can download here)
  • Using a Linux phone as a secondary monitor
    4 projects | news.ycombinator.com | 17 May 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 15 Apr 2024
    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. Learn more →

Stats

Basic evdi repo stats
45
670
7.6
7 days ago

DisplayLink/evdi is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of evdi is C.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com