View Single Post
Old 10-23-2018, 04:42 PM   #16
mdelpozo
Junior Member
 
Join Date: Nov 2017
Posts: 2
Default Finanlly it worked for me

It only worked with nouveau drivers.

I have a Dell Inspiron I5 Gamer, com GeForce GTX 1050 Ti Mobile.
1 Extra Monitor via DL-3000
1 Extra Monitor via HDMI

I did this:

1. Power off/on Dl-3000
2. Uninstalled all nvidia drivers: sudo apt-get purge nvidia*
3. reboot
4. download and run https://github.com/AdnanHodzic/displaylink-debian
5. reboot

This is my configuration:
+ uname -r
4.15.0-36-generic

+ systemctl status dlm.service
● dlm.service - DisplayLink Manager Service
Loaded: loaded (/lib/systemd/system/dlm.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-10-20 21:48:45 -03; 2 days ago
Process: 1124 ExecStartPre=/bin/sh -c modprobe evdi || (dkms install evdi/4.4.24 && modprobe evdi) (code=exited, status=0/SUCCESS)
Main PID: 1132 (DisplayLinkMana)
Tasks: 34 (limit: 4915)
CGroup: /system.slice/dlm.service
└─1132 /opt/displaylink/DisplayLinkManager

out 20 21:48:45 ub-dell systemd[1]: Starting DisplayLink Manager Service...
out 20 21:48:45 ub-dell systemd[1]: Started DisplayLink Manager Service.

+ xrandr --listproviders
Providers: number : 3
Provider 0: id: 0xf1 cap: 0x9, Source Output, Sink Offload crtcs: 3 outputs: 2 associated providers: 2 name:modesetting
Provider 1: id: 0xcb cap: 0x2, Sink Output crtcs: 1 outputs: 1 associated providers: 1 name:modesetting
Provider 2: id: 0x44 cap: 0x6, Sink Output, Source Offload crtcs: 4 outputs: 1 associated providers: 1 name:modesetting

+ lsusb -d 17e9:
Bus 002 Device 003: ID 17e9:4318 DisplayLink

+ lspci -nnk | grep '\[03'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:591b] (rev 04)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] [10de:1c8c] (rev a1)
mdelpozo is offline   Reply With Quote