我遇到过很多类似的问题(确实有很多),但似乎没有一个问题与我遇到的问题完全相同。因此我提出了这个问题。
我正在尝试将两个外接显示器(一个是 Acer,一个是 Dell)连接到运行 Ubuntu 20.04 的 Dell Inspiron 15 7537。由于笔记本电脑只有一个 HDMI 连接,我购买了一个在 DisplayLink 上运行的 VGA 转 USB 连接器,据我所知,DisplayLink 应该支持 Ubuntu。当我连接 DisplayLink 显示器时,我可以看到它被检测到了——当我打开“设置”时,我可以看到它,尽管出于某种原因,它的名称是错误的。出于某种原因,笔记本电脑似乎认为两个外接屏幕都是 Acer。实际上,通过 DisplayLink 连接的是 Dell。但是,它没有收到任何信号。
由于监视器被清楚地检测到,因此在 xrandr 和 lsusb 输出中也可以看到它也就不足为奇了。
~$ 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
我已经检查过我使用的是开源驱动程序,而不是 NVIDIA 专有驱动程序。 最后,我尝试查找我的 xorg.conf 文件,但找不到。我确实找到了 xorg.confi.failsafe 文件,但我不知道它是否正在使用。有什么方法可以检查吗?
~$ 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