Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Dec 2005 16:51:51 +0100
From:      Mario Hoerich <lists@MHoerich.de>
To:        arnuld <arnuld.fraser@gmail.com>
Cc:        freebsd-arch@freebsd.org
Subject:   Re: FreeBSD5.4 - GUI fails
Message-ID:  <20051210155151.GA64587@Pandora.MHoerich.de>
In-Reply-To: <449a85a0512100428v4b303389vfe6af05c6c5cf6bb@mail.gmail.com>
References:  <449a85a0512100428v4b303389vfe6af05c6c5cf6bb@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
# 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 <freebsd-questions@freebsd.org>.

HTH,
Mario



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051210155151.GA64587>