我最近在 Ubuntu 14.04 上遇到了第二台显示器的问题。只有一小部分可以显示内容,这不是显示器故障,因为我切换了 DVI 电缆,但问题仍然存在于其他显示器上。
这种情况只发生在一台显示器上。我试过摆弄它,.xprofile
结果出现了这种情况。
xrandr --output DVI-0 --mode 3360x1050 --rate 60
xrandr --output DVI-0
xrandr --output DVI-0 --primary
当我登录时输出是。
Error found when loading /home/user/.xprofile
warning: output DVI-0 not found, ignoring.
xrandr: screen cannot be larger than 1680x1680 (desired size 3360x1050)
warning: output DVI-0 not found, ignoring.
xrandr: screen cannot be larger than 1680x1680 (desired size 3360x1050)
warning: output DVI-0 not found, ignoring.
xrandr: screen cannot be larger than 1680x1680 (desired size 3360x1050)
As a result the session will not be configured correctly.
You should fix the problem as soon as feasible.
这就是输出。我猜我只是没有指定正确的显示,或者我写错了“代码”。
如果有人可以重写此内容或提供总体支持,我们将不胜感激。