c8fb
![]() |
|
|
|
|
|||||||
| GNOME The GNOME desktop environment |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hi everyone, my question is: once i install freeBSD 7.2 in my thinpad t42p, i select all the packages including gnome (all of them) when try to modified this file with vi (/etc/rc.conf
there are not "gnome_enable="YES" i need to write this line or what?. there only lines like Code:
if_config_em0="DHCP" ipv6+enable="yes" keymap="us.iso" linux_enable="YES" moused_enable="YES" saver="daemon" Daemon Brock from Tijuana B.C. Mexico, excuse me for the english i am learning(amateur). Last edited by DutchDaemon; September 7th, 2009 at 00:10. |
|
#2
|
|||
|
|||
|
You need to add that line yourself. Check http://www.freebsd.org/gnome/docs/faq2.html#full-gnome (as well as other entries in that FAQ if you have questions).
BTW, your rc.conf contents look strange, hope you typed that by hand, not copied what's actually in rc.conf :-D |
|
#3
|
||||
|
||||
|
Yes, you need to add gnome_enable="YES" to /etc/rc.conf yourself
Read the manual http://www.freebsd.org/doc/en_US.ISO...ok/x11-wm.html P.S. Manual is also available translated in other languages
|
|
#4
|
||||
|
||||
|
Besides the line:
Code:
gnome_enable="YES" Code:
dbus_enable="YES" hald_enable="YES" ![]() I would edit such rc.conf to this: Code:
if_config_em0="DHCP" hostname="yourhostname.yourdomainname" #linux_enable="YES" gnome_enable="YES" dbus_enable="YES" hald_enable="YES" |
|
#5
|
||||
|
||||
|
gnome_enable is a shorthand that automatically starts hald and dbus. You need one (gnome_enable) or the other (hald_enable + dbus_enable); not both.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A few problems with gnome 2.26 | Beju | GNOME | 4 | August 22nd, 2009 16:16 |
| problems, how modified a file? | daemon_brock | GNOME | 3 | August 18th, 2009 08:09 |
| [Solved] IMAP inetd.conf file help.. | otisranson | Web & Network Services | 10 | August 6th, 2009 15:22 |
| Apache conf file for very heavy load servers... | stoynev | Web & Network Services | 5 | February 16th, 2009 09:49 |
| What different tuning from kernel, sysctl.conf, rc.conf and loader.conf? | darkstar | General | 3 | November 24th, 2008 11:48 |