3차 화면 지원 문제

3차 화면 지원 문제

나는 달리고 있다우분투 22.0.4.1 LTS x86_64다음과 같이 논리적으로 연결된 3개의 화면이 있습니다.

Screen 0: minimum 8 x 8, current 5600 x 1920, maximum 32767 x 32767
DP-0 connected 1080x1920+4520+0 right (normal left inverted right x axis y axis) 527mm x 296mm
   1920x1080     60.00*+  74.97    59.94    50.00  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-0 connected 3440x1440+1080+480 (normal left inverted right x axis y axis) 800mm x 335mm
   3440x1440     59.97*+  74.98    29.99  
   2560x1080     59.98    59.94    50.00  
   1920x1080     60.00    59.94    50.00  
   1720x1440     59.94  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 connected primary 1080x1920+0+0 left (normal left inverted right x axis y axis) 527mm x 296mm
   1920x1080     60.00*+  74.97    59.94    50.00  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x720      60.00    59.94    50.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   720x576       50.00  
   720x480       59.94  
   640x480       75.00    72.81    59.94    59.93  

드라이버의 경우 다음과 같이 최신 테스트 버전의 NVIDIA를 실행하고 있습니다.

  *-display                 
       description: VGA compatible controller
       product: TU104 [GeForce RTX 2070 SUPER]
       vendor: NVIDIA Corporation
       physical id: 0
       bus info: pci@0000:01:00.0
       version: a1
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress vga_controller bus_master cap_list rom
       configuration: driver=nvidia latency=0
       resources: irq:149 memory:53000000-53ffffff memory:40000000-4fffffff memory:50000000-51ffffff ioport:3000(size=128) memory:c0000-dffff
  *-graphics
       product: EFI VGA
       physical id: 4
       logical name: /dev/fb0
       capabilities: fb
       configuration: depth=32 resolution=1024,768

부팅하면 2가 표시됩니다.언제나하지만 HDMI-0화면이 엉망이 되어도 작동하지 않습니다. 때로는 "설정 - 디스플레이"에서 방향을 이동하는 것만큼 간단할 수도 있고 때로는 다음 명령이 작동할 수도 있습니다.

sleep 5 && xrandr -d :1 --output HDMI-0 --auto

세 번째 화면은 항상 NVIDIA Control xrandr및 설정에 등록되어 있지만 등록되어 있지 않습니다("검은색 화면"). 로그를 찾아봐도 /var/log/syslog다음과 같은 오류( )를 찾을 수 없습니다.

Aug 29 06:48:56 therion /usr/libexec/gdm-x-session[3560]: (II) NVIDIA(0): Setting mode "DP-4: nvidia-auto-select @1080x1920 +0+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=90}, DP-0: nvidia-auto-select @1080x1920 +4520+0 {ViewPortIn=1080x1920, ViewPortOut=1920x1080+0+0, Rotation=270}, HDMI-0: nvidia-auto-select @3440x1440 +1080+480 {ViewPortIn=3440x1440, ViewPortOut=3440x1440+0+0}"

마지막으로 다음 dmesg과 같은 몇 가지 오류만 해결합니다.

[48033.822745] [drm:nv_drm_master_set [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Failed to grab modeset ownership

(단, 이때 화면은~였다일하고 있는)

한 화면이 가끔 작동하지 않는 이유를 진단하기 위해 어떤 로그 또는 프로세스를 사용할 수 있습니까? 잠자기 상태에서 잠금을 해제하면 문제가 해결되는 경우도 있습니다.

관련 정보