Skip to content

Instantly share code, notes, and snippets.

@phackwer
Last active June 11, 2020 01:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Displaylink Ubuntu 18
Get the required packages before trying to install it:
apt-get install build-essential
apt-get install dkms
apt-get install linux-generic
apt-get install linux-signed-generic
Download driver at https://www.displaylink.com/downloads/file?id=1304, unzip it, chmod 777 and install as root
Now, to make sure it will not fail:
echo "options evdi initial_device_count=2" > /etc/modprobe.d/evdi.conf
echo evdi >> /etc/modules
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment