View Single Post
Old 08-17-2017, 04:51 PM   #7
laurent
Junior Member
 
Join Date: Aug 2017
Posts: 1
Default

On Dell XPS 13 / Ubuntu 17.04 I had to add Screen Section to xorg configuration to make it work. Here's my /etc/X11/xorg.conf.d/20-displaylink.conf:

Quote:
Section "Device"
Identifier "Intel"
Driver "intel"
EndSection

Section "Screen"
Identifier "My Screen"
Device "Intel"
EndSection
laurent is offline   Reply With Quote