Linux
«Prev
|| 1 || Next»
24 March 2006
plamo 4.2b2 on VmwarePlayer
Vmware Player にPlamo 4.2b2をインストール
Browser-Applianceにiso-iamageを使ってインストール
1枚目のみを使用してお勧めでおこなった
ネットワークの設定を変更した
"vmxnet"では動作しなかったが、e1000にしてOKだった
# Network
ethernet0.present = "TRUE"
ethernet0.connectionType = "bridged"
ethernet0.virtualDev = "e1000"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:2a:96:53"
ethernet0.generatedAddressOffset = "0"
Xの設定
インストールしたままでは、Xは起動しなかった
xorgcfgを使用して、設定後Xが起動できるようになった
/etc/X11/xorg.confは、以下のような感じ
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
EndSection
Section "Monitor"
Identifier "Monitor0"
### Uncomment if you don't want to default to DDC:
# HorizSync 31.5 - 82.0
# VertRefresh 50.0 - 90.0
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
Browser-Applianceにiso-iamageを使ってインストール
1枚目のみを使用してお勧めでおこなった
ネットワークの設定を変更した
"vmxnet"では動作しなかったが、e1000にしてOKだった
# Network
ethernet0.present = "TRUE"
ethernet0.connectionType = "bridged"
ethernet0.virtualDev = "e1000"
ethernet0.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:2a:96:53"
ethernet0.generatedAddressOffset = "0"
Xの設定
インストールしたままでは、Xは起動しなかった
xorgcfgを使用して、設定後Xが起動できるようになった
/etc/X11/xorg.confは、以下のような感じ
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "Auto"
Option "Device" "/dev/mouse"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbModel" "jp106"
Option "XkbLayout" "jp"
EndSection
Section "Monitor"
Identifier "Monitor0"
### Uncomment if you don't want to default to DDC:
# HorizSync 31.5 - 82.0
# VertRefresh 50.0 - 90.0
EndSection
Section "Device"
Identifier "Card0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
EndSection
«Prev
|| 1 || Next»