From owner-freebsd-current@FreeBSD.ORG Thu Oct 27 02:51:37 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFADA106564A; Thu, 27 Oct 2011 02:51:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 374D18FC13; Thu, 27 Oct 2011 02:51:36 +0000 (UTC) Received: by vws11 with SMTP id 11so3089089vws.13 for ; Wed, 26 Oct 2011 19:51:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=2Y13/4sJM551POC800SxeCYv3q2sMGhQ2oE6bYj9DbI=; b=hX+igjf+3PZ9G60V06kviQnbNYPeVKf97Gv+xOCQPHhvgMewNgKCxDFh/Dksi9xJsk 6swB1sJjUWtB6/qxeMv1i1sdL+8InQWJbKHhjWijxz9me28zlt4XGwiA4k1yzcExBAYn fWl7zFaQDr+7iKfoXuwiv4duXJQsRN6hxneNw= MIME-Version: 1.0 Received: by 10.52.37.167 with SMTP id z7mr470656vdj.112.1319683896460; Wed, 26 Oct 2011 19:51:36 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.176.1 with HTTP; Wed, 26 Oct 2011 19:51:36 -0700 (PDT) In-Reply-To: References: <201110270133.44259.avilla@freebsd.org> Date: Thu, 27 Oct 2011 10:51:36 +0800 X-Google-Sender-Auth: xPASo_RY5UgM89PJJK1knKECvvc Message-ID: From: Adrian Chadd To: Mehmet Erol Sanliturk Content-Type: text/plain; charset=ISO-8859-1 Cc: Alberto Villa , freebsd-current@freebsd.org, kde@freebsd.org Subject: Re: FreeBSD 9.0 amd64 RC1 and KDE4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2011 02:51:37 -0000 You could try something like: script startx Then exit X when it's done, and the script command should've put the output into a text file for you. adrian