no login interface for gnome.

Hi All:

My FreeBSD unit enters into gnome with gdm. But no any login available and just a very small white figure on the black screen. The figure can be moved by mouse. But that's all. System stalled there.

Following is the log file:

Code:
Jan 30 15:42:29 atom gdm-binary[4419]: WARNING: GdmDisplay: display lasted 0.712090 seconds
Jan 30 15:42:29 atom gdm-binary[4419]: WARNING: GdmDisplay: display lasted 0.127594 seconds
Jan 30 15:42:30 atom gdm-binary[4419]: WARNING: GdmDisplay: display lasted 0.130740 seconds
Jan 30 15:42:30 atom gdm-binary[4419]: WARNING: GdmDisplay: display lasted 0.143345 seconds
Jan 30 15:42:30 atom gdm-binary[4419]: WARNING: GdmDisplay: display lasted 0.127940 seconds
Jan 30 15:42:30 atom gdm-binary[4419]: WARNING: GdmDisplay: display lasted 0.135357 seconds
Jan 30 15:42:30 atom gdm-binary[4419]: WARNING: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
Jan 30 15:42:53 atom kernel: drm0: <Intel i945G> on vgapci0
Jan 30 15:42:53 atom kernel: info: [drm] AGP at 0x80000000 256MB
Jan 30 15:42:53 atom kernel: info: [drm] Initialized i915 1.5.0 20060119
Jan 30 15:42:53 atom kernel: error: [drm:pid4470:i915_getparam] *ERROR* i915_getparam called with no initialization
Jan 30 15:42:54 atom kernel: drm0: [ITHREAD]
Jan 30 15:42:56 atom console-kit-daemon[855]: GLib-CRITICAL: g_hash_table_lookup: assertion `hash_table != NULL' failed
Jan 30 15:42:56 atom console-kit-daemon[855]: GLib-CRITICAL: g_hash_table_destroy: assertion `hash_table != NULL' failed
Jan 30 15:43:08 atom gnome-session[4500]: WARNING: Application 'gnome-settings-daemon.desktop' failed to register before timeout
Jan 30 15:43:08 atom gnome-session[4500]: WARNING: Application 'gnome-power-manager.desktop' failed to register before timeout
Jan 30 15:43:18 atom gnome-session[4500]: WARNING: Application 'metacity.desktop' failed to register before timeout
Jan 30 15:43:45 atom gdm-simple-greeter[4509]: WARNING: Could not ask power manager if user can suspend: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
 
Exact same issue here.

If I run gnome programs manually, like in fluxbox, they still don't work. nautilus --disable-sound --sm-disable does nothing - top says nautilus is running, but nothing ever shows up on the screen.

Matthew

If this shows any obvious solution, here are some programs that never manage to run, for me anyway:
thunar
nautilus
metacity
gconf-editor
gthumb
gnome-dictionary
gnome-about-me

And here are some other gnome programs that do run:
gedit eog gcalctool epiphany gnome-panel cheese
 
I don't know for sure if this is the same issue xwwu has, but here is some more info on my problems. I compiled metacity with debuging symbols (-g) and now it says the following:

Code:
Window manager warning: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

Exactly the same error with gthumb with debugging symbols.

When compiling with -g, some programs seem to work, but they give error messages. gnome-dictionary gives the following:

Code:
(gnome-dictionary:83759): GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed.
 
Back
Top