Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SamSpiri opened this issue Apr 15, 2023 · 1 comment
Open

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

SamSpiri opened this issue Apr 15, 2023 · 1 comment

Comments

@SamSpiri
Copy link

SamSpiri commented Apr 15, 2023

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
@SamSpiri SamSpiri changed the title How to install evdi from source? (HOWTO) How to install evdi from source on Ubuntu? (HOWTO) Apr 15, 2023
@amatmv
Copy link

amatmv commented Jan 5, 2024

Man, you made my day.Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants