てみたの不思議空間【後ろ】

フィーリングで感じたことを書く

Win7 の VirtualPC で Debian 環境構築

ちょうど XPモードで Virtual PC を入れたのでついでに Debian をインストールする。
ここを見て構築http://www.cs-dotnet.com/2009/02/LennyOnVirtualPC2007.html
netinstCDのisoファイルをVirtual PC で起動する。
初期画面が出たところで[Tab]を押して末尾に noreplace-paravirt vga=791 を追加して[Enter]
するとインストール画面にいけた。
インストールが完了して GUI が起動するが画面が乱れる

Press Ctrl-Alt-F1を押してコンソールモードに
root権限でログインする。
nanoか何かで /etc/X11/xorg.conf を編集する。

Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-75
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"

# This line is compulsory
DefaultDepth 16

# Those are lines are useful to change the default resolution
SubSection "Display"
Depth 16
Modes "1024x768" "800x600"
EndSubSection
EndSection

と設定して保存。

invoke-rc.d gdm restart
としてGDMを再起動

完了!