이 두 명령을 올바르게 실행할 수 있습니다
cvt 3840x2160 70
xrandr --newmode "3840x2160_70.00" 839.00 3840 4160 4584 5328 2160 2163 2168 2250 -hsync +vsync
그런데 내 장치에 패턴을 추가하려고 하면
xrandr --addmode DP-4 "3840x2160_70.00"
오류로 인해 실패합니다
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 45
Current serial number in output stream: 46
이 시점에서 아치위키에서는 기본적으로 개인 드라이버를 버리고 누보를 사용하라고 제안했습니다. 이 오류를 디버깅하는 방법을 아시나요? 감사해요.