From owner-freebsd-questions@FreeBSD.ORG Wed Jan 6 05:25:37 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D33691065670 for ; Wed, 6 Jan 2010 05:25:37 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 8D3D88FC13 for ; Wed, 6 Jan 2010 05:25:37 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o065Pa4P012511; Tue, 5 Jan 2010 22:25:36 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o065PaEb012508; Tue, 5 Jan 2010 22:25:36 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Tue, 5 Jan 2010 22:25:36 -0700 (MST) From: Warren Block To: Ed Lerner In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.3 (wonkity.com [127.0.0.1]); Tue, 05 Jan 2010 22:25:36 -0700 (MST) Cc: questions@freebsd.org Subject: Re: Installing FreeBSD 8 on an HP Pavilion TX2510US X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 05:25:37 -0000 On Tue, 5 Jan 2010, Ed Lerner wrote: > Hello, > > I have been wanting to put FreeBSD on my laptop for some time now. I backed > up all of my files to a separate HD. I burned 8.0-RELEASE-i386-dvd1.iso to a > DVD and installed it on my laptop, removing all partitions so FreeBSD is my > sole OS. I also used the FreeBSD boot manager. I have attempted a number of > different settings variations and installations. My problem is that FreeBSD > seems to install properly, yet I cannot get to a GUI. I have added all ports > and specifically checked the GNOME packages. When I attempt to run 'gdm', I > get returned: > > ** (gdm-binary:878): WARNING **: Couldn't connect to system bus: Failed to > connect to socket /var/run/dbus/system_bus_socket: No such file or directory You need to start the GNOME services (including dbus): http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x11-wm.html Short form: add gnome_enable="YES" in /etc/rc.conf and restart. For the future, it's often helpful to identify the notebook you're using. You might find information on specific models here: http://laptop.bsdgroup.de/freebsd/index.html -Warren Block * Rapid City, South Dakota USA