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.21
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 11 .. 44 Next › Last »

fdo10 commented on 2023-11-10 14:15 (UTC) (edited on 2023-11-10 14:15 (UTC) by fdo10)

I confirm. It's currently not working with: kernel 6-1.62-1-lts; displaylink-5.8-0; evdi-compat-git-1.14.03-1

danielkrajnik commented on 2023-11-09 18:27 (UTC) (edited on 2023-11-09 19:30 (UTC) by danielkrajnik)

upgrade broke displaylink for me: journalctl -u displaylink.service -ef:

modprobe: FATAL: Module evdi not found in directory /lib/modules/6.6.1-arch1-1

thanks @nonickknown - after running sudo downgrade linux linux-headers to 6.5.9-arch2-1 I got it to work again.

I've had to also downgrade displaylink to 5.7 paru -U .cache/paru/clone/displaylink/displaylink-5.7-1-x86_64.pkg.tar.zst.

nonickknown commented on 2023-11-09 13:57 (UTC)

I got the same problem like Segaja mentioned, no displays with kernel(-headers) 6.6.1.arch1-1. After downgrading kernel to 6.5.9.arch2-1 and reinstalling evdi if works fine again.

mvidaldp commented on 2023-11-09 13:09 (UTC) (edited on 2023-11-09 13:13 (UTC) by mvidaldp)

I can confirm at this point (displaylink 5.8-0) it works with evdi 1.14.1-0 and linux kernel 6.1. So no need of evdi-compat-git right now.

Segaja commented on 2023-11-09 08:59 (UTC)

The latest version is not compatible with the 6.5 hardened kernel. It doesn't throw any errors but the displays just don't show up in (x|a)randr.

endorfina commented on 2023-10-25 13:47 (UTC)

The package hasn't been updated in over 2 months. @rhermes I'm willing to maintain it.

Tiptup commented on 2023-10-25 11:08 (UTC)

This package is out of date, because newest displaylink version is 5.8 | Aug 9, 2023 according to upstream URL.

E_D3V commented on 2023-10-13 19:13 (UTC)

I started a runit version by forking https://github.com/seb-sky/aur-displaylink.

I have a draft PR here: https://github.com/e-dong/aur-displaylink-runit/pull/1 I would like feedback please before publishing this on AUR.

aaronrancsik commented on 2023-09-09 09:59 (UTC) (edited on 2023-09-09 10:06 (UTC) by aaronrancsik)

Hi, For my Dell D6000 it was crucial to disable the USB power management.

I overwrote the 99-displaylink.rules file.

With this one: https://github.com/DisplayLink/evdi/issues/356#issuecomment-1103725599

Briefly this additional RUN+="/bin/sh -c 'echo 0 > /sys%p/../port/usb3_lpm_permit' Solved my (kinda periodic) disconnect issue.

I explained the issue in more details here: https://old.reddit.com/r/archlinux/comments/16b0rh6/i_finally_found_the_solution_to_an_issue_which_i/

Do you mind to include this change in this package by default? Thanks!

julian.poidevin commented on 2023-08-15 13:25 (UTC)

@sebdotv as suggested per the "out-of-date" comment by endorfina, evdi dependency should be set to <1.15 to avoid breaking the driver in case of an upcoming evdi driver update.

I created a PR on your aur-displaylink git repository.