I've gone through a bunch of similar questions (and there certainly are quite a few), but none seem to have quite the same issues that I am having. Hence this question.
I am trying to connect two external monitors (one Acer, one Dell) to my Dell Inspiron 15 7537 running Ubuntu 20.04. As the laptop has only one HDMI connection, I purchased one VGA to USB connector that runs on DisplayLink, as I understand DisplayLink is supposed to support Ubuntu. When I connect the DisplayLink monitor, I can see that it gets detected -- I see it when I open Settings, though it has a wrong name for some reason. The laptop seems to think both external screens are Acer for some reason. In reality, the one connected through DisplayLink is Dell. However, it is not getting any signal.
![Screenshot showing three detected displays](https://i.stack.imgur.com/TKO0f.jpg)
As the monitor is clearly detected, it is no surprise it can be seen in xrandr and lsusb outputs as well.
~$ xrandr
Screen 0: minimum 16 x 16, current 5760 x 1080, maximum 32767 x 32767
XWAYLAND14 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
1920x1080 59.96*+
XWAYLAND15 connected 1920x1080+3840+0 (normal left inverted right x axis y axis) 340mm x 190mm
1920x1080 59.96*+
XWAYLAND16 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 600mm x 340mm
1920x1080 74.91*+
~$ lsusb -d 17e9:
Bus 003 Device 011: ID 17e9:4300 DisplayLink Displaylink USB3.0 Display
I have checked that I am using the open source drivers, and not NVIDIA proprietary ones.
Finally, I tried to look for my xorg.conf file, but couldn't find one. I did find xorg.confi.failsafe file, but I don't know if that is being used. Is there any way to check?
~$ cat /etc/X11/xorg.conf.failsafe
Section "Device"
Identifier "Configured Video Device"
Driver "fbdev"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection