如何改变分辨率
我在装完 vwmare tools后进不了图形界面,觉得是最后和分辨率没选有关,如何改?请高人指教!
在/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