回到 ubuntu 9,支持的最大分辨率是 960x600,通过编辑 xorg.conf,我能够获得 1024x768 的分辨率。我最近安装了 ubuntu 11.10 .. 现在我可以在显示面板中获得的最大分辨率再次是 960x600 .. 我尝试编辑 xorg 但没有 xorg 并且当我尝试创建一个访问时被拒绝。
我是 linux 命令的新手,因此,将不胜感激分步帮助。
我添加了/etc/X11/xorg.conf包含:
Section "Device"
Identifier "Configured Video Device"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 30.0-62.0
VertRefresh 50.0-70.0
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
Run Code Online (Sandbox Code Playgroud)