From owner-FreeBSD-users-jp@jp.FreeBSD.org Sun Mar 27 15:17:17 2005
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id j2R6HH403659;
	Sun, 27 Mar 2005 15:17:17 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from serio.al.rim.or.jp (serio.al.rim.or.jp [202.247.191.123])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id j2R6HFX03654
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Sun, 27 Mar 2005 15:17:15 +0900 (JST)
	(envelope-from tyuu@on.rim.or.jp)
Received: from mail5
	by serio.al.rim.or.jp (3.7W/HMX-13) id PAA17539
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Sun, 27 Mar 2005 15:17:12 +0900 (JST)
Received: from localhost (5.178.150.220.ap.yournet.ne.jp [220.150.178.5]) by mail5 (8.9.3/3.7W)
	id PAA06545 for <FreeBSD-users-jp@jp.FreeBSD.org>; Sun, 27 Mar 2005 15:19:13 +0900 (JST)
Message-Id: <20050327.151711.74734863.tyuu@on.rim.or.jp>
To: FreeBSD-users-jp@jp.FreeBSD.org
From: Hiroshi Morita <tyuu@on.rim.or.jp>
In-Reply-To: <20050326.131300.85344587.tyuu@tsubasa.co.jp>
References: <20050326.092228.74688780.tyuu@tsubasa.co.jp>
	<4244C8CC.4020301@nifty.com>
	<20050326.131300.85344587.tyuu@tsubasa.co.jp>
X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI)
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: list
Date: Sun, 27 Mar 2005 15:17:11 +0900
X-Sequence: FreeBSD-users-jp 83713
Subject: [FreeBSD-users-jp 83713] Re: Xorg =?ISO-2022-JP?B?GyRCJE4bKEI=?=
 CLE266 =?ISO-2022-JP?B?GyRCJTUlXSE8JUgkSyREJCQkRhsoQg==?= 
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: tyuu@on.rim.or.jp
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+050320

tyuu@$B<+Bp$G$9!#(B

> > http://www.x.org/X11R6.8.2/doc/via.4.html
> > 
> > $B$r8+$k$H!"(BCLE266$B$G$bF0$-$=$&$G$9$h!#(B
> 
> $B>pJs$"$j$,$H$&$4$6$$$^$9!#(B
> $B;n$7$F$_$^$9!#(B
> 
> # 1280x1024 $B$N2rA|EY$,=P$l$P4r$7$$(B

CLE266 $B$G(B 1280x1024 $B$N2rA|EY$,=P$;$^$7$?!#(B
v(^ ^)


$BB.$$(B PC $B$G$O$"$j$^$;$s$,!"(B
$B0B2A(B, $B>JEENO(B, $B>J%9%Z!<%9$J(B FreeBSD Client $B$,$G$-$^$7$?!#(B

/etc/X11/xorg.conf $B$O0J2<$NDL$j$G$9!#(B
# X -configure $B$[$H$s$I!"$=$N$^$^!#(B
----------------------------------------
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        ModulePath   "/usr/X11R6/lib/modules"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "glx"
        Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "A2"                        # [<bool>]
        #Option     "NoAccel"                   # [<bool>]
        #Option     "HWCursor"                  # [<bool>]
        #Option     "SWCursor"                  # [<bool>]
        #Option     "ShadowFB"                  # [<bool>]
        #Option     "Rotate"                    # [<str>]
        #Option     "UseBIOS"                   # [<bool>]
        #Option     "VideoRAM"                  # <i>
        #Option     "ActiveDevice"              # [<str>]
        #Option     "LCDDualEdge"               # [<bool>]
        #Option     "BusWidth"                  # [<str>]
        #Option     "Center"                    # [<bool>]
        #Option     "PanelSize"                 # [<str>]
        #Option     "TVDotCrawl"                # [<bool>]
        #Option     "TVType"                    # [<str>]
        #Option     "TVOutput"                  # [<str>]
        #Option     "TVVScan"                   # [<str>]
        #Option     "TVHScale"                  # [<str>]
        #Option     "TVEncoder"                 # [<str>]
        #Option     "Refresh"                   # <i>
        #Option     "DisableVQ"                 # [<bool>]
        #Option     "NoDDCValue"                # [<bool>]
        #Option     "Cap0Deinterlace"           # [<str>]
        #Option     "Cap1Deinterlace"           # [<str>]
        #Option     "Cap0FieldSwap"             # [<bool>]
        #Option     "DRIXINERAMA"               # [<bool>]
        Identifier  "Card0"
        Driver      "via"
        VendorName  "Unknown Vendor"
        BoardName   "Unknown Board"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24

        SubSection "Display"
                Viewport   0 0
                Modes     "1280x1024"
                Depth     24
        EndSubSection
EndSection
----------------------------------------

by tyuu.
