Package Details: displaylink 6.0-0

Git Clone URL: https://aur.archlinux.org/displaylink.git (read-only, click to copy)
Package Base: displaylink
Description: Linux driver for DisplayLink devices
Upstream URL: https://www.synaptics.com/products/displaylink-graphics
Keywords: dock gpu graphics usb
Licenses: GPL2, custom, LGPL2.1
Submitter: Hideaki
Maintainer: endorfina
Last Packager: endorfina
Votes: 104
Popularity: 2.79
First Submitted: 2015-08-04 23:24 (UTC)
Last Updated: 2024-05-06 08:33 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 22 23 24 .. 42 Next › Last »

JuanCabrera commented on 2020-08-10 09:29 (UTC)

The screens attached to my docking station stopped working on Kernel 5.7.9

Uninstalling evdi and installing evdi-git as suggested by @homelessuser fixed the problem for me.

homelessuser commented on 2020-08-09 12:15 (UTC) (edited on 2020-09-05 10:04 (UTC) by homelessuser)

5.8 Kernel + evdi 1.8 + Displaylink didn't seem to work 5.8 Kernel + evdi-git 1.7 + Displaylink fixed it

sudo pacman -Rns evdi displaylink
yay evdi-git
yay displaylink
sudo modprobe udl
reboot

EDIT: Also read the comment a above this one for the fix for xorg 1.20.9 latest

homelessuser commented on 2020-08-06 20:01 (UTC) (edited on 2020-08-06 20:03 (UTC) by homelessuser)

Anyone else having problems today?

DVI-I-2-2 disconnected (normal left inverted right x axis y axis)

DVI-I-1-1 disconnected (normal left inverted right x axis y axis)

5.8 kernel didn't break it but I think today's graphical updates did.

linux 5.8.arch1-1

evdi 1.8.0-1

displaylink 5.3.1.34-2

lib32-mesa 20.1.5-1

libva-mesa-driver 20.1.5-1

mesa 20.1.5-1

mesa-demos 8.4.0-4

mesa-vdpau 20.1.5-1

opencl-mesa 20.1.5-1

vulkan-mesa-layers 20.1.5-1

usb devices:

DisplayLink USB3.0 Hub

[2020-08-06T18:49:45+0000] [ALPM] upgraded gendesk (1.0.5-2 -> 1.0.6-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded jupyter-notebook (6.0.3-1 -> 6.1.1-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded lib32-zstd (1.4.4-2 -> 1.4.5-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded mesa (20.1.4-3 -> 20.1.5-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded lib32-mesa (20.1.4-1 -> 20.1.5-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded lib32-vulkan-radeon (20.1.4-1 -> 20.1.5-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded libva-mesa-driver (20.1.4-3 -> 20.1.5-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded mesa-vdpau (20.1.4-3 -> 20.1.5-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded opencl-mesa (20.1.4-3 -> 20.1.5-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded python-psutil (5.7.1-1 -> 5.7.2-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded tumbler (0.2.8-2 -> 0.2.9-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded vulkan-mesa-layers (20.1.4-3 -> 20.1.5-1) [2020-08-06T18:49:46+0000] [ALPM] upgraded vulkan-radeon (20.1.4-3 -> 20.1.5-1)

chamblard commented on 2020-07-27 18:06 (UTC) (edited on 2020-07-27 18:12 (UTC) by chamblard)

https://forum.manjaro.org/t/displaylink-5-3-1/155611 I got the same issue with kernel 5.6, evdi 1.7.0, displaylink 5.3.1.34-2 from AUR I did :

remove displaylink 5.3.1.34-2 (from packagemanager manjaro)

remove evdi 1.7.0

create /usr/share/X11/xorg.conf.d/20-evdidevice.conf with :

Section "OutputClass"
Identifier "DisplayLink"
MatchDriver "evdi"
Driver "modesetting"
Option "AccelMethod" "none"
EndSection

reboot to kernel 5.4 from splash screen

install evdi-git 1.7.0 from package manager

mkdir ~/AUR; cd ~/AUR

git clone https://aur.archlinux.org/displaylink.git; cd displaylink

makepkg -fLsi

reboot with screen connected in USB

It is working for me now

famewolf commented on 2020-06-13 22:52 (UTC)

If you get the permission denied on /root/.cache you are probably using pamac. Try yay or another method to install and it works fine.

famewolf commented on 2020-06-13 17:49 (UTC)

@dirthsj Please provide more details how you "reverted the latest commit" to get around your error as I am getting the same error.

darose commented on 2020-06-02 14:59 (UTC)

NM ... it was an issue on my side

darose commented on 2020-06-02 14:38 (UTC)

I noticed that with an older release of DL, my dock (a Dell D3100) would show up as an additional output device in PulseAudio and I could plug in to the headphone jack in the dock and get audio. That's not working in the latest version. Anyone know what might have changed?