我有一个飞利浦166V3LSB/00液晶显示器连接到一个盒Ubuntu12.04 LTS。
user@host:~$ lspci
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated Graphics Controller (rev 02)
...
监视器应该支持1366x768 (16:9),但我无法让Settings/Display提供任何东西,而不是无所不在的1024x768和800x600。我试着删除~/.config/monitors.xml
并重新登录,但这并没有帮助。
我试图强迫modeline使用Xorg.conf (添加了Modes "1366x768" "1024x768" "640x480"
),但结果是:
这是我现在的xorg.conf和Xorg.0.log。
还有其他想法吗?
发布于 2012-05-17 19:46:31
您可以尝试在xorg.conf文件中强制使用modeline
小心,如果您的卡不支持,您可能有一些严重的问题,确保您备份的文件,然后开始编辑它。
有关更多信息,请查看以下内容:https://wiki.ubuntu.com/X/Config/Resolution
有可能,您的视频驱动器不支持您所希望的分辨率和高宽比。
https://askubuntu.com/questions/138595
复制相似问题