From owner-freebsd-x11@FreeBSD.ORG Sun Aug 17 09:17:25 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA9F5F65; Sun, 17 Aug 2014 09:17:25 +0000 (UTC) Received: from frodar.lysandor.de (frodar.lysandor.de [188.40.33.173]) by mx1.freebsd.org (Postfix) with ESMTP id 62A6C2CA6; Sun, 17 Aug 2014 09:17:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by frodar.lysandor.de (Postfix) with ESMTP id E44DE22693; Sun, 17 Aug 2014 11:08:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at frodar.lysandor.de Received: from frodar.lysandor.de ([127.0.0.1]) by localhost (frodar.lysandor.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VLPvoAonZmDP; Sun, 17 Aug 2014 11:08:23 +0200 (CEST) Received: from mail.lysandor.de (localhost [127.0.0.1]) (Authenticated sender: flo@snakeoilproductions.net) by frodar.lysandor.de (Postfix) with ESMTPA id 4BD9F22640; Sun, 17 Aug 2014 11:08:23 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 17 Aug 2014 11:08:23 +0200 From: flo@snakeoilproductions.net To: "William A. Mahaffey III" Subject: Re: Putting my new FreeBSD 9.3 desktop online .... In-Reply-To: <53EE2CF3.8030700@hiwaay.net> References: <53EBE6D6.8090501@hiwaay.net> <20140814072430.5e39c3bc.freebsd@edvax.de> <53ED2189.6020408@hiwaay.net> <53EE14FA.8060601@hiwaay.net> <53EE2CF3.8030700@hiwaay.net> Message-ID: X-Sender: flo@snakeoilproductions.net User-Agent: Roundcube Webmail/1.0-rc Cc: FreeBSD X11 mailing list , FreeBSD Questions !!!! , owner-freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 09:17:25 -0000 Greetings, On 2014-08-15 17:53, William A. Mahaffey III wrote: > Xdm uses .xinitrc to start a "something" right? Please show your > .xinitrc > I guess you're trying to use xfce, have you verified that all > required > packages are installed ( xfce, xorg-server, xf86-video*, > xf86-input*? > What graphics hw are you using? Which xorg-stack ( new /old)? > Are you using a xorg.conf or using default on-the-fly-config? > Best regards > Andreas > > OK, here goes, see attached. Whenever I startx from the command line > after a console login, XFCE starts up & operates AOK, so I would > guess > the install is OK. Gfx hw is a jaguar kabini CPU, w/ GPU on die w/ > CPU. > gfx is too new for X.org support, so I am using the vesa driver. > .xinitrc: exec /usr/local/bin/startxfce4 Maybe I'm missing the point here entirely, but xdm uses $HOME/.xsession. A missing .xsession has quite the same symptoms, and since XFCE works fine after startx, which indeed uses $HOME/.xinitrc, you might try % echo 'exec /usr/local/bin/startxfce4' >$HOME/.xsession and then restart xdm. Sincerely, florian