在vmware5.53绿色版中安装centos5.3系统设置分辨率几种方法
----------------------------------------------------------------------
第一种:安装vmware-tool
------------------------
第二种:x window下修改显示器,使之能使用高分辨率
------------------------------------------------
第三种:
修改/etc/X11/xorg.conf
Identifier "Screen0"
Device "VMware SVGA" //对应Section "Device"段名字
Monitor "vmware" //对应Section "Monitor"段名字
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" //如无配置device,monitor段和Section "Monitor"段中HorizSync,VertRefresh此设置不生效
EndSubSection
---
可能在Section "Monitor"
要添加
HorizSync 30.0 - 70.0
VertRefresh 50.0 - 120.0
-------------------------------
第四种:比较次的解决方案
直接修改/etc/X11/xorg.conf增加
SubSection "Display"
Viewport 0 0
Depth 24
Virtual 1440 900
EndSubSection
--------------------
参考:
阅读(2243) | 评论(0) | 转发(0) |