ThinkPad T590
- CPU: Intel(R) Core(TM) i7-8565U
- RAM: 16GiB
- GPU: UHD Graphics 620
- ThinkPad Hybrid USB-C with USB-A Dock [ 40AF0135EU ]
- 2x HDMI monitors
- Ubuntu 20.04 with i3 setup
- Download DisplayLink driver
- unpack the zip archive:
unzip DisplayLink*.zip -d displaylink
- execute
sudo ./displaylink/displaylink-driver*.run
- if the script doesn't reboot the system, reboot
After the reboot if the external screens don't work, read below
- execute
sudo nano /etc/X11/xorg.conf.d/20-displaylink.conf
- in the editor copy this config
Section "Device"
Identifier "DisplayLink"
Driver "modesetting"
Option "PageFlip" "false"
EndSection
- save and exit:
Ctrl + O
->Enter
->Ctrl + X
If the UEFI Secure Boot is enabled, you need to follow this official guide
If the backlight has stopped working in the latop screen, rename the XX-intel.conf
file in 10-intel.conf
with this command cd /usr/share/X11/xorg.conf.d/; sudo mv XX-intel.conf 10-intel.conf
(where XX is greater than or equal to 20)