如何改变分辨率

我在装完 vwmare tools后进不了图形界面,觉得是最后和分辨率没选有关,如何改?请高人指教!
[50 byte] By [songbin208] at [2008-1-9]
# 1
在/etc/X11/XF86Config中找到Monitor这个段,然后加入modeline参数,这个参数比较复杂,可以在网上查一下,好像有个网站提供了一个页面专门计算modeline,我这里上网受限,你自己查查。
# 2
在/etc/X11/XF86Config中找到下面相关内容:

Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "HP 7650"
DefaultDepth 24 //你的色彩,然后在下面对应的地方后面添上分辨率就可以了,比如这是24色
SubSection "Display"
Depth 1
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24 //下面是分辨率
Modes "1280x960" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

sqs570408-流氓总督 at 2007-10-19 > top of Msdn China Tech,Linux/Unix社区,系统维护与使用...