Search Criteria
Package Details: evdi-dkms-git 1.14.15.r0.g3dafd62-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/evdi-dkms-git.git (read-only, click to copy) |
|---|---|
| Package Base: | evdi-dkms-git |
| Description: | Kernel module to enable management of multiple screens |
| Upstream URL: | https://github.com/DisplayLink/evdi |
| Licenses: | MIT, GPL-2.0-only, LGPL-2.1-only |
| Conflicts: | evdi, evdi-dkms, python-pyevdi |
| Provides: | evdi, evdi-dkms |
| Submitter: | xiota |
| Maintainer: | xiota (severach) |
| Last Packager: | xiota |
| Votes: | 30 |
| Popularity: | 0.89 |
| First Submitted: | 2025-03-20 21:09 (UTC) |
| Last Updated: | 2026-02-25 17:41 (UTC) |
Dependencies (6)
- dkms (dkms-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- libdrm (libdrm-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-setuptools (make)
- python (optional) – for pyevdi
Required by (3)
- displaylink (requires evdi)
- lianli-linux-git (requires evdi-dkms)
- smi-usbdisplay
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 Next › Last »
kaipee2 commented on 2021-01-06 12:14 (UTC) (edited on 2021-01-06 12:15 (UTC) by kaipee2)
Doesn't build on Linux 5.10.4-arch2-1 x86_64
rafaelgov95 commented on 2020-12-26 20:59 (UTC)
I would like to use kernel 5.4 but the error in xorg-server
severach commented on 2020-12-15 03:55 (UTC)
QUIET is caused by set -u, not an interesting error. Missing directory 5.9.9 is caused by not rebooting after a kernel upgrade. This package does not detect an upgraded kernel. There's nothing to fix yet because someone begged me to move to 1.8.0 and the published version of DisplayLink won't run with it.
jamincollins commented on 2020-12-14 18:46 (UTC)
@BrokenHelm the issue is caused by the
set -uusage in thePKGBUILD.https://bbs.archlinux.org/viewtopic.php?pid=1905988#p1905988
In this particular case, commenting the
set -uat the beginning of thebuildfunction seems to be enough. However, based on the above comment, I would say that allset -uusage should be removed.BrokenHelm commented on 2020-11-24 07:43 (UTC)
Any suggestions on how to fix the following?
The 1.7 build still works fine on kernel 5.9, the 1.8 is unable to build on my system. Checking the scripts I cant figure what is wrong.
bnavigator commented on 2020-10-15 14:51 (UTC)
There is now a new evdi-1.7 package with the patch for kernel 5.9 applied
sickcodes commented on 2020-10-15 13:26 (UTC)
Kernel 5.9 fix authored by @abucodonosor https://github.com/abucodonosor
His fix works for 1.7.0 too.
https://github.com/DisplayLink/evdi/pull/228
https://github.com/DisplayLink/evdi/pull/227
bnavigator commented on 2020-09-20 16:07 (UTC)
@jamincollins your observation regarding the branches is correct. Normally a -git package provides the newest commit from an active branch.
Note however that current displaylink will not work with evdi>=1.7.0, even the released evdi 1.8.0. Users currently (mis)use the evdi-git package to stay on 1.7.0, while they probably should use the evdi package in version 1.7.0
jamincollins commented on 2020-09-20 01:09 (UTC)
Upstream does not use
masteras it's default branch: https://github.com/DisplayLink/evdi/branchesHowever, the
PKGBUILDhasmasterhard coded as the branch to use: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=evdi-git#n29This causes the package to build from a stale branch rather than upstream's default.
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 Next › Last »