xfce4 serious stack

After startx xfce4 work about 3-4 seconds and after, everything completely stack :OOO
I tried everything. Rebuild of all packages, update of all ports etc.
How to solve that?
 
Just a part of desktop freeze. Is a little difficult to explain it. I cannot resize or move windows. They are like sticky. Right click is working on the half things and the mouse cursor change to the same symbol as when i select a text. Like this "I"
But this happens not immediately. After 2-3 seconds when i will try to open a window.
Will work just perfect for a while and after that he "crashes"
Also the problem first time appears on fluxbox. He could not understant right click. I had menu. Just i could not select nothing.
I remove fluxbox and reinstall it. After i remove it again and i intall xfce4.
same behavior.
So i guess is not problem on fluxbox or xfce4.
I use the latest Nvidia & Xorg and go to GUI with startx.
My release is FreeBSD 8.0-p2 amd64 with custom kernel.
Startx say:
Code:
X.Org X Server 1.7.5
Release Date: 2010-02-16
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 8.0-RELEASE-p2 amd64
Current Operating System: FreeBSD bsdserver.bsd 8.0-RELEASE-p2 FreeBSD 8.0-RELEA
SE-p2 #4: Mon May 10 03:07:06 EEST 2010     [email]root@bsdserver.bsd[/email]:/usr/obj/usr/src/
sys/MYKERNEL amd64
Build Date: 29 July 2010  05:41:34PM

Current version of pixman: 0.16.6
        Before reporting problems, check [url]http://wiki.x.org[/url]
        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: Fri Jul 30 12:30:39 2010
(==) Using config file: "/etc/X11/xorg.conf"
(EE) Jul 30 12:30:39 NVIDIA(0): Failed to initialize the GLX module; please chec
k in your X
(EE) Jul 30 12:30:39 NVIDIA(0):     log file that the GLX module has been loaded
 in your X
(EE) Jul 30 12:30:39 NVIDIA(0):     server, and that the module is the NVIDIA GL
X module.  If
(EE) Jul 30 12:30:39 NVIDIA(0):     you continue to encounter problems, Please t
ry
(EE) Jul 30 12:30:39 NVIDIA(0):     reinstalling the NVIDIA driver.
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: [url]http://bugs.freedesktop.org/show_bug.cgi?id=20500[/url]
/usr/local/bin/startxfce4: X server already running on display :0
xrdb: not found
Agent pid 69223
xfdesktop[69242]: starting up

(xfce4-panel:69244): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allo
cate widget with width -1 and height 25

xfce4-session: Fatal IO error 35 (Resource temporarily unavailable) on X server
:0.0.

xfsettingsd: Fatal IO error 35 (Resource temporarily unavailable) on X server :0
.0.

xfwm4: Fatal IO error 35 (Resource temporarily unavailable) on X server :0.0.

Thunar: Fatal IO error 35 (Resource temporarily unavailable) on X server :0.0.

xfdesktop: Fatal IO error 35 (Resource temporarily unavailable) on X server :0.0
.
xfce4-panel: Fatal IO error 35 (Resource temporarily unavailable) on X server :0
.0.

xfce4-menu-plugin: Fatal IO error 35 (Resource temporarily unavailable) on X ser
ver :0.0.

xfce4-settings-helper: Fatal IO error 35 (Resource temporarily unavailable) on X
server :0.0.
Agent pid 69223 killed
xinit:  connection to X server lost.

waiting for X server to shut down
file "log", 64 lines
 
Code:
(EE) Jul 30 12:30:39 NVIDIA(0): Failed to initialize the GLX module; please check in your X
(EE) Jul 30 12:30:39 NVIDIA(0): log file that the GLX module has been loaded in your X
(EE) Jul 30 12:30:39 NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
(EE) Jul 30 12:30:39 NVIDIA(0): you continue to encounter problems, Please try
(EE) Jul 30 12:30:39 NVIDIA(0): reinstalling the NVIDIA driver.

This doesn't look too good.
 
Code:
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500

^^
 
sk8harddiefast said:
Xorg was one of them?
Re-install the nvidia drivers.

Have a look at /var/log/Xorg.0.log. The GLX module should be loaded and it should be nvidia's:

Code:
(II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
(II) NVIDIA GLX Module  195.36.15  Fri Mar 12 09:19:51 posix/SystemV/PST 2010
(II) Loading extension GLX
 
Back
Top