From owner-freebsd-questions@FreeBSD.ORG Tue Jan 17 15:58:24 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6D5F2106566B for ; Tue, 17 Jan 2012 15:58:24 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 40CA58FC15 for ; Tue, 17 Jan 2012 15:58:23 +0000 (UTC) Received: by iagz16 with SMTP id z16so8262911iag.13 for ; Tue, 17 Jan 2012 07:58:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.161.135 with SMTP id xs7mr15345934igb.15.1326815902803; Tue, 17 Jan 2012 07:58:22 -0800 (PST) Sender: aimass@yabarana.com Received: by 10.231.77.5 with HTTP; Tue, 17 Jan 2012 07:58:22 -0800 (PST) In-Reply-To: References: Date: Tue, 17 Jan 2012 10:58:22 -0500 X-Google-Sender-Auth: 59LRfTnW6e_S_bPvJb3O4wx6Um4 Message-ID: From: Alejandro Imass To: David Walker Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Using Gnome ... 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: Tue, 17 Jan 2012 15:58:24 -0000 On Tue, Jan 17, 2012 at 10:17 AM, David Walker wrote: > A colleague and I were talking about operating systems and I said, hey [...] > If I reboot I get a message to the console that gdm is starting but it > goes to a console login. > Sounds like a video problem. It usually works right away but it seems that the video mode and or video driver are not being able to start the X server and then GDM which will eventually load Gnome when you pass the credentials screen. The GDM start script is in /usr/local/etc/rc.d/gdm You can try: /usr/local/etc/rc.d/gdm restart and see. > Is there anything else I need to do? > Absolutely. Get an idea of your hardware by using pciconf -l or -lv to get the details on your hw Also make sure you have HAL, etc, Take a look at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html And make sure you have followed all steps. Look at the logs (/var/log ) and see if you can spot the specific error message so we can be of more help here... Best, -- Alejandro Imass