View Single Post
Old 08-19-2016, 12:30 PM   #3
trepseq
Junior Member
 
Join Date: Aug 2016
Posts: 8
Default

Maaaan!! I need your brain!!

Code:
$ echo blacklist udl > /etc/modprobe.d/blacklist-displaylink.conf
$ update-initramfs -u
$ reboot
Code:
$ lsmod | grep udl
$ lsmod | grep evdi
evdi                   40960  2
drm_kms_helper        147456  2 i915,evdi
syscopyarea            16384  2 evdi,drm_kms_helper
sysfillrect            16384  2 evdi,drm_kms_helper
sysimgblt              16384  2 evdi,drm_kms_helper
drm                   364544  9 i915,evdi,drm_kms_helper
First I was going to write: DOH!! Of course I tried that already!
Then I tried again, this time with the update-initramfs.

It works! Everything on warp 10 again :-)

Thank you very much!
trepseq is offline   Reply With Quote