From owner-freebsd-stable@FreeBSD.ORG Mon Aug 1 08:26:10 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC5F216A41F for ; Mon, 1 Aug 2005 08:26:10 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from linda-5.paradise.net.nz (bm-5a.paradise.net.nz [202.0.58.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8BF743D46 for ; Mon, 1 Aug 2005 08:26:09 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-1.paradise.net.nz (smtp-1b.paradise.net.nz [202.0.32.210]) by linda-5.paradise.net.nz (Paradise.net.nz) with ESMTP id <0IKJ00FULBFKL5@linda-5.paradise.net.nz> for freebsd-stable@freebsd.org; Mon, 01 Aug 2005 20:26:08 +1200 (NZST) Received: from [192.168.1.11] (218-101-14-73.paradise.net.nz [218.101.14.73]) by smtp-1.paradise.net.nz (Postfix) with ESMTP id 5E35D82AE0 for ; Mon, 01 Aug 2005 20:26:08 +1200 (NZST) Date: Mon, 01 Aug 2005 20:26:05 +1200 From: Mark Kirkwood In-reply-to: <42EDD774.4090306@tigergroup.org> Cc: freebsd-stable@freebsd.org Message-id: <42EDDC9D.7010705@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050726) References: <42EDD774.4090306@tigergroup.org> Subject: Re: x for users slow X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2005 08:26:10 -0000 Eriq wrote: >I notice that it takes a user about a minute after > 'startx' to get into X. Yes I know, but I still like the colors :) > anyway this doesn't happen when I logon as root and start X. Blackbox is > the WM hope this helps. hmmm *not* slow as root suggests permissions - maybe on font directories? Check out the Xorg log in /var/log. I used to see the 1 minute startup with previous versions of FreeBSD - mainly with 'kdm' startup, and running : (root) # fc-cache -f would fix it (however in that case root too would be slow, but maybe worth a try). Cheers Mark