DisplayLink - pflavio/macbookpro-2016-linux GitHub Wiki
DisplayLink (USB-C)
- Install EVDI for the kernel module
yay -S evdi
- Install the DisplayLink driver
yay -S displaylink
- Enable the displaylink.service druing boot
systemctl enable displaylink.service
- Start the displaylink.service
systemctl start displaylink.service
- Reboot
reboot
- Check if it worked
systemctl status displaylink.service
DisplayLink on kernel 6.6.6+
- Download the latest official DisplayLink driver displaylink-driver-5.8.0-63.33 (DisplayLink USB Graphics Software for Ubuntu) at Synaptics
- cd downloads
- unzip /home/username/Downloads/DisplayLink USB Graphics Software for Ubuntu5.8-EXE.zip
- Make executable
- Execute the start-up script (*.run)
sudo ./displaylink-driver-5.8.0-63.33.run uninstall
to remove the old driver reboot - Unpack the driver
./displaylink-driver-5.8.0-63.33.run --noexec --keep
- Open the new driver folder
cd displaylink-driver-5.8.0-63.33
- Remove the old evdi.tar.gz file
rm evdi.tar.gz
- Download the latest EVDI driver from the official developer repository on GitHub
curl -L https://github.com/DisplayLink/evdi/archive/refs/heads/devel.tar.gz -o evdi.tar.gz
- Open the file
nano ./displaylink-installer.sh
and change line 39 fromif ! tar xf "$TARGZ" -C "$EVDI"; then
toif ! tar xf "$TARGZ" -C "$EVDI" --strip-components=1; then
to enable unpacking the downloaded file during installation. Save and close the file. - Install the DisplayLink driver with the updated EVDI
sudo ./displaylink-installer.sh