From owner-freebsd-gnome@FreeBSD.ORG Wed Jan 8 04:09:40 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9507550F for ; Wed, 8 Jan 2014 04:09:40 +0000 (UTC) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 36A5B1739 for ; Wed, 8 Jan 2014 04:09:39 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id s0849WkM079801 for ; Tue, 7 Jan 2014 20:09:33 -0800 (PST) (envelope-from yuri@rawbw.com) Message-ID: <52CCCF7C.1020703@rawbw.com> Date: Tue, 07 Jan 2014 20:09:32 -0800 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: gnome@freebsd.org Subject: Automatic gdm login leaves Xorg in hung state on 11 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2014 04:09:40 -0000 gdm+gnome with automatic login enabled leave black screen with "wait" cursor. (Without automatic login they work fine) I tried this only on 11, so not sure if this is 11-specific. Auto-login was enabled in custom.conf: [daemon] AutomaticLoginEnable = true AutomaticLogin = acct_name Yuri