VMwareを使って最強の環境を作りたい ver4

このエントリーをはてなブックマークに追加
258login Penguin
>>257 続き

/etc/xorg.conf の以下の部分を編集。

Section "Monitor"
Identifier "Monitor0"
VendorName "VMware"
ModelName "VMware. Inc"
HorizSync 1 - 10000
VertRefresh 1 - 10000
ModeLine "640x480" 100 640 700 800 900 480 500 600 700
ModeLine "800x600" 100 800 900 1000 1100 600 700 800 900
ModeLine "1024x768" 100 1024 1100 1200 1300 768 800 900 1000
ModeLine "1152x862" 100 1152 1200 1300 1400 862 900 1000 1100
ModeLine "1152x900" 100 1152 1200 1300 1400 900 1000 1100 1200
ModeLine "1280x1024" 100 1280 1300 1400 1500 1024 1100 1200 1300
#Option "dpms"
EndSection


Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
#DefaultDepth 16
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection