Thread: Xorg problem
View Single Post
  #8   (View Single Post)  
Old 8th April 2012
marconi marconi is offline
Port Guard
 
Join Date: Mar 2012
Posts: 10
Default

Quote:
I remember I had once an isssue like this so I dropped using startx script and just did :
xinit /usr/local/bin/gnome-session
it worked fine ..
Same problem with this command.

Quote:
I think this is dependent on the dbus and avahi daemons. Are they started in /etc/rc.conf.local?
I forget this time to add in rc.conf.local, this solve the problem with the mouse.
Code:
xdm_flags=NO
gnome_enable=YES
After adding this I get a login screen and after that xorg.
Code:
ntpd_flags="-s"         # enabled during install
xdm_flags=              # enabled during install
lpd_flags=""            # Start print daemon
pkg_scripts="dbus_daemon avahi_daemon mpd"
Reply With Quote