
Ubuntu日本語フォーラム

ログインしていません。
Acer液晶19inch(1440x900)、Millenium G400DH、P4_1.8GHz、Memory640MBなサブマシンにubuntu6.10をいれました。
フォーラムの知識を借りて、なんとかインストールできたのですが、どうやら16bitカラーになっているようです。
まぁ、自分でそうしたんだから当り前なのですが。
で、教えていただきたいのは、以下です。
1.GRUBブートメニュー後からX起動までの間の画面がうっすらと表示されます。辛うじて見える程度です。不都合はないのですが気持ち悪いです。
2.MilleniumG400は24bitカラーに対応していない?ようですが、32bitカラーにできないのでしょうか。
3.X上で16/24/32bitカラーを切替える事はできないのでしょうか。
4.余談なのでしょうが、なぜubuntuはデフォの色が24bitなのでしょう?
ちなみに、以下xorg.confのスクリーン設定です。
Section "Screen"
Identifier "Default Screen"
Device "Matrox Graphics, Inc. MGA G400 AGP"
Monitor "AL1916W"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1400x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
DefaultDepthを24/32にしたら、Xが立ち上がりませんでした。
32のときは、SubSectionを追加して書いてみたんですが、ダメでした。
オフライン