From owner-freebsd-current@FreeBSD.ORG Sat Feb 9 03:18:55 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E34CACDE for ; Sat, 9 Feb 2013 03:18:55 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id 9FD4C337 for ; Sat, 9 Feb 2013 03:18:55 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=G4+e4qY5 c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=106E8bdoDFEA:10 a=jLN7EqiLvroA:10 a=9YQ-1ebCAAAA:8 a=iF0c6FqsOP4A:10 a=s1O25tkdAAAA:8 a=U3-AZJamp_Ule4E6froA:9 a=OyOq_G8mXAEA:10 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Authentication-Results: smtp01.insight.synacor.com header.from=mueller23@insightbb.com; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:19486] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id 83/63-06175-810C5115; Fri, 08 Feb 2013 22:18:48 -0500 Date: Fri, 08 Feb 2013 22:18:48 -0500 Message-ID: <83.63.06175.810C5115@smtp01.insight.synacor.com> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: Xorg totally unusable with KMS and new Xorg on Sandy Bridge system: how to undo X-Mailman-Approved-At: Sat, 09 Feb 2013 04:38:54 +0000 Cc: Warren Block , Andrey Fesenko , freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 09 Feb 2013 03:18:55 -0000 >From Warren Block : > After adding those, graphics/libdrm must be rebuilt, and > x11-drivers/xf86-video-intel must have the KMS option enabled and be > rebuilt. If you just added WITH_NEW_XORG, there will be other xorg > components that need to be updated. O no, I'm getting rid of KMS and WITH_NEW_XORG because they produce an unusable Xorg installation that just crashes the system and requires Reset button. I guess I need to use portmaster with --force-config on x11/xorg ? Tom