I am currently running gnome via
and then
And this is working fine.
But if I try the following in /etc/rc.conf:
or
All I get is a white square in the middle of my monitor. The mouse and keyboard is unresponsive.
I followed the gnome FAQ and as I said above, gnome works fine when using startx. just not using rc.conf.
Any ideas? Thank you
----------------------
My rc.conf is currently setup so that gnome runs from startx. But when testing, I uncomment/comment the relevant lines (i.e. avahi_daemon_enable and etc)
$ echo "/usr/local/bin/gnome-session" > ~/.xinitrc
and then
$ startx
And this is working fine.
But if I try the following in /etc/rc.conf:
Code:
gnome_enable=YES"
Code:
gdm_enable="YES"
hald_enable="YES"
dbus_enable="YES"
avahi_daemon_enable="YES"
avahi_dnsconfd_enable="YES"
All I get is a white square in the middle of my monitor. The mouse and keyboard is unresponsive.
I followed the gnome FAQ and as I said above, gnome works fine when using startx. just not using rc.conf.
Any ideas? Thank you
----------------------
Code:
osaka# uname -a
FreeBSD osaka.azumanga.daioh 9.0-STABLE FreeBSD 9.0-STABLE #1: Fri Mar 16 20:05:54 CST 2012 root@osaka.azumanga.daioh:/usr/obj/usr/src/sys/osaka amd64
osaka#
Code:
defaultrouter=""
hostname="osaka.azumanga.daioh"
ifconfig_em0="up"
ifconfig_em1="up"
ifconfig_em2="up"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto lacp laggport em0 laggport em1 laggport em2 192.168.2.
13/24"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
dpsumpdev="NO"
#avahi_daemon_enable="YES"
avahi_dnsconfd_enable="YES"
dbus_enable="YES"
fusefs_enable="YES"
#gdm_enable="YES"
#gnome_enable="YES"
hald_enable="YES"
ntpd_enable="YES"
ntpdate_enable="YES"
sshd_enable="YES"
My rc.conf is currently setup so that gnome runs from startx. But when testing, I uncomment/comment the relevant lines (i.e. avahi_daemon_enable and etc)