From owner-freebsd-x11@FreeBSD.ORG Mon May 21 15:00:18 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE50716A41F for ; Mon, 21 May 2007 15:00:18 +0000 (UTC) (envelope-from davidkallie@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.234]) by mx1.freebsd.org (Postfix) with ESMTP id 8821613C4D0 for ; Mon, 21 May 2007 15:00:18 +0000 (UTC) (envelope-from davidkallie@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so1292333wra for ; Mon, 21 May 2007 08:00:16 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=HoF2StjjA7TX6x+0LgN39cz4rl0zqc3Nr3Ci/blNYfXiYQw1/YMb87iz0ELTMT66Q1T4+eOcZcWV2O03k/y5PQ1S99sSa37lXJXR9Efxy1HN4QyDcU1TqhD44Hhh6ugIQitAJulqQVuvJ/tgxU97Cbyo7eiUUof28ajUqBibWIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=at5/Cj4xj7P4mtXmzTaK16NoglY0v5lhhgCuZbT+G3Gs51dO2/kpxbbxGwcf/gjTMpCX7ntFiKMoHI3C5hi9O55Duis8V7v1+nxrFKJCNCpw5bI2g5/Jm3hg2NCiw+sDFF/NpN5UQ2crcLIkRHnzEH6G3F2aiQTYCG9DCCvNJZc= Received: by 10.90.66.9 with SMTP id o9mr3566415aga.1179759616225; Mon, 21 May 2007 08:00:16 -0700 (PDT) Received: by 10.90.98.14 with HTTP; Mon, 21 May 2007 08:00:16 -0700 (PDT) Message-ID: <7b0c7ad70705210800r1abe84a3y192cd830cf486b3d@mail.gmail.com> Date: Mon, 21 May 2007 09:00:16 -0600 From: "David Kalliecharan" To: "Dave Grochowski" In-Reply-To: <4650D8B5.1070309@students.rowan.edu> MIME-Version: 1.0 References: <4650871A.7050800@FreeBSD.org> <7775961.91179684852976.JavaMail.zimbra@s.gid0.org> <20070520181801.GB14953@xor.obsecurity.org> <11167f520705201256g5b8fb11au72795dc5e0119560@mail.gmail.com> <4650D8B5.1070309@students.rowan.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-x11@freebsd.org Subject: Re: New installation of xorg 7.2 from ports X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 15:00:19 -0000 Hey all, So i tired a clean install with Xorg 7.2 on a clean install of freebsd and I didn't know about the update from 6.9 to 7.2. I would like a system up ad running because I need this computer for school. I also tried installing the port xorg that is now 7.2 and it failed. I used pkg_add -r xorg and it installed but gdm will not run from the gnome2 port it looked for /usr/X11R6/bin/xdm, I see the fix xorg-libraries.diff but i don't know what to do with it, do i put it in certian folder then install from ports? Any help would be great As I just got kernel upgrade working but this update of xorg set me back by a couple of days and i need this up to do some work on school. On 5/20/07, Dave Grochowski wrote: > > Hey, > > Sam Fourman Jr. wrote: > > If I was to install a clean system using the i386 May 6.2-STABLE and > > then did a portsnap would xorg-7.2 build? has beryl been merged yet? > > does anyone know? > > > > Sam Fourman Jr. > > > > On 5/20/07, Kris Kennaway wrote: > >> On Sun, May 20, 2007 at 08:14:12PM +0200, Olivier wrote: > >> > > >> > ----- "Florent Thoumie" wrote: > >> > > > >> > > A fix should be committed to BSD.usr.dist to create the symlink, > but > >> > > this won't solve the problem until people upgrade world. > >> > > >> > But why should a "clean" system have a /usr/X11R6 at all ? > >> > >> Because the directory is still created by default on clean > >> installations. Some catch-up in src is needed; in the meantime just > >> help it out by removing that directory and symlinking yourself. > >> > >> Kris > >> _______________________________________________ > >> freebsd-x11@freebsd.org mailing list > >> http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > >> To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > >> > > _______________________________________________ > > freebsd-x11@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > > > Try x11-wm/beryl. Also, if you use Gnome, you can run x11-wm/heliodor if > you prefer the metacity themes. I don't think there is an aquamarine > port yet for the KDE users, though that should be easy to accommodate for. > > Sincerely, > Dave Grochowski > _______________________________________________ > freebsd-x11@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe@freebsd.org" > -- Dave