From owner-freebsd-arch@FreeBSD.ORG Sat Dec 10 15:51:54 2005 Return-Path: X-Original-To: freebsd-arch@freebsd.org Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EEE16A41F for ; Sat, 10 Dec 2005 15:51:54 +0000 (GMT) (envelope-from m@MHoerich.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.21]) by mx1.FreeBSD.org (Postfix) with SMTP id 21F1F43D60 for ; Sat, 10 Dec 2005 15:51:53 +0000 (GMT) (envelope-from m@MHoerich.de) Received: (qmail invoked by alias); 10 Dec 2005 15:51:52 -0000 Received: from p548B535D.dip.t-dialin.net (EHLO localhost) [84.139.83.93] by mail.gmx.net (mp033) with SMTP; 10 Dec 2005 16:51:52 +0100 X-Authenticated: #5114400 Date: Sat, 10 Dec 2005 16:51:51 +0100 From: Mario Hoerich To: arnuld Message-ID: <20051210155151.GA64587@Pandora.MHoerich.de> Mail-Followup-To: questions@FreeBSD.org References: <449a85a0512100428v4b303389vfe6af05c6c5cf6bb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <449a85a0512100428v4b303389vfe6af05c6c5cf6bb@mail.gmail.com> User-Agent: Mutt/1.4.2.1i X-Y-GMX-Trusted: 0 Cc: freebsd-arch@freebsd.org Subject: Re: FreeBSD5.4 - GUI fails X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2005 15:51:55 -0000 # arnuld: [ xorg configuration ] > configure it. it works and shows a yellowish desktop with > an X and X moves as i move my cursor. twm, an ancient windowmanager used as fallback. > vii.) I tried another thing ( to use GNOME directly)as explained in > 'chapter 5" of FreeBSD handbook. i create ".xsession" file rather than > ".xinitc" (as freeBSD uses xdm). I put a line "/usr/X11R6/bin/gnome-session" > into it. > > then i enter into shell the following command > > # % echo "#!/bin/sh" > ~/.xsession" Which truncates .xsession and writes an (unnecessary) shebang inside. AFAICT it should be enough to (re)replace '#!/bin/sh' with above "gnome-session"-line. For the future: -arch is a list for FreeBSD-developers to design and discuss new features of FreeBSD. Posting here is pretty much off limits for mere mortals like you and me. ;) The right list for support questions is . HTH, Mario