DisplayLink / evdi

Extensible Virtual Display Interface
MIT License
689 stars 179 forks source link

How to install evdi from source on Ubuntu? (HOWTO) #413

Open SamSpiri opened 1 year ago

SamSpiri commented 1 year ago

How do you use this repo with displaylink driver? It was a pain to figure it out. Hopefully this solution helps:

mkdir 123
cd 123
git clone https://github.com/DisplayLink/evdi.git
# please MANUALLY download this file before executing:
./displaylink-driver-x.x.x-xx.xxx.run --target displaylink --noexec
cd displaylink
tar -czf evdi.tar.gz -C ../evdi .
sudo ./displaylink-installer.sh uninstall
sudo rmmod evdi
sudo ./displaylink-installer.sh noreboot
sudo systemctl start displaylink-driver.service
amatmv commented 6 months ago

Man, you made my day.Thank you!