From owner-freebsd-x11@FreeBSD.ORG Mon May 12 19:02:43 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2B954A8 for ; Mon, 12 May 2014 19:02:43 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5DEBD24C3 for ; Mon, 12 May 2014 19:02:43 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id s7so7636843lbd.22 for ; Mon, 12 May 2014 12:02:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VClA1EWbKMUX8b3Gh+GAo+U8Q3x07BnLp68h9jQLU3k=; b=NW+aKe067mrJuOI1YbUWHez/2V7lT1jBLHKU2sRSzkts3nn6cQYU3h+3azQI8ovrKD /nj58GMXw+tQX/S9rX5N5zUNEn0Ys3u9+3pzncjB0VlEM7BOlj/1gkAAqZFQ3lHYU3ND DJDZ+rKiPWNJ7nqvoUWHd0ZT11Frk7vkcgDNhbafOvzxEQuI0vOaGygleIBl+ocD1YGF rXP24Q4GA/7hhSjT9sJxP53KFUTdxtdE9j53ibKr+vFNNSLg/ncLSDx4ZmKwcTL0PXYt vjzGVBBlj16DYHEeFgiphoMs9e14+6gL5pJF0BeI/zyD1NHZbUVfSgjdD73PlRP92+VQ 2p9Q== MIME-Version: 1.0 X-Received: by 10.152.198.129 with SMTP id jc1mr2360388lac.63.1399921361205; Mon, 12 May 2014 12:02:41 -0700 (PDT) Received: by 10.112.129.164 with HTTP; Mon, 12 May 2014 12:02:41 -0700 (PDT) In-Reply-To: <53710066.7080407@daemonic.se> References: <201404161828.s3GISoA3071853@svn.freebsd.org> <534ECCE7.7050204@freebsd.org> <5370F453.3000602@a1poweruser.com> <53710066.7080407@daemonic.se> Date: Mon, 12 May 2014 20:02:41 +0100 Message-ID: Subject: Re: [HEADS UP] WITH_NEW_XORG is now the default on FreeBSD 10 and 9 stable From: Tom Evans To: Fbsd8 Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-x11@freebsd.org" X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18 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, 12 May 2014 19:02:43 -0000 On Mon, May 12, 2014 at 6:09 PM, Niclas Zeising wrote: > On 05/12/14 18:18, Fbsd8 wrote: >> My host is running 10.0-RELEASE-p2 with jails. I would like to test new >> xorg with vt(9) in a jail. The above new release states that the new >> xorg will soon have a pkgng version. > > For hardware access reasons, I believe it is not possible to run X in a > jail currently. This is true, although there is a patch to allow it: http://freebsd.1045724.n5.nabble.com/PATCH-Xorg-in-a-jail-td5892813.html (The patch from Alexander's email, not mine) Cheers Tom