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 2 3 4 5 6 7 .. 17 Next › Last »
cedricroijakkers commented on 2024-12-05 12:10 (UTC) (edited on 2024-12-05 12:14 (UTC) by cedricroijakkers)
For all of you using kernel 6.12 and getting
dkmscompilation errors, I have opened a pull request on theevdirepository to fix the build with the latest kernel (see: https://github.com/DisplayLink/evdi/pull/498) but they are taking their sweet time to merge and make a new release.In the mean time, you can fix the issue by cloning this AUR package, and editing the
PKGBUILDfile as follows, by pointing theevdisource repository to my PR repo instead of the originalevdirepo:Locate the block:
Change this to:
And run the
makepkgcommand as usual. You will end up with a patched package with version1.14.7which can be installed, working with kernel 6.12 and backwards compatible with previous versions.Wirnitzer commented on 2024-12-03 07:57 (UTC) (edited on 2024-12-03 09:09 (UTC) by Wirnitzer)
I made this change, and after running
makepkg -f, nothing was ok.Kernel: 6.12.1-arch1-1
evdi-git: 1.14.7.r3.g59a3a-1It didn't workevdi-git: 1.14.7.r3.g59a3a86-1 It works fine!
lelithium commented on 2024-12-02 08:25 (UTC)
Patching PKGBUILD as follows worked for me Line 50, below
git revert, addgit cherry-pick -n 'e41240cf62d7188643bc95e5d69e1c4cfa6ddb84'On 6.12.1
hablitzel commented on 2024-11-28 12:26 (UTC)
For me evdi-git doesn't work on kernel 6.12.1-arch1-1. I have no compile errors as far as I can see on my machine but when loading the module I get errors in
dmesgthat I described on https://github.com/DisplayLink/evdi/issues/495 In the end I cannot use my displaylink device.I've used a patch that is mentioned on Github but it doesn't help, the errors remain the same. I'm wondering if anybody from you got it working.
Here are the steps that I've tried so far:
re-installed evdi-git:
LC_ALL=C yay -S evdi-git(and made a cleanBuild) I only get two warnings from the compiler. After compilingdkmsinstalls the module correctly as/usr/lib/modules/6.12.1-arch1-1/updates/dkms/evdi.ko.zst. After a restart the module is loaded,lsmod | grep evdigives an output, but there are errors indmesg(see Github-link).Afterwards I used the patch from Github in the directory
/var/lib/dkms/evdi/1.14.7/sourceand tried to install the patched code withsudo dkms install --force --no-depmod evdi/1.14.7 -k $(uname -r). The result after a reboot is the same: it doesn't work and I still get thedmesgerrors.Does anybody have an idea what I'm doing wrong?
ipaqmaster commented on 2024-11-19 05:20 (UTC) (edited on 2024-11-19 05:24 (UTC) by ipaqmaster)
DKMS builds are throwingtests/evdi_test.h: No such file or directoryin multiple for me too.I had to force my build server's makepkg (-f) to re-make the evdi-git package. After rebuilding it just now the machine which needs evdi-git had no problem calling
pacman -Syu evdi-gitand calling DKMS after getting the new pkg from this build server.KarthikJay commented on 2024-10-26 20:43 (UTC) (edited on 2024-10-26 20:44 (UTC) by KarthikJay)
For anyone having trouble with the package not installing on linux kernel 6.12+ There is a compile error of the following:
I just fixed it by commenting that line in the folder:
/var/lib/dkms/evdi/1.14.7/source/evdi_modeset.cThen running the command:sudo dkms install --no-depmod evdi/1.14.7 -k $(uname -r)SimPilotAdamT commented on 2024-10-24 11:57 (UTC)
@GeorgP shouldn't that really be added to the pkgbuild by @severach?
hablitzel commented on 2024-10-04 19:26 (UTC)
@GeorgP Thank you, that helped! You made my day.
GeorgP commented on 2024-10-04 16:25 (UTC)
@hablitzel: I added
above the line
to
package().hablitzel commented on 2024-10-03 10:20 (UTC) (edited on 2024-10-04 11:38 (UTC) by hablitzel)
I have a problem with installing the package on kernel 6.11.1-arch1-1 although using the
sedcommand from @Segaja's comment. This is the output ofWhat I did so far:
yay -G evdi-gitPKGUILDfile and added the line with the sed-command at the end ofprepare()-functionmakepkg -siIn the output of the last command I see some errors:
The the aforementioned logfile I see this:
(I'm sorry for the German error messages but it didn't turn to English even with
LC_ALL=Cin front of the commands.Can anyone help me with this?
« First ‹ Previous 1 2 3 4 5 6 7 .. 17 Next › Last »