我使用 ubuntu 13.04,我有一个 23 英寸的 LCD,我能得到的最大分辨率是 1024×768
我正在尝试将分辨率设置为 1280×720。我写道:
cvt 1280 720 60 then
xrandr --newmode 1280x720 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync
then
xrandr --addmode VGA-0 1280x720
then
xrandr --output VGA-0 --mode 1280x720
http://webconverger.org/display/ 并且可以正常工作,但是重新启动或关闭时会出现以下消息:
然后我删除了
config/monitors.xml
cp ~/.config/monitors.xml monitors.xml.bad
rm ~/.config/monitors.xml
然后消息就消失了。我尝试了所有这些步骤几次,但还是遇到了同样的问题。