vine-users ML アーカイブ



[vine-users:077696] Re: direct rendering: Noとなる事について

  • From: "Atsushi SHICHI" <ats777@xxxxxxxxx>
  • Subject: [vine-users:077696] Re: direct rendering: Noとなる事について
  • Date: Sat, 20 Oct 2007 13:10:29 +0900
しちと申します。

07/10/20 に warbird<pxz02461@xxxxxxxxx> さんは書きました:

> ・xorg.confの内容
> http://ww7.enjoy.ne.jp/~anemone-to/Xorg_log/xorg.conf_Ubuntu_7.04.txt
> http://ww7.enjoy.ne.jp/~anemone-to/Xorg_log/xorg.conf_Vine_4.1.txt

はずしていると思いますが。。。
vine の xorg.conf の Screen セクションを以下のようにするとどうでしょうか?

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