web-dev-qa-db-ja.com

18.04で動作しないDell DisplayLink経由のマルチモニター

Dell LatitudeにUbuntu 18.04(以前はElementary OSを使用していました)をインストールしました。DellLatitudeには、DisplayLinkドックを介して2つのモニターが接続されています。 Dell WebサイトからDisplayLinkドライバーをインストールした後、Elemantary OSで動作する3つの画面(ラップトップ画面+ 2つの外部)を取得できました。 Ubuntu 18.04では、DispplayLinkドライバーをインストールできたにもかかわらず、外部モニターが表示されません。

NVIDIA独自のドライバー(nvidia-driver-390)とX.Org nouveau(xserver-xorg-video-nouveau)を試しました。

EDIT(2018年10月):http://www.displaylinkからUbuntu 18.04で動作していると言う最新のDell DisplayLinkドライバーをインストールしました.com/downloads/ubunt 問題が残っています。

関連する可能性のある別の問題:「Ubuntu on Wayland」を使用してのみUbuntuを起動できます。デフォルトのUbuntuは、パスワードを入力するとログイン画面に戻ります。

$ lspci -k
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 05)
    Subsystem: Dell Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
00:01.0 PCI bridge: Intel Corporation Skylake PCIe Controller (x16) (rev 05)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:01.1 PCI bridge: Intel Corporation Skylake PCIe Controller (x8) (rev 05)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:02.0 VGA compatible controller: Intel Corporation Device 591b (rev 04)
    Subsystem: Dell Device 07d0
    Kernel driver in use: i915
    Kernel modules: i915
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 05)
    Subsystem: Dell Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
    Kernel driver in use: proc_thermal
    Kernel modules: processor_thermal_device
00:14.0 USB controller: Intel Corporation Sunrise Point-H USB 3.0 xHCI Controller (rev 31)
    Subsystem: Dell Sunrise Point-H USB 3.0 xHCI Controller
    Kernel driver in use: xhci_hcd
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-H Thermal subsystem (rev 31)
    Subsystem: Dell Sunrise Point-H Thermal subsystem
    Kernel driver in use: intel_pch_thermal
    Kernel modules: intel_pch_thermal
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-H Serial IO I2C Controller #0 (rev 31)
    Subsystem: Dell Sunrise Point-H Serial IO I2C Controller
    Kernel driver in use: intel-lpss
    Kernel modules: intel_lpss_pci
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-H Serial IO I2C Controller #1 (rev 31)
    Subsystem: Dell Sunrise Point-H Serial IO I2C Controller
    Kernel driver in use: intel-lpss
    Kernel modules: intel_lpss_pci
00:16.0 Communication controller: Intel Corporation Sunrise Point-H CSME HECI #1 (rev 31)
    Subsystem: Dell Sunrise Point-H CSME HECI
    Kernel driver in use: mei_me
    Kernel modules: mei_me
00:17.0 RAID bus controller: Intel Corporation SATA Controller [RAID mode] (rev 31)
    Subsystem: Dell SATA Controller [RAID mode]
    Kernel driver in use: ahci
    Kernel modules: ahci
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #2 (rev f1)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.2 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #3 (rev f1)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1c.4 PCI bridge: Intel Corporation Sunrise Point-H PCI Express Root Port #5 (rev f1)
    Kernel driver in use: pcieport
    Kernel modules: shpchp
00:1f.0 ISA bridge: Intel Corporation Sunrise Point-H LPC Controller (rev 31)
    Subsystem: Dell Sunrise Point-H LPC Controller
00:1f.2 Memory controller: Intel Corporation Sunrise Point-H PMC (rev 31)
    Subsystem: Dell Sunrise Point-H PMC
00:1f.3 Audio device: Intel Corporation CM238 HD Audio Controller (rev 31)
    Subsystem: Dell CM238 HD Audio Controller
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
00:1f.4 SMBus: Intel Corporation Sunrise Point-H SMBus (rev 31)
    Subsystem: Dell Sunrise Point-H SMBus
    Kernel modules: i2c_i801
00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (5) I219-LM (rev 31)
    Subsystem: Dell Ethernet Connection (5) I219-LM
    Kernel driver in use: e1000e
    Kernel modules: e1000e
02:00.0 3D controller: NVIDIA Corporation GM108M [GeForce 930MX] (rev a2)
    Subsystem: Dell GM108M [GeForce 930MX]
    Kernel driver in use: nouveau
    Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
03:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
    Subsystem: Intel Corporation Wireless 8265 / 8275
    Kernel driver in use: iwlwifi
    Kernel modules: iwlwifi
04:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS525A PCI Express Card Reader (rev 01)
    Subsystem: Dell RTS525A PCI Express Card Reader
    Kernel driver in use: rtsx_pci
    Kernel modules: rtsx_pci
4
dhuyvetter

Waylandを使用することが犯人であり、おそらくDisplayLinkドライバーと組み合わされることが判明しました。 http://www.displaylink.com/downloads/ubunt から最新のドライバー(4.4)をインストールし、ログイン画面で「Ubuntu」(デフォルト)に切り替えて問題を解決しました。

0
dhuyvetter