From owner-FreeBSD-users-jp@jp.FreeBSD.org Mon Jan 16 09:56:27 2012
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id q0G0uRK88203;
	Mon, 16 Jan 2012 09:56:27 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from msag503.nifty.com (msag503.nifty.com [202.248.238.124])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id q0G0uRR88198
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Mon, 16 Jan 2012 09:56:27 +0900 (JST)
	(envelope-from ugg06006@nifty.com)
Received: from [192.168.1.2] (p3184-ipngn802hodogaya.kanagawa.ocn.ne.jp [114.158.50.184]) (authenticated)
	by msag503.nifty.com with ESMTP id q0G0uNSA032524
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Mon, 16 Jan 2012 09:56:23 +0900
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com;
	s=mar2011msa; t=1326675383;
	bh=joa4gbSfVWoyBaMZsQGmWT/hEvZEIBaQ+Pz1nTFKQAI=;
	h=Subject:From:To:Content-Type:Date:Message-ID:Mime-Version:
	 Content-Transfer-Encoding;
	b=svw8ifh3cdymt2VO7NGaUEZa04Fsy9zLjhx9UYE5xqxL0n9MlX0B187WKGUCaAviU
	 xB2A4i7jU7qPvbCC6A733BPmtRJtWnBqpYU0WGxJ3c9Di2wpiyrn+NZHPxzjWK5tym
	 sboC/rgLJ9HHHWeOuROzaUYa8pEoz6hfLFHeXkP8=
X-Nifty-SrcIP: [114.158.50.184]
From: Naoya Masuyama <ugg06006@nifty.com>
To: FreeBSD-users-jp@jp.FreeBSD.org
Content-Type: text/plain; charset="UTF-8"
Message-ID: <1326675370.3347.5.camel@marine>
Mime-Version: 1.0
X-Mailer: Evolution 2.30.3 
Content-Transfer-Encoding: 8bit
Reply-To: FreeBSD-users-jp@jp.FreeBSD.org
Precedence: list
Date: Mon, 16 Jan 2012 09:56:10 +0900
X-Sequence: FreeBSD-users-jp 93724
Subject: [FreeBSD-users-jp 93724] FreeBSD 8.2(98) X
 =?ISO-2022-JP?B?GyRCJCxOKSRBPmUkLCRpJEokJCEiJD0kTiVvJTEbKEI=?=
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: ugg06006@nifty.com
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

Masuyama です。以前にも一度、質問させて頂いたかもしれませんが、Xorgで挑
戦してみました。宜しかったら、レスポンスを頂けると、幸いです。よろしくお
願いします。

# X -configure

xorg.config.new の内容

Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	Screen      1  "Screen1" RightOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	ModulePath   "/usr/local/lib/xorg/modules"
	FontPath     "/usr/local/lib/X11/fonts/misc/"
	FontPath     "/usr/local/lib/X11/fonts/TTF/"
	FontPath     "/usr/local/lib/X11/fonts/OTF"
	FontPath     "/usr/local/lib/X11/fonts/Type1/"
	FontPath     "/usr/local/lib/X11/fonts/100dpi/"
	FontPath     "/usr/local/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
	Load  "extmod"
	Load  "record"
	Load  "dbe"
	Load  "glx"
	Load  "dri"
	Load  "dri2"
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 6 7"
EndSection

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

Section "Monitor"
	Identifier   "Monitor1"
	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     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card0"
	Driver      "vesa"
	VendorName  "Trident Microsystems"
	BoardName   "TGUI 9660/938x/968x"
	BusID       "PCI:0:8:0"
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     "ShadowFB"           	# [<bool>]
        #Option     "DefaultRefresh"     	# [<bool>]
        #Option     "ModeSetClearScreen" 	# [<bool>]
	Identifier  "Card1"
	Driver      "vesa"
	VendorName  "S3 Inc."
	BoardName   "86C410 Savage 2000"
	BusID       "PCI:0:12:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "Screen"
	Identifier "Screen1"
	Device     "Card1"
	Monitor    "Monitor1"
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

ｰｰｰｰ

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.2-RELEASE pc98 
Current Operating System: FreeBSD chacha 8.2-RELEASE FreeBSD 8.2-RELEASE
#0: Fri Feb 18 05:25:24 UTC 2011
root@asuna:/usr/obj/pc98/usr/src/sys/GENERIC pc98
Build Date: 15 January 2012  10:45:10PM
 
Current version of pixman: 0.24.0
	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jan 16 08:20:40 2012
(++) Using config file: "/root/xorg.conf.new"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional
information.

ーーーー

できましたら、コメント等、頂けたらと、思います。よろしくお願いします。


