External monitor won't work

Hello everyone does anybody uses more than one external monitor?? I have 3 monitors> one is connected directly to my ntb through HDMI and other one(just now only one:D )is connected to HP dock and from dock to ntb through USB-C everything what goes from dock works perfectly(network, usb ports ans do on) but monitor won’t work… I’ve done reinstallin of evdi and displaylink and I’m able to see only BULIT IN display and only one of my external monitor(SAMSUNG connected directly to ntb). Do you uhave any sugesstions how to make that work??

Thank you

PS: As I got this ntb couple months ago with windows all 3 monitors worked on that MS Sh***



output form xrandr:

[valciond@charon ~]$ xrandr
Screen 0: minimum 320 x 200, current 3840 x 1080, maximum 16384 x 16384
eDP-1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 293mm x 165mm
1920x1080 60.03*+ 60.01 59.97 59.96 59.93
1680x1050 59.95 59.88
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1280x800 59.99 59.97 59.81 59.91
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
700x525 59.98
800x450 59.95 59.82
640x512 60.02
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
640x400 59.88 59.98
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
HDMI-2 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.00*+ 50.00 59.94
1920x1080i 60.00 50.00 59.94
1600x1200 60.00
1680x1050 59.88
1280x1024 75.02 60.02
1440x900 74.98 59.90
1280x960 60.00
1280x800 59.91
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 70.07 60.00
832x624 74.55
800x600 72.19 75.00 60.32 56.25
720x576 50.00
720x480 60.00 59.94
640x480 75.00 72.81 66.67 60.00 59.94
720x400 70.08
[valciond@charon ~]$

check if evdi is installed(no it seems that no so I ve installed):

[valciond@charon ~]$ lsmod | grep evdi
[valciond@charon ~]$
[valciond@charon ~]$
[valciond@charon ~]$
[valciond@charon ~]$ pamac search --installed evdi
[valciond@charon ~]$ pamac install evdi
Warning: evdi is only available from AUR
Preparing…
Cloning evdi build files…
Generating evdi information…
Checking evdi dependencies…
Resolving dependencies…
Checking inter-conflicts…

To build (1):
evdi 1.12.0-1 AUR

Edit build files : [e]
Apply transaction ? [e/y/N] y

==== AUTHENTICATING FOR org.manjaro.pamac.commit ====
Authentication is required to install, update, or remove packages
Authenticating as: valciond
Password:
==== AUTHENTICATION COMPLETE ====

Building evdi…
==> Making package: evdi 1.12.0-1 (Tue 11 Apr 2023 10:05:35 AM CEST)
==> Checking runtime dependencies…
==> Checking buildtime dependencies…
==> Retrieving sources…
→ Found evdi-1.12.0.tar.gz
==> Validating source files with sha256sums…
evdi-1.12.0.tar.gz … Passed
==> Removing existing $srcdir/ directory…
==> Extracting sources…
→ Extracting evdi-1.12.0.tar.gz with bsdtar
==> Starting build()…
cc -I…/module -std=gnu99 -fPIC -D_FILE_OFFSET_BITS=64 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -c -o evdi_lib.o evdi_lib.c
evdi_lib.c: In function ‘find_unused_card_for’:
evdi_lib.c:475:44: warning: ‘%s’ directive output may be truncated writing up to 4095 bytes into a region of size 4089 [-Wformat-truncation=]
475 | snprintf(link_path, PATH_MAX - 7, “%s/device”, dirname);
| ^~

521 | if (!is_correct_parent_device(evdi_path, parent_device))
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:906,
from evdi_lib.c:17:
In function ‘snprintf’,
inlined from ‘is_correct_parent_device’ at evdi_lib.c:475:2,
inlined from ‘find_unused_card_for’ at evdi_lib.c:521:8:
/usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 8 and 4103 bytes into a destination of size 4089
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
evdi_lib.c: In function ‘find_unused_card_for’:
evdi_lib.c:526:74: warning: ‘/drm’ directive output may be truncated writing 4 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
526 | snprintf(evdi_drm_path, PATH_MAX - strlen(evdi_path), “%s/drm”, evdi_path);
| ^~~~
In function ‘snprintf’,
inlined from ‘find_unused_card_for’ at evdi_lib.c:526:3:
/usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 5 and 4100 bytes into a destination of size 4096
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
evdi_lib.c: In function ‘evdi_check_device’:
evdi_lib.c:619:50: warning: ‘/drm/card’ directive output may be truncated writing 9 bytes into a region of size between 1 and 4096 [-Wformat-truncation=]
619 | snprintf(card_path, PATH_MAX, “%s/drm/card%d”, path, device);
| ^~~~~~~~~
In function ‘snprintf’,
inlined from ‘evdi_device_to_platform’ at evdi_lib.c:619:3,
inlined from ‘evdi_check_device’ at evdi_lib.c:634:9:
/usr/include/bits/stdio2.h:54:10: note: ‘__builtin___snprintf_chk’ output between 11 and 4116 bytes into a destination of size 4096
54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
55 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
cc evdi_lib.o -shared -Wl,-soname,libevdi.so.0 -o libevdi.so.1.12.0 -lc -lgcc -Wl,-O1,–sort-common,–as-needed,-z,relro,-z,now
cp libevdi.so.1.12.0 libevdi.so
==> Entering fakeroot environment…
==> Starting package()…
==> Tidying install…
→ Removing libtool files…
→ Purging unwanted files…
→ Removing static library files…
→ Stripping unneeded symbols from binaries and libraries…
→ Compressing man and info pages…
==> Checking for packaging issues…
==> Creating package “evdi”…
→ Generating .PKGINFO file…
→ Generating .BUILDINFO file…
→ Adding changelog file…
→ Generating .MTREE file…
→ Compressing package…
==> Leaving fakeroot environment.
==> Finished making: evdi 1.12.0-1 (Tue 11 Apr 2023 10:05:37 AM CEST)
==> Cleaning up…

Checking keyring… [1/1]
Checking integrity… [1/1]
Loading packages files… [1/1]
Checking file conflicts… [1/1]
Checking available disk space… [1/1]
Installing evdi (1.12.0-1)… [1/1]
Running post-transaction hooks…
Arming ConditionNeedsUpdate… [1/3]
Install DKMS modules [2/3]
==> dkms install --no-depmod evdi/1.12.0 -k 6.2.9-1-MANJARO
Error! Bad return status for module build on kernel: 6.2.9-1-MANJARO (x86_64)
Consult /var/lib/dkms/evdi/1.12.0/build/make.log for more information.
==> WARNING: `dkms install --no-depmod evdi/1.12.0 -k 6.2.9-1-MANJARO’ exited 10
Refreshing PackageKit… [3/3]
Transaction successfully finished.
[valciond@charon ~]$

[valciond@charon ~]$ pamac search --installed evdi
evdi 1.12.0-1 AUR
A Linux® kernel module that enables management of multiple screens.
[valciond@charon ~]$

Still nothing I’m not still able to see Dell monitor(second monitor) in config monitors menu

Hello,

With the provided information there is no way to anybody to give support. We need more about the system …
Please check the links bellow for that:
[HowTo] Request support
[HowTo] Provide System Information