Add support in Linux for USB DisplayLink devices, such as the ASUS MB169B+ monitor or the Dell D6000 dock, which is now being widely deployed in LSA.
sudo apt install dkms
cd ~/Downloads
unzip DisplayLink\ USB\ Graphics\ Software\ for\ Ubuntu\ *.zip
sudo ./displaylink-driver-version.run
Please note: We have not tested this on every version. It works on Fedora 33 but does not work at all on CentOS Stream 8.
sudo yum install dkms
sudo dnf install dkms
yum
dnf
sudo systemctl start displaylink
DisplayLink packages typically come with a newer version of evdi that may need to have a kernel module built for the kernel you are using. In that case, these additional steps will be necessary. We are using version 1.7.2 as an example in this case. Because evdi development lags kernel updates, evdi modules may fail to build on newer kernels. In that case, you will need to use an older kernel until an updated evdi is released or to patch evdi yourself. There is often documentation in online discussions about workarounds that can be used.
cd /usr/src/evdi-1.7.2
sudo dkms install -m evdi -v 1.7.2