View Single Post
Old 12-14-2019, 08:42 AM   #2
micsnare
Junior Member
 
Join Date: Dec 2016
Posts: 14
Default

for anyone else struggling with this problem.
I finally got it working with this xorg config:

put this into /usr/share/X11/xorg.conf.d/20-evdidevice.conf


Code:
Section "OutputClass"
    Identifier "DisplayLink"
    MatchDriver "evdi"
    Driver "modesetting"
    Option  "AccelMethod" "none"
EndSection
micsnare is offline   Reply With Quote