Display Link USB Graphic Driver
How to install UBUNTU
Download Driver
First you must download the current Ubuntu Driver in this link: https://www.displaylink.com/downloads/ubuntu
Installation
Firstly, Update your system
1 2 |
sudo apt-get update sudo apt-get dist-upgrade |
It might be neccessary to manually opt into this new stack on previous 14.04.0 and 14.04.1 releases by running following command which will install the linux-generic-lts-utopic and xserver-xorg-lts-utopic packages:
1 |
sudo apt-get install linux-generic-lts-utopic xserver-xorg-lts-utopic libegl1-mesa-drivers-lts-utopic xserver-xorg-video-all-lts-utopic xserver-xorg-input-all-lts-utopic |
sudo apt-get install linux-generic-lts-utopic xserver-xorg-lts-utopic libegl1-mesa-drivers-lts-utopic xserver-xorg-video-all-lts-utopic xserver-xorg-input-all-lts-utopic
If you are on an amd64 system that boots with UEFI, you will also need the matching signed kernel:
1 |
sudo apt-get install linux-signed-generic-lts-utopic |
sudo apt-get install linux-signed-generic-lts-utopic
Install the DKMS framework from a Terminal using the command:
1 |
sudo apt-get install dkms |
Make executable .run file with this command: (xxxxx is your driver verison)
1 |
sudo chmod + x displaylink-driver-xxxxx.run |
Run your .run file and start to instalation
1 |
sudo ./displaylink-driver-xxxxx.run |
You can plug your usb display link adapter