Tips記事
» 2001年05月30日 00時00分 UPDATE

VAIO C1でX Windowを利用したい

[木田佳克,ITmedia]

 VAIO C1では1024×480ドットという特殊な画面サイズ(解像度)仕様になっている。このため,標準で用意されているXF86Configは利用できない。グラフィックチップを「NeoMagic 256」などに設定したら,とりあえずはX Windowの設定(640×480でインストール)やGNOME/KDEのインストールを行ってから,コンソール画面でXF86Configを修正しよう。

 修正ポイントは「Monitor」セクションと「Screen」セクションだ。XFree86 3.3.6を利用している場合,以下のように設定すればよい。

Section "Monitor"

  Identifier "CustomConfiguration"
  VendorName "SONY"
  ModelName "PCG-C1XE LCD"
  HorizSync 20-64
  VertRefresh 50-150
Modeline "1024x480" 65 1024 1032 1176 1344 480 491 493 525 -HSync -VSync

〜中略〜

Section "Screen"
  Driver   "svga"
  Device   "Generic VGA"
  #Device   "NeoMagic 256 (laptop/notebook)"
  Monitor  "CustomConfiguration"
  Subsection "Display"
  Depth   8
  Modes   "1024x480"
  ViewPort  0 0
  EndSubsection
EndSection

 なお,Red Hat Linux7.1ではXFree86のバージョン4.0が採用されているため,次のように「XF86Config-4」ファイルも修正する必要がある。

Section "Monitor"
   Identifier "CustomConfiguration"
   VendorName "Unknown"
   ModelName "Unknown"
   HorizSync 20-64
   VertRefresh 50-150
   Modeline "1024x480" 65 1024 1032 1176 1344 480 491 493 525 -hsync -vsync
   Option "dpms"
EndSection

〜中略〜

Section "Screen"
   Identifier "Screen0"
   Device "NeoMagic 256 (laptop/notebook)"
   Monitor "CustomConfiguration"
   DefaultDepth 16
   Subsection "Display"
   Depth 16
   Modes "1024x480"
   EndSubSection
EndSection

Copyright © ITmedia, Inc. All Rights Reserved.

注目のテーマ