View Single Post
Old 02-21-2017, 07:02 PM   #3
seidler2547
Junior Member
 
Join Date: Feb 2017
Posts: 6
Default

Works with intel and modesetting, I tried both. xf86-video-intel is deprecated, but it works fine for me.

evdi and displaylink need both be installed from AUR. I found out that sometimes the USB takes a while to register, so when that happens and the devices are recognized after X starts, X will not set the "PageFlip" option.

So in /opt/displaylink/udev.sh I replaced

Code:
  systemctl start displaylink.service
with
Code:
  systemctl start displaylink.service
  systemctl restart display-manager.service
Stefan
seidler2547 is offline   Reply With Quote