아치 머신에서 실행하면서 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 허브를 다시 시작하면 문제가 해결됩니다.