Package Details: evdi 1.14.7-1

Git Clone URL: https://aur.archlinux.org/evdi.git (read-only, click to copy)
Package Base: evdi
Description: A Linux® kernel module that enables management of multiple screens.
Upstream URL: https://github.com/DisplayLink/evdi
Keywords: display displaylink dp evdi screens
Licenses: GPL
Submitter: PlusMinus
Maintainer: endorfina
Last Packager: endorfina
Votes: 56
Popularity: 2.03
First Submitted: 2016-09-16 07:44 (UTC)
Last Updated: 2024-10-10 19:19 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 23 Next › Last »

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

@djallits Thank you. I was thinking more or less the same.

djallits commented on 2023-11-11 22:17 (UTC)

@endorfina I think you should follow tagged releases from Synaptic for this package. evdi-git should follow the displaylink/evdi repository and evdi-compat-git should patch on its own. I wish there was one maintainer for all three packages, so we could ensure consistency with what I proposed.

There is still the problem of versioning evdi-compat-git. I think @varungarg just did that as a one-off patch, and did not take into consideration a long-term strategy.

endorfina commented on 2023-11-11 21:25 (UTC)

Maintainer here. What's your preference, evdi users? Do I apply patches to new kernels before official evdi updates are released?

djallits commented on 2023-11-10 21:44 (UTC)

@bidskii Can you take your PR to the displaylink/evdi repo, and PR that against Varun-garg/evdi-compat?

chamblard commented on 2023-11-10 13:14 (UTC)

For information : What does it work for me :

uname -a
Linux Albert 5.10.199-1-MANJARO #1 SMP PREEMPT Wed Oct 25 10:47:09 UTC 2023 x86_64 GNU/Linux
pamac install evdi-git
pamac install displaylink
systemctl enable displaylink.service
reboot

Thanks for this package :-)

bidskii commented on 2023-11-09 22:56 (UTC) (edited on 2023-11-09 23:19 (UTC) by bidskii)

Getting errors trying to build evdi with kernel 6.6.1. Made this patch to get it to build, not sure if this is 100% above board (external monitors work, but I get issues if I close my laptop lid and try to use external monitors only). Can anyone else test it?

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

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

endorfina commented on 2023-05-26 10:23 (UTC)

Do not include linux-headers – or any other Linux header package – to the PKGBUILD. These headers are already listed as optional dependencies of dkms and each kernel package has its own header package, so including header package dependency in the -dkms package is both unnecessarily redundant and restricting.

Source: https://wiki.archlinux.org/title/DKMS_package_guidelines

@TheLillo I have found this. Makes sense. 😝

If we take a look at the dkms's PKGBUILD, you can see all of the linux-*-header packages listed in optdepends.

I'll remove the dependency.