[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bsd-nomads:14751] Re: vaio SR9でのX



舟橋です.

VAIO SR9/K を使っています.

  nao kajita <kajita@career-link.co.jp>
/ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
> VAIO SR9を新しく入手してFree-BSD 4.1-Rをインストールしたところ、

Free-BSD -> FreeBSD ??

> 当たり前のようにXFree86-3.3.6はNeoMagic MagicMedia256XL+は
> サポートされておらず、仕方が無いのでためしにNM2200での起動を試
> みましたが、互換性は無いようで起動できませんでした。

XFree86 3.3.6 を使用していますが,
NM2200 を指定することで 1024x768 16bpp で起動しています.
「VRAM を 4MB と少なめに指定するように」と,どこかで見た
おぼえがあります.
以下, /etc/XF86Config です. 参考になれば幸いです.

--------------------------------------------------------------------
# XF86Config auto-generated by XF86Setup
# See 'man XF86Config' for info on the format of this file

Section "Files"
   RgbPath    "/usr/X11R6/lib/X11/rgb"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/Type1"
   FontPath   "/usr/X11R6/lib/X11/fonts/Speedo"
   FontPath   "/usr/X11R6/lib/X11/fonts/misc"
   FontPath   "/usr/X11R6/lib/X11/fonts/local"
EndSection

Section "ServerFlags"
EndSection

Section "Keyboard"
   Protocol        "Standard"
   XkbRules        "xfree86"
   XkbModel        "pc101"
   XkbLayout       "us"
   XkbOptions      "ctrl:swapcaps"
EndSection

Section "Pointer"
   Protocol        "SysMouse"
   Device          "/dev/mouse"
   Resolution      100
   Emulate3Timeout 50
   Buttons         3
   Emulate3Buttons
EndSection

Section "Monitor"
   Identifier      "LCD Panel 1024x768"
   VendorName      "Unknown"
   ModelName       "Unknown"
   HorizSync       31.5-48.5
#   VertRefresh     60-60
   VertRefresh     60-78
   Modeline  "1024x768"  65.00 1024 1032 1176 1344 768 771 777 806 -hsync -vsync
   Modeline  "800x600"   40.00 800 840 968 1056 600 601 605 628 +hsync +vsync
   Modeline  "640x480"   31.50 640 656 720 840 480 481 484 500 -hsync -vsync
EndSection

Section "Device"
   Identifier      "Generic VGA"
   VendorName      "Unknown"
   BoardName       "Unknown"
   Chipset         "generic"
EndSection

Section "Device"
   Identifier      "My Video Card"
   VendorName      "Unknown"
   BoardName       "Unknown"
   Chipset         "NM2200"
   DacSpeed        90
   VideoRam        4096
EndSection

Section "Screen"
   Driver          "Accel"
   Device          "My Video Card"
   Monitor         "LCD Panel 1024x768"
   DefaultColorDepth 16
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768" "640x480"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1024x768"
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "My Video Card"
   Monitor         "LCD Panel 1024x768"
   DefaultColorDepth 16
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        15
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        16
      Modes        "1024x768" "640x480"
      ViewPort     0 0
   EndSubSection
   SubSection "Display"
      Depth        24
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        32
      Modes        "1024x768"
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA16"
   Device          "Generic VGA"
   Monitor         "LCD Panel 1024x768"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        4
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
      ViewPort     0 0
   EndSubSection
EndSection

Section "Screen"
   Driver          "VGA2"
   Device          "Generic VGA"
   Monitor         "LCD Panel 1024x768"
   BlankTime       0
   SuspendTime     0
   OffTime         0
   SubSection "Display"
      Depth        1
      Modes        "1024x768"
   EndSubSection
   SubSection "Display"
      Depth        8
      Modes        "1024x768"
      ViewPort     0 0
   EndSubSection
EndSection

--------------------------------------------------------------------
-- 
Akira Funahashi/舟橋 啓
[funa@funa.org]