Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3098100
  • 博文数量: 797
  • 博客积分: 10134
  • 博客等级: 上将
  • 技术积分: 9335
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-22 22:57
个人简介

1

文章分类

全部博文(797)

文章存档

2022年(1)

2021年(2)

2017年(2)

2016年(1)

2015年(4)

2014年(1)

2013年(6)

2012年(6)

2011年(10)

2010年(26)

2009年(63)

2008年(61)

2007年(51)

2006年(563)

我的朋友

分类: LINUX

2009-04-10 22:01:49

在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
--------------------
 
参考:
阅读(2205) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~