VMware安装RHEL5.5后修改分辨率设置
来源:未知 责任编辑:责任编辑 发表时间:2013-11-17 14:40 点击:次
p>VMware安装RHEL5.5后修改分辨率设置
p>
p>RHEL5.5,用VMware装完后,发现分辨率设置只有640x480和800x600两种,无法设置成常用的1024x768。
p>在网上查了下,多数是说要安装vmware tools才可以调整分辨率,经过亲自测试,发现可以不安装另外的软件,就能设置为1024x768分辨率,方法如下。
p>
p>1、进入桌面后,点击System -> Administration -> Display,选择Hardware,点击Monitor Type后面的Configure(默认是autoconfigured),在新窗口中选择Generic CRT Display,选择适合你的分辨率,我的是1024x768。点击OK退出。
p>2、回到刚才Display Settings的窗口,切换到第一个标签页Settings,在Resolution的下拉菜单中,会发现多出了一些分辨率,选择1024x768,点击OK退出。
p>3、退出当前用户,System -> Log Out。
p>4、系统再次回到登录界面时,你会发现分辨率已经修改成功了。
p>注意,在选择Generic CRT Display那一步,不要选下面的Generic LCD Display,虽然我用的是LCD,但选了之后我发现设置成1024x768,注销后分辨率并不是1024x768,似乎是1280x800,不知道为什么,后来选Generic CRT Display设置就正常的。
p>
p>附上更改完设置后的/etc/X11/xorg.conf文件:
p># Xorg configuration created by system-config-display
p>Section "ServerLayout"
p> Identifier "single head configuration"
p> Screen 0 "Screen0" 0 0
p> InputDevice "Keyboard0" "CoreKeyboard"
p>EndSection
p>Section "InputDevice"
p> Identifier "Keyboard0"
p> Driver "kbd"
p> Option "XkbModel" "pc105"
p> Option "XkbLayout" "us"
p>EndSection
p>Section "Monitor"
p> Identifier "Monitor0"
p> ModelName "Monitor 1024x768"
p> ### Comment all HorizSync and VertSync values to use DDC:
p> HorizSync 31.5 - 61.0
p> VertRefresh 50.0 - 75.0
p> Option "dpms"
p>EndSection
p>Section "Device"
p> Identifier "Videocard0"
p> Driver "vmware"
p>EndSection
p>Section "Screen"
p> Identifier "Screen0"
p> Device "Videocard0"
p> Monitor "Monitor0"
p> DefaultDepth 24
p> SubSection "Display"
p> Viewport 0 0
p> Depth 24
相关新闻>>
- 在VMwarevSphereClient下使用Linux虚拟机安装CentOS6.4系统
- 解决虚拟机提示VMwareWorkstationcannotconnecttothevirtualmach
- vmware的后台启动
- VMWarelinux虚拟机扩容
- 在VMware虚拟机中安装中文版Win7系统详细教程 附虚拟机下载
- 虚拟机VMWare“提示:软件虚拟化与此平台上的长模式不兼容”的解
- Virtualbox虚拟机安装CentOS6.5图文详细教程
- VMware10下CentOS7的详细安装图解
- VMware虚拟机平台的网络配置(RHEL5)
- VMware虚拟机上网络连接(networktype)的三种模式--bridged、ho
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>