데비안은 모니터 해상도를 인식하지 못합니다

데비안은 모니터 해상도를 인식하지 못합니다

MSI Nvidia GT 710 그래픽 카드가 연결되어 있습니다.아수스 MG24UGHDMI(3840 x 2160, 60Hz)를 통한 디스플레이 및 Debian은 전체 해상도로 그래픽을 출력하도록 구성할 수 있습니다. 그런 다음 해당 카드에 DisplayPort 커넥터(잠금 가능하여 더욱 안전함)가 있으므로 MSI Nvidia GTX 1050 Ti 카드(최대 해상도: 7680x4320@60Hz)로 교체했습니다. 하지만 OS가 기본 해상도를 지원하도록 할 수 없었고 그 이유를 이해할 수 없습니다.

내가 시도한 것은 다음과 같습니다.

~ $ cvt 3840 2160
# 3840x2160 59.98 Hz (CVT 8.29M9) hsync: 134.18 kHz; pclk: 712.75 MHz
Modeline "3840x2160_60.00"  712.75  3840 4160 4576 5312  2160 2163 2168 2237 -hsync +vsync
~ $ xrandr --newmode "3840x2160_60.00"  712.75  3840 4160 4576 5312  2160 2163 2168 2237 -hsync +vsync
xrandr: Failed to get size of gamma for output default
~ $ xrandr --addmode default "3840x2160_60.00"
xrandr: Failed to get size of gamma for output default
~ $ xrandr --output default --mode "3840x2160_60.00"
xrandr: Failed to get size of gamma for output default
xrandr: screen cannot be larger than 1024x768 (desired size 3840x2160)

~ $ xrandr --listactivemonitors
xrandr: Failed to get size of gamma for output default
Monitors: 1
 0: +*default 1024/271x768/203+0+0  default
~ $ xrandr --screen 0
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1024 x 768, current 1024 x 768, maximum 3840 x 2160
default connected primary 1024x768+0+0 0mm x 0mm
   1024x768      76.00* 
   3840x2160_60.00  59.98  

더 큰 크기는 시스템 설정 디스플레이 GUI에도 표시되지만 이를 선택하려고 하면 동일한 오류가 발생합니다.

또한 해당 모드를 수동으로 설정하지 않고도 디스플레이 기능을 자동으로 감지하지 못하는 이유를 이해할 수 없습니다.

관련 정보