有一天,当我启动计算机时,分辨率变得模糊不清,当我登录时出现以下错误消息:
None of the selected modes were compatible with the possible modes:
Trying modes for CRTC 81
CRTC 81: trying mode 1024x768@61Hz with output at 1440x900@50Hz (pass 0)
CRTC 81: trying mode 800x600@61Hz with output at 1440x900@50Hz (pass 0)
CRTC 81: trying mode 640x480@60Hz with output at 1440x900@50Hz (pass 0)
CRTC 81: trying mode 1024x768@61Hz with output at 1440x900@50Hz (pass 1)
CRTC 81: trying mode 800x600@61Hz with output at 1440x900@50Hz (pass 1)
CRTC 81: trying mode 640x480@60Hz with output at 1440x900@50Hz (pass 1)
如果有人能帮忙请帮忙!我仍然可以使用 Ubuntu,但鼠标有时会出问题。
(我使用 Acer AL1916W A 作为显示器和 AMD Athlon II 处理器。)
答案1
如果您仍可以登录图形桌面会话,请打开终端窗口 ( CtrlAltT),否则更改为 tty ( CtrlAltF1) 并登录。在终端中,输入xrandr -q
输出应如下所示:
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
CRTC connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1366x768 60.0*+ 39.9
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
在这种情况下,加拿大铁路运输委员会是您的显示器所连接的输出。
现在输入xrandr --output CRTC --mode 1440x900
(如有必要,请用正确的输出替换 CRTC)。输出现在应该具有正确的分辨率。
要使更改永久生效,您需要将上述命令放入 .xprofile 文件中。为此,请nano ~/.xprofile
在终端中输入。输入行xrandr --output CRTC --mode 1440x900
(请记住使用正确的输出名称)并保存(CtrlO、Enter、CtrlX)。