From owner-FreeBSD-users-jp@jp.freebsd.org  Mon Jun  9 04:38:53 1997
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) id EAA12985
	Mon, 9 Jun 1997 04:38:53 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) with ESMTP id EAA12980
	for <FreeBSD-users-jp@jp.freebsd.org>; Mon, 9 Jun 1997 04:38:51 +0900 (JST)
Received: (from nws830@localhost) by nws830.ca2.so-net.or.jp (8.8.5/3.5Wbeta-96091013) id EAA01298 for FreeBSD-users-jp@jp.freebsd.org; Mon, 9 Jun 1997 04:37:43 +0900 (JST)
From: Murakami Hiroshi <nws830@ca2.so-net.or.jp>
Message-Id: <199706081937.EAA01298@nws830.ca2.so-net.or.jp>
To: FreeBSD-users-jp@jp.freebsd.org
Date: Mon, 9 Jun 1997 04:37:42 +0900 (JST)
X-Mailer: ELM [version 2.4ME+ PL22 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: FreeBSD-users-jp 13868
Subject: [FreeBSD-users-jp 13868] Sample /etc/XF86Config [Millenium 4MB + MT-8617E]
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org


       XFree86 $B$r(B MGA-Matrox 4MB $B$H(B $BHS;3(B MT-8617E $B$G;H$C$F$$$k0lNc(B

$B%G%#%9%W%l!<(B: $BHS;3EE5$$N(B $B%H%j%K%H%m%s(B 17$B%$%s%A(BCRT $B$N(B MT-8617E
X $B%5!<%P!<(B  : XF86_SVGA (XFree86 Version 3.2)
$B%0%i%U%#%C%/%9%+!<%I(B: MGA Matrox Millenium 4MB PCI($B%A%C%W%;%C%H(Bmga2064w)
$BIaCJ;HMQ$7$F$$$k2rA|EY(B: $B7h$a$&$A$N(B 1024x768 ( Depth 32 $B$O$^$">iCL$G$9(B:-) )
$B%-!<%\!<%I(B: $BI8=`E*(BUS101$B%-!<%\!<%I(B $B2-EE5$@=(B HMB-55954-T06
$B%^%&%9(B: PS/2, 2$B%\%?%s%^%&%9(B

========================== Start XF86Config ==========================
# 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/misc:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
   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/75dpi"
   FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
EndSection

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

Section "Pointer"
   Protocol        "PS/2"
   Device          "/dev/mouse"
   Emulate3Timeout 50
   Emulate3Buttons
EndSection

Section "Monitor"
   Identifier      "Primary Monitor"
   VendorName      "Iiyama"
   ModelName       "MT-8617E"
   HorizSync       24.8-92.0
   VertRefresh     50-160
   Modeline  "1280x1024" 135.00 1280 1288 1392 1664 1024 1027 1030 1064
   Modeline  "1152x864"  135.00 1152 1156 1284 1520 864 868 880 900
   Modeline  "1024x768"   85.00 1024 1032 1152 1288 768 772 775 799
   Modeline  "800x600"    50.00 800 808 928 1040 600 601 607 626 +hsync +vsync
   Modeline  "640x480"    31.50 640 644 684 812 480 484 487 497
EndSection

Section "Device"
   Identifier      "Primary Card"
   VendorName      "MGA"
   BoardName       "Matrox Millennium (MGA) 4MB"
   Chipset         "mga2064w"
EndSection

Section "Screen"
   Driver          "SVGA"
   Device          "Primary Card"
   Monitor         "Primary Monitor"
   SubSection "Display"
    #  Depth        8
    #  Depth        15
    #  Depth        16
    #  Depth        24
       Depth        32
    #  Modes        "1280x1024"
    #  Modes        "1152x864"
       Modes        "1024x768"
    #  Modes        "800x600"
    #  Modes        "640x480"
   EndSubSection
EndSection
========================== End of XF86Config ==========================
