Package Details: displaylink 5.8-1

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: 99
Popularity: 0.20
First Submitted: 2015-08-04 23:24 (UTC)
Last Updated: 2023-11-12 15:52 (UTC)

Pinned Comments

Latest Comments

1 2 3 4 5 6 .. 41 Next › Last »

danielkrajnik commented on 2024-04-21 13:45 (UTC) (edited on 2024-04-21 13:45 (UTC) by danielkrajnik)

UPDATE: it's working now, as mentioned in the github issue below, don't know what's caused it, but I assume reinstalling evdi (probably after kernel update) solves it? It probably didn't have anything to do with displaylink package. Let's see until the next kernel update...

danielkrajnik commented on 2024-04-20 13:18 (UTC) (edited on 2024-04-20 13:22 (UTC) by danielkrajnik)

doesn't work with 6.8.7.arch1 kernel - had to downgrade back to 6.8.4.arch1. Not sure what's causing it yet. Reported it upstream as well (https://github.com/DisplayLink/evdi/issues/465)

MaKaNu commented on 2024-02-02 10:22 (UTC)

Something broke again yesterday (or a few days earlier). While on my UD22 the DP is still working I am missing now a lot of USB-Connections. Only one front USB-A and the front USB-C are working correctly. My Workarround for now was to utelize the USB of my Monitor. Worked yesterday before the update.

danielkrajnik commented on 2023-11-28 21:26 (UTC) (edited on 2023-11-28 22:54 (UTC) by danielkrajnik)

I thought that displaylink broke again, but it was just a faulty HDMI cable. All good - linux 6.6.2-arch1-1, displaylink 5.8-1, evdi-git 1.14.1.r2.ga943d98-1 (except for those 4 long hours I've wasted trying to diagnose this...)

danielkrajnik commented on 2023-11-21 01:07 (UTC)

Yep, it's working for me as well (evdi-git 1.14.1.r1.g495e8cf-1, displaylink 5.8-1, linux 6.6.1.arch1-1). Thank you very much! I've had to reenable the displaylink screen in the KDE display configuration dropdown (I was away without the second screen for a few days).

LinaM commented on 2023-11-20 16:35 (UTC)

5.8.1-version works fine with evdi-git (Manjaro kernel 6.6.1) Thx. :-)

endorfina commented on 2023-11-16 11:11 (UTC)

You should be able to install evdi-git if you want to use latest kernels 6.6 and up. evdi package will follow tagged releases only.

Antonio_8A commented on 2023-11-15 08:41 (UTC) (edited on 2023-11-15 12:44 (UTC) by Antonio_8A)

Hola, a mí me ha funcionado desintalar el displaylink y el paquete evdi he instalar el paquete evdi-git de forma manual luego procedí a instalar display link y pudo arrancar el servicio nuevamente los pasos son los siguientes primero eliminar displaylink y cualquier paquete de evdi para el kernel 6.6.1-arch1-1

git clone https://aur.archlinux.org/evdi-git.git

cd evdi-git

makepkg

sudo packman -U nombre del paquete evdi generado por makepkg

paru -Syu displaylink

sudo systemctl start displaylink.service

y listo todo funciona nuevamente, el problema se puede ver /var/lib/dkms/evdi/1.14.03/build/make.log

he probado todo con paru directamente y también funciona elimino primero cualquier paquete de evdi y displaylink luego instlar

paru -Syu evdi-git

paru -Syu displaylink

sudo systemctl start displaylink.service

y sin problemas todo vuelve a funcionar correctamente, observación estoy usando el controlador xf86-video-vesa

ipaqmaster commented on 2023-11-15 05:52 (UTC)

Having trouble building this one due to makepkg claiming the .zip has a checksum mismatch.

The 6.6.1 kernel also cannot compile the evdi DKMS module. A downgrade to 6.5.9-arch2-1 is required.

Checked out eff217972604 and it seems to have built now using 6.5.9-arch2-1.

Deadrit commented on 2023-11-13 13:03 (UTC)

Can confirm, on version 6.1.62 and displaylink 5.8-1 it was enough to replace evdi-compat-git with evdi to fix the issue.