Fedora 42 and DisplayLink
October 18, 2025 Leave a comment
Install Display Link
sudo dnf install dkms
sudo dnf config-manager addrepo –from-repofile=https://negativo17.org/repos/fedora-multimedia.repo –overwrite && sudo dnf install displaylink
Install EVDI
cd ~/Downloads/
wget https://github.com/DisplayLink/evdi/archive/refs/tags/v1.14.11.zip
unzip v1.14.11.zip
cd /evdi-1.14.11/module
During the process, it will ask you to set a MOK password to verify when you reboot.
sudo ./dkms_install.sh
sudo reboot