View Single Post
Old 05-04-2020, 02:05 PM   #46
davidjonbarnes@yahoo.co.u
Junior Member
 
Join Date: Apr 2020
Posts: 4
Smile Working with new 20.04 DisplayLink driver

Only thing extra I had to do even though on Intel graphics I
had to make /usr/share/X11/xorg.conf.d/20-displaylink.conf
contain:
Section "Device"
Identifier "DisplayLink"
Driver "modesetting"
Option "PageFlip" "false"
EndSection

not this:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
EndSection
davidjonbarnes@yahoo.co.u is offline   Reply With Quote