vine-users ML アーカイブ



[vine-users:079937] Re: 画面の ズレの修正 xvidtune xorg.conf

  • From: kaz <okui@xxxxxxxxxxxx>
  • Subject: [vine-users:079937] Re: 画面の ズレの修正 xvidtune xorg.conf
  • Date: Thu, 7 Jan 2010 23:04:25 +0900
こんばんは 奥井です。
 
> Virtual screen というのは、そういうものです。だから、実スクリーンの
> 解像度が低すぎるときの解決法にはならないんですよね。
そういうものとは知りませんでした。それじゃ仕方ないですね。

> 何というビデオカードですか。そもそも今時のビデオカードが
> デフォルトの設定で 1024x768 を表示できないのが変です。
> こういうときにまず思いつくのは、ビデオメモリが足りないことです。
> ビデオカードはメインメモリをビデオメモリとして使うタイプでは
> ないでしょうか。もしそうなら、BIOS でビデオメモリに何メガを
> 割り当てていますか。割り当てを増やしたら、どうなります?
/sbin/lspciで確認しました。VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 03)
BIOSの「CHIPSETFEATURE」の項目にVideo RAM CachebleというのはあるんですがEnable/Disableしか選べません。
vine4.2では画面サイズの選択ができましたよね。1280 x 1024で表示してました。
virtualは使いにくいです。古いPC(PEN4 2GHzとかCeleron 500MHz)を使ってるんですがvine5はvine4.2より体感速度が早いです。
vine4.2と同じように使えるように早くしたいです。


/etc/X11/xorg.conf
# Xorg configuration created by system-config-display

Section "ServerLayout"
	Identifier     "Default Layout"
	Screen      0  "Screen0" 0 0
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
# keyboard added by rhpxl
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "jp106"
	Option	    "XkbLayout" "jp"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "mga"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Videocard0"
	DefaultDepth     16       <----最初は24
	SubSection "Display"
		Viewport   0 0
		Depth     16    <----最初は24
		Virtual 1280 1024  <----追加
	EndSubSection
EndSection
ファイルも添付します。
もう少しいじってみますが、何かわかりましたら宜しくお願いします。

Attachment: Xorg.0.log
Description: Binary data