USB-C経由で接続されているモニターが接続されているように見えません。

USB-C経由で接続されているモニターが接続されているように見えません。

アーチマシンで実行しながら、USB-Cハブを介してノートパソコンに2台のモニターを接続しました。

私が知っている限り、ディスプレイリンクのアーチガイドに従ってインストールしましたが、今日までうまくいきます。

だから今日実行しpacman -Syuuて再起動しましたが、すべてがうまくいきました。その後、ノートパソコンの電源が切れている間にUSBハブを外しました。再接続したときに応答がなく、モニターが機能しなかったため、いくつかの問題が発生したようです。

これで、接続が切断されたとマークされます。

$ xrandr -q | grep connected
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 310mm x 170mm
DP1 disconnected (normal left inverted right x axis y axis)
DP2 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
DVI-I-2-2 disconnected (normal left inverted right x axis y axis)
DVI-I-1-1 disconnected (normal left inverted right x axis y axis)

3つのプロバイダを見ることができます(1と2は0にオフロードされています)。

~$ xrandr --listproviders
Providers: number : 3
Provider 0: id: 0x47 cap: 0xb, Source Output, Sink Output, Sink Offload crtcs: 4 outputs: 4 associated providers: 2 name:Intel
Provider 1: id: 0x10b cap: 0x2, Sink Output crtcs: 1 outputs: 1 associated providers: 1 name:modesetting
Provider 2: id: 0xe9 cap: 0x2, Sink Output crtcs: 1 outputs: 1 associated providers: 1 name:modesetting

再インストールしようとしましたが、成功しませevdi-gitんでしたdisplaylink

ディスプレイリンクサービスを再起動しても役に立ちません。

Xの設定です。

  - path: /etc/X11/xorg.conf.d/20-evdidevice.conf
    content: |-
      Section "OutputClass"
        Identifier "DisplayLink"
        MatchDriver "evdi"
        Driver "modesetting"
        Option  "AccelMethod" "none"
      EndSection
  - path: /etc/X11/xorg.conf.d/20-displaylink.conf
    content: |-
      Section "Device"
        Identifier "DisplayLink"
        Driver "modesetting"
        Option "PageFlip" "false"
      EndSection

https://github.com/munHunger/soft-sync-data/blob/master/software/displaylink.yml)

ベストアンサー1

まあ、その3時間は無駄だった。切断されたすべてのデバイスを再起動し、すべてのデバイスを再接続しました。とは別に電源コードをUSBハブに接続します。

したがって、USB-Cハブを再起動すると問題が解決します。

おすすめ記事