我目前正在尝试将屏幕分辨率从 3840x2160 更改为 1920x1080。屏幕设置为在输出 HDMI2 上显示 0。我正在显示器 0 上通过 startx 运行一个应用程序。
当我尝试运行时xrandr -d :0 --output HDMI2 --mode 1920x1080收到以下错误:xrandr: Configure crtc 2 failed
当我使用 --verbose 运行相同的命令时,我收到以下输出:
crtc 2: disable
xrandr: Configure crtc 2 failed
crtc 0: disable
crtc 1: disable
crtc 2: disable
crtc 3: disable
screen 0: revert
crtc 0: revert
crtc 1: revert
crtc 2: revert
crtc 3: revert
Run Code Online (Sandbox Code Playgroud)
非常感谢这里的任何帮助!