From owner-FreeBSD-users-jp@jp.FreeBSD.org Sun Mar 27 06:28:31 2011
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id p2QLSVl59865;
	Sun, 27 Mar 2011 06:28:31 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from mail.tyuu.com (www5363u.sakura.ne.jp [59.106.181.157])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id p2QLSVf59860
	for <FreeBSD-users-jp@jp.FreeBSD.org>; Sun, 27 Mar 2011 06:28:31 +0900 (JST)
	(envelope-from tyuu@tyuu.com)
Received: from localhost (p4073-ipbf3202marunouchi.tokyo.ocn.ne.jp [122.29.67.73])
	by mail.tyuu.com (Postfix) with ESMTP id 333E129E27C;
	Sun, 27 Mar 2011 06:28:19 +0900 (JST)
Message-Id: <20110327.062900.884391683778766697.tyuu@tyuu.com>
To: FreeBSD-users-jp@jp.FreeBSD.org, hide@koie.org
From: Hiroshi Morita <tyuu@tyuu.com>
In-Reply-To: <20110326.233950.191349687941619187.hide@koie.org>
References: <20110326.195658.1530368610890003843.tyuu@tyuu.com>
	<20110326.233950.191349687941619187.hide@koie.org>
X-Mailer: Mew version 6.3 on Emacs 23.2 / Mule 6.0 (HANACHIRUSATO)
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 2011 06:29:00 +0900
X-Sequence: FreeBSD-users-jp 93406
Subject: [FreeBSD-users-jp 93406] Re: Xorg hang up
Sender: owner-FreeBSD-users-jp@jp.FreeBSD.org
X-Originator: tyuu@tyuu.com
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+060209

$B?9ED$G$9!#(B

> 9.0-CURRENT GF8400GS nvidia-driver windowmaker$B$G0BDj$7$FF0$$$F$$$^$9!#(B

$B$&$i$d$^$7$$$G$9!#(B

> $B$^$:$O(B3D$B4X78$r$&$?$,$C$F$_$F(B
> twm $B$K$7$F$_$k$H$+(B $B$"$($F(B xf86-video-nouveau $B$r$D$+$C$F$_$k$H$+$I$&$G$7$g$&$+!#(B

twm $B$G$b%7%9%F%`%U%j!<%:$7$A$c$$$^$9(B (; ;)
$B1~Ez$J$/$J$k;~$O(B twm $B$b(B gnome $B$b(B compiz $B$bF1$8$G(B
$B2hLLI=<($O$=$N$^$^$G!"!V%T%?$C!W$H;_$^$j$^$9!#(B

Ctrl + Alt + F1 $B$J$I$b8z$+$:!"(B
ping $B1~Ez$b$J$/$J$C$F$$$k$N$G!"B(;`$@$HH=CG$7$F$^$9!#(B

xf86-video-nouveau $B$O$^$@;n$7$F$$$J$$$N$G(B try $B$7$F$_$^$9!#(B
$B:#=5$O7W2hDdEE$K6l$7$a$i$l$kM=Dj$J$N$G!"Js9p$OMh=5$/$i$$$K$J$k$+$b$G$9!#(B


$B$=$&$$$($P(B xorg.conf $B$r;/$7$F$^$;$s$G$7$?!#(B
$B$I$J$?$+DI2C$N>pJs$"$l$P$H;W$$!"5-:\$7$F$*$-$^$9!#(B

/etc/X11/xorg.conf
--
Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    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/"
    FontPath        "/usr/local/lib/X11/fonts/Droid/"
EndSection

Section "Module"
    Load           "extmod"
    Load           "dbe"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
    Load           "dri2"
    Load           "record"
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     "AOU"
    ModelName      "Monitor Model"
    HorizSync       30.0 - 80.0
    VertRefresh     55.0 - 75.0
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
    VendorName     "nVidia Corporation"
    BoardName      "G92 [GeForce GTS 250]"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "True"
    Option         "MetaModes" "nvidia-auto-select, nvidia-auto-select"
    Option         "AddARGBGLXVisuals" "True"
    SubSection     "Display"
        Viewport    0 0
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
EndSection
--

