森田です。

> 9.0-CURRENT GF8400GS nvidia-driver windowmakerで安定して動いています。

うらやましいです。

> まずは3D関係をうたがってみて
> twm にしてみるとか あえて xf86-video-nouveau をつかってみるとかどうでしょうか。

twm でもシステムフリーズしちゃいます (; ;)
応答なくなる時は twm も gnome も compiz も同じで
画面表示はそのままで、「ピタっ」と止まります。

Ctrl + Alt + F1 なども効かず、
ping 応答もなくなっているので、即死だと判断してます。

xf86-video-nouveau はまだ試していないので try してみます。
今週は計画停電に苦しめられる予定なので、報告は来週くらいになるかもです。


そういえば xorg.conf を晒してませんでした。
どなたか追加の情報あればと思い、記載しておきます。

/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
--

メールによる返信