|
|
编辑/etc/X11/xorg.conf如下:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
# HorizSync 31.5-37.9
# VertRefresh 50.0-70.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vmware"
VendorName "Videocard vendor"
BoardName "VMware"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewpor 0 0
Depth 24
Modes "1024*768" "800*600"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024*768" "800*600"
EndSubSection
EndSection
可是回来分辨率还是调不到1024*768 这是为什么啊 还有什么地方要改吗?
最好是能调到1280*1024。这是在VMware上装的,但在电脑上装也是这个样子的。 |
|