Package Details: evdi-dkms-git 1.14.15.r0.g3dafd62-2

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)

Required by (3)

Sources (1)

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)

This needs 'libdrm' added to makedepends to build

<deleted-account> commented on 2017-10-11 19:06 (UTC)

Your installed and running kernel aren't matching. Just reboot and try again.

chendaniely commented on 2017-10-11 19:02 (UTC)

I'm getting the following error after the recent kernel update to 4.13.5-1 ``` Error! echo Your kernel headers for kernel 4.13.4-1-ARCH cannot be found at /usr/lib/modules/4.13.4-1-ARCH/build or /usr/lib/modules/4.13.4-1-ARCH/source. ```

PlusMinus commented on 2017-10-11 08:57 (UTC)

@ajs124 could you please change provides=(evdi) to provides=(evdi=$pkgver) Thanks in advance

grzesuav commented on 2017-10-05 07:01 (UTC)

Anyone have problem building for kernel 4.13.3 ?

dfk commented on 2017-08-22 15:14 (UTC)

I needed to use git+https://github.com/DisplayLink/evdi.git as the source (otherwise the clone would fail).

TrevorBramble commented on 2017-08-14 03:33 (UTC)

Coming from evdi-pre-release, I had to modify this PKGBUILD to provide "evdi=1.4.1" for the displaylink package's dependency to be satisfied.