Package Details: displaylink 6.1-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: 105
Popularity: 0.22
First Submitted: 2015-08-04 23:24 (UTC)
Last Updated: 2024-12-14 08:31 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 44 Next › Last »

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.

buffalocrease commented on 2023-11-13 10:30 (UTC)

On LTS, replacing evdi-compat-git with evdi was enough to fix this.

mrbones commented on 2023-11-12 23:29 (UTC) (edited on 2023-11-12 23:38 (UTC) by mrbones)

I am unable to get this to work properly on kernel 6.1.1, with evdi/evdi-git/evdi-compat-git. My display shows up and I can move a window to it with keyboard shortcuts, but as soon as i move my cursor to it, it disconnects and DisplayLinkMana core dumps. I am using a dell D6000 and Arch, latest of any evdi or displaylink

endorfina commented on 2023-11-12 21:08 (UTC)

@danielkrajnik No, kernels from version 6.6.0 are still broken.

danielkrajnik commented on 2023-11-12 17:10 (UTC) (edited on 2023-11-12 17:11 (UTC) by danielkrajnik)

@endorfina Sorry, do you mean that it should work now? I've tried upgrading displaylink and the kernel, but after reboot displaylink still didn't run.

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

Apologies, it appears that the udev rules weren't properly updated to 5.8. 😅 I ran systemctl enable displaylink, which isn't something you're meant to do, and I missed udev not working. The service should now turn itself on/off automatically when plugging in the device.

endorfina commented on 2023-11-12 14:11 (UTC)

@fdo10 Have you tried using the evdi package? evdi-compat-git doesn't work for me at all with displaylink-5.8.

Also, a kernel API change in 6.6 breaks evdi as well. I'll pin @danielkrajnik's comment as downgrading fixes things.