From owner-freebsd-stable@FreeBSD.ORG Thu Oct 2 01:13:56 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9F0B5BE9; Thu, 2 Oct 2014 01:13:56 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (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 C4E19B06; Thu, 2 Oct 2014 01:13:55 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id 10so1387068lbg.14 for ; Wed, 01 Oct 2014 18:13:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=KoUK2ro27F/3Ui4RtHHwqrIvi8jKezNHkNUziHTptzg=; b=WLHPPL+/bttPBHCugFMbp5mAm8sVf78eDq8PhOJWKMfZPjkbLHL98csACOR0Oynem0 nLpsnN9KBqp6UFqvvJzmrTwr9NWDChKZX0Onx0xcwNthCngdnCo0Y9EVkJvEUjQ60x3r Hp0KmqcAFdcR9F60PpMOHMXdk2ZQEV/9xp7rrIRgOyfX8atu6DEm7Qhuh64epWa+Whog +lfir+CKDd50cUKXxujyfa9KQnNcvQsaz2GLfVXYhIDk2dhONMLjGmjacoZdt06XoNrc gDhTDTHEJS339/TIwCZ1dXZ9N8k4Qo9WVsLTLVi6Xft2HbI42XL1/UHR+pDmQ7VIuBeu RTRQ== MIME-Version: 1.0 X-Received: by 10.113.3.130 with SMTP id bw2mr41718633lbd.39.1412212433210; Wed, 01 Oct 2014 18:13:53 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Wed, 1 Oct 2014 18:13:53 -0700 (PDT) In-Reply-To: <20141001063753.GE94731@ivaldir.etoilebsd.net> References: <20141001063753.GE94731@ivaldir.etoilebsd.net> Date: Wed, 1 Oct 2014 18:13:53 -0700 X-Google-Sender-Auth: a7FqegIT9aX5D0rUTmhy2rDEOe0 Message-ID: Subject: Re: HEADSUP: 10.0 switch to WITH_NEW_XORG From: Craig Rodrigues To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "ports@freebsd.org" , stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Oct 2014 01:13:56 -0000 On Tue, Sep 30, 2014 at 11:37 PM, Baptiste Daroussin wrote: > Hi, > > The WITH_NEW_XORG setting has been activated by default on FreeBSD 10.0 > and above, which allows us to have packages for xorg 1.12 and kde4. > > Please be aware that on systems that only support syscons > switching virtual terminals or exiting X > results in a black screen or the last image of their desktop > (like a screenshot) being presented. Commands can still be typed blindly. > > Most, if not all, systems should be using vt(4) and this can be enabled > by setting kern.vty=vt in /boot/loader.conf and reboot to activate. > > On behalf of core, > Bapt > If I followed these instructions: https://lists.freebsd.org/pipermail/freebsd-announce/2014-July/001570.html what are the recommended actions I should take after this change? -- Craig