关于ubuntu16.04分辨率无法调整问题

应该也适用于14.04,亲测有效

可移植代码放在下面

Section “Monitor”
Identifier “Monitor0”
VendorName “Monitor Vendor”
ModelName “Monitor Model”
HorizSync 28.0 - 70.0
VertRefresh 56.0 - 75.0
EndSection

Section “Device”
Identifier “VMware SVGA”
Driver “vesa”
EndSection

Section “Screen”
Identifier “Screen0”
Device “Card0”
Monitor “Monitor0”
SubSection “Display”
Viewport 0 0
Depth 24
Modes “1920x1080_60.00”
EndSubSection
EndSection

用vi打开后将代码粘贴上去保存退出就完事

猜你喜欢

转载自blog.csdn.net/weixin_39393741/article/details/82257696