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.163433
First Submitted: 2015-08-04 23:24 (UTC)
Last Updated: 2024-12-14 08:31 (UTC)

Pinned Comments

Latest Comments

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

bnavigator commented on 2023-03-23 10:11 (UTC) (edited on 2023-04-07 19:01 (UTC) by bnavigator)

Note: You need the kernel module evdi in a version which is both compatbile with displaylink as well as with the current kernel.

Displaylink is not ready for evdi-1.13.0 yet because of a changed API.

Use evdi-compat-git or a similar patched evdi to make it work with the current kernel. The displaylink package itself does not need to be changed.

Do NOT flag displaylink out of date unless a new Displaylink version is released.

mrTsjolder commented on 2023-03-23 10:03 (UTC)

@Mithras The workaround is to build evdi 1.13 as 1.12.1 (see https://github.com/DisplayLink/evdi/issues/406#issuecomment-1471872488)

Mithras commented on 2023-03-10 20:06 (UTC)

Is there a workaround to make it work with evdi-git 1.13? I can install it by removing version constraint but it doesn't work.

MaKaNu commented on 2023-03-06 13:43 (UTC) (edited on 2023-03-06 13:43 (UTC) by MaKaNu)

I stumbled about this also today. At the end the fix @apoc139 together with freshest kernel worked for my setup. I still wondering where the pkgver() was used in the PACKAGEBUILD.

esp0xdeadbeef commented on 2023-03-05 23:40 (UTC) (edited on 2023-03-06 00:07 (UTC) by esp0xdeadbeef)

I only get it to work if i go in to stable kernel (lts):

➜ uname -srm 
Linux 6.1.15-1-lts x86_64

Install the package evdi, and install displaylink otherwise (default kernel, evdi-git, evdi-git edited like @apoc139 sugested) it is giving me errors.

This is the kernel where it fails for me:

➜ uname -srm 
Linux 6.2.2-arch1-1 x86_64

apoc139 commented on 2023-03-01 19:51 (UTC)

Thanks @djallits!

For anyone wondering, the easiest method to patch it is to just grab the PKGBUILD from here: https://aur.archlinux.org/packages/evdi-git

and replace the original repo with listout's fork: https://github.com/listout/evdi

Also remove the pkgver() function from the PKGBUILD

Then run the usual makepkg -si command and you are golden.

molasses2 commented on 2023-02-28 02:53 (UTC)

Thank you, @djallits! My DisplayLink is working again!

djallits commented on 2023-02-27 19:46 (UTC) (edited on 2023-02-28 01:01 (UTC) by djallits)

Can confirm @jaminW report

➜ uname -srm 
Linux 6.2.1-arch1-1 x86_64

Edit: The following pull request will resolve the issue once merged. https://github.com/DisplayLink/evdi/pull/401

jaminW commented on 2023-02-24 15:39 (UTC)

As of the most recent ARCH update on 2/22/2023, display no longer detects monitors on my computer.

DavidH commented on 2023-02-17 14:37 (UTC)

5.6.1-3 works with AUR package evdi-git 1.12.0.r6.gbdc258b (5.10.167-1-MANJARO kernel) for me too.