#author("2016-04-24T19:49:28+09:00","","")
[[Computer/Linux/Vine/5/Install]]

*ディスプレイの設定 [#m75e060b]

IBM ThinkPad i1200(Type 1161-46N)での例です.

Vine Linux 5 では起動時に自動設定されますが,うまくディスプレイが認識されていないようなので,/etc/X11/xorg.conf に以下の記述を加えました.水平・垂直周波数は適当ですが,動いているのでまあよいということで…

 (追加)
 Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vndor"
        ModelName    "TPi1200"
        HorizSync    30.0 - 40.0
        VertRefresh  50.0 - 60.0
        Option      "dpms"
 EndSection

 (追記)
 Section "Screen"
 . . .
        Monitor    "Monitor0"
        DefaultDepth     16
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
 . . .

system-config-display コマンドで(必要に応じて GUI を使わない –noui オプション付きで)設定した方がよいようですが…

 # system-config-display –noui –reconfig –output=/etc/X11/xorg.conf


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS