vine-users ML アーカイブ



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

  • From: kaz <okui@xxxxxxxxxxxx>
  • Subject: [vine-users:079943] Re: 画面の ズレの修正 xvidtune xorg.conf
  • Date: Fri, 8 Jan 2010 19:56:44 +0900
こんばんは 奥井です。

ビデオカードがAGP[VGA compatible controller: Matrox Graphics, Inc. MGA G200 AGP (rev 03)]なので駄目なのかもしれないので別のPCIのビデオカード[VGA compatible controller: ATI Technologies Inc 3D Rage Pro 215GP (rev 5c)]で再インストールしてみました。(両方とも1998年製ですが)

ビデオ表示できないようでテキストベースのインストールとなりました。インストールでキーボード設定でjp106でしたがキーボードはUSで認識されてるようでした。又テキストベースなのでrootしか設定できません。
インストール終了後rootでログオンしてstartxしたらXが立ち上がりました。解像度は1152 x 864でした。
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      "ati"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

解像度は16種類ありますが、これらはどこで設定されてるんでしょうか?
AGPPビデオカードは駄目だったみたいです。
とりあえず画面は解決しました。