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 .. 12 13 14 15 16 17
micsnare commented on 2018-02-06 18:03 (UTC)
I'm getting the following error after upgrading the kernel to 4.15.1-2
make[2]: [scripts/Makefile.build:316: /var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/evdi_connector.o] Error 1 make[2]: Waiting for unfinished jobs.... ./tools/objtool/objtool orc generate --no-fp "/var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/.tmp_evdi_drv.o"; ./tools/objtool/objtool orc generate --no-fp "/var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/.tmp_evdi_encoder.o"; if [ "-pg" = "-pg" ]; then if [ /var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/evdi_drv.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/evdi_drv.o"; fi; fi; if [ "-pg" = "-pg" ]; then if [ /var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/evdi_encoder.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/evdi_encoder.o"; fi; fi; ./tools/objtool/objtool orc generate --no-fp "/var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/.tmp_evdi_modeset.o"; if [ "-pg" = "-pg" ]; then if [ /var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/evdi_modeset.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/var/lib/dkms/evdi/1.5.0.r11.ga73092d/build/evdi_modeset.o"; fi; fi; make[1]: [Makefile:1508: module/var/lib/dkms/evdi/1.5.0.r11.ga73092d/build] Error 2 make[1]: Leaving directory '/usr/lib/modules/4.15.1-2-ARCH/build' make: [Makefile:22: all] Error 2
Please help, I'm no longer able to receive any signal from my monitor anymore.
mar77i commented on 2018-02-01 10:10 (UTC) (edited on 2018-02-01 10:10 (UTC) by mar77i)
For linux 4.15, this change [0] was added to the drm infrastructure. It's fine if you just add a NULL pointer for the new drm_file* second argument to drm_mode_object_find.
You can find that file in /var/lib/dkms/evdi/1.5.0/source/evdi_connector.c once the package is installed.
[0] https://lkml.org/lkml/2017/10/5/28
moparisthebest commented on 2017-11-09 04:02 (UTC)
<deleted-account> commented on 2017-10-11 19:06 (UTC)
chendaniely commented on 2017-10-11 19:02 (UTC)
PlusMinus commented on 2017-10-11 08:57 (UTC)
grzesuav commented on 2017-10-05 07:01 (UTC)
dfk commented on 2017-08-22 15:14 (UTC)
TrevorBramble commented on 2017-08-14 03:33 (UTC)
« First ‹ Previous 1 .. 12 13 14 15 16 17