Package Details: evdi-git 1.14.2.r0.g9905b9b-1

Git Clone URL: https://aur.archlinux.org/evdi-git.git (read-only, click to copy)
Package Base: evdi-git
Description: kernel module that enables management of multiple screens, primarily for DisplayLink USB VGA DVI HDMI DisplayPort video
Upstream URL: https://github.com/DisplayLink/evdi
Licenses: GPL
Conflicts: evdi
Provides: evdi
Submitter: None
Maintainer: severach
Last Packager: severach
Votes: 28
Popularity: 0.97
First Submitted: 2017-08-10 17:05 (UTC)
Last Updated: 2024-03-18 16:46 (UTC)

Dependencies (3)

Required by (3)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 Next › Last »

stansvec commented on 2018-03-12 11:19 (UTC)

@menta I can confirm your solutions works. Thanks!

corallus commented on 2018-02-16 08:35 (UTC)

@menta Thanks! Works perfectly. evdi and kernel updates are a real pain in the ass...

menta commented on 2018-02-08 09:52 (UTC)

The following modified PKGBUILD may be used until the bug causing problems with linux 4.15 (https://github.com/DisplayLink/evdi/issues/117) will be fixed upstream: https://pastebin.com/sNZpgYuD

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