Open viraptor opened 3 years ago
Hi I'm having problems with DisplayLink now too. As soon as I connect a second screen to my Dell D3100 USB3.0 Dock the system just hangs and all screens go black. This same configuration used to work for the last 12 month! Here's my configuration: Laptop: Dell XPS 15 7590 with NVIDIA GeForce GTX 1650 Linux Distributions: Ubuntu 20.04 / Ubuntu 21.04 DisplayLink Drivers: displaylink-driver-5.4.0-55.153 / displaylink-driver-5.4.1-55.174 evdi, 1.9.1, 5.11.0-34-generic, x86_64: installed
There are a few suspicious entries (even when only one monitor is connected) in the dmesg output here as well (see full dmesg output for more infos...):
[ +0,010602] evdi: loading out-of-tree module taints kernel.
[ +0,000003] kernel BUG at drivers/dma-buf/dma-buf.c:1269!
i had the same problems. i found that the intel integrated graphics with the modesetting driver is giving this problems. what i did is installed the xf86-video-intel and followed this github: https://github.com/Ashark/DisplayLink-switch
i than made a new grub boot entry for my system with additional systemd.unit=displaylink.target
in the kernel parameters. now, when i am in office i boot up with the new entry, the intel driver exclusively is loaded, no nvidia. now i got all my monitors.
using this method: https://support.displaylink.com/knowledgebase/articles/1181623-displaylink-ubuntu-driver-after-recent-x-upgrades
had no effect on my system.
the downsides are to use the intel driver and not modesetting for the integrated graphics and in kde plasma the compositor should be deactivated, simple with Alt - Shift - F12. otherwise your cursor will go crazy, leaving artifacts all over the monitors.
i had the same problems. i found that the intel integrated graphics with the modesetting driver is giving this problems. what i did is installed the xf86-video-intel and followed this github: https://github.com/Ashark/DisplayLink-switch
i than made a new grub boot entry for my system with additional
systemd.unit=displaylink.target
in the kernel parameters. now, when i am in office i boot up with the new entry, the intel driver exclusively is loaded, no nvidia. now i got all my monitors.using this method: https://support.displaylink.com/knowledgebase/articles/1181623-displaylink-ubuntu-driver-after-recent-x-upgrades
had no effect on my system.
the downsides are to use the intel driver and not modesetting for the integrated graphics and in kde plasma the compositor should be deactivated, simple with Alt - Shift - F12. otherwise your cursor will go crazy, leaving artifacts all over the monitors.
forget what i was writing there. i have overseen this section in the archwiki:
Only 1 Display is recognized after boot
In case multiple displays are connected to a DisplayLink Docking station, but only 1 is recognized after bootup, a possible fix is to force evdi to search for multiple displays at boot by adding the evdi
module to /etc/modules-load.d/evdi.conf
and options evdi initial_device_count=2
to /etc/modprobe.d/dkms.conf
ArchWiki DisplayLink Only 1 Display is recognized after boot
I've got two Dell monitors connected to the Lenovo hybrid USB-C dock. The xrandr layout is:
The monitors are: DVI-I-3-2 - Dell S2721DGF DVI-I-2-1 - Dell U2715H
The 3-2 works fine. The 2-1 is blank. Neither the cursor nor the windows are displayed on it.
There are no messages in the
displaylink
journal beyond the standard start/stop. Nothing suspicious in system journal either.Dmesg has only:
The laptop is Dell XPS 15 7590. The graphics card is UHD Graphics 630 + GeForce GTX 1650 Mobile / Max-Q
All logs and edids attached.
DisplayLinkManager.log FirmwareTrace.log displaylink.log edids.tar.gz