gdm and bus problem

Salamo Alikom
when i type gdm i get this error :
Code:
couldn't connect to system bus: Failed to connect to socket /var/run/dbus/system_bus_socket:
No such file or directory .
startx msg error :
Code:
waiting for X server to shut down FreeFontPath: FPE /usr/local
/lib/X11/fonts/misc/ refcount is 2, should be 1; fixing.
 
The first one is because you are missing these in /etc/rc.conf:
Code:
hald_enable="YES"
dbus_ebable="YES"

The second you can ignore, it's a warning and it's not important.
 
this fix the problem but i can't get my GUI because gdm restart it self .
log files has been attached .
 

Attachments

  • X.tar.gz
    10.3 KB · Views: 236
See if you can start gnome using startx as a regular user. The problem doesn't look like it's Xorg related. Everything looks fine in the logs.
 
Salamo Alikom
new logs has been appear , i think the problem is resolution .
 

Attachments

  • GDM.tar.gz
    93.9 KB · Views: 401
Back
Top