From owner-freebsd-stable@FreeBSD.ORG Wed Feb 5 19:24:26 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DFDF5103 for ; Wed, 5 Feb 2014 19:24:26 +0000 (UTC) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62DB91DE4 for ; Wed, 5 Feb 2014 19:24:25 +0000 (UTC) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:240:caff:fe92:4f47]) by saturn.lyxys.ka.sub.org (8.14.7/8.14.7) with ESMTP id s15JJ2K6027695 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Wed, 5 Feb 2014 20:19:03 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.14.8/8.14.8) with ESMTP id s15JJdGk010960 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 5 Feb 2014 20:19:39 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.14.8/8.14.8/Submit) id s15JJccI010959; Wed, 5 Feb 2014 20:19:38 +0100 (CET) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyx: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Wed, 5 Feb 2014 20:19:38 +0100 From: Wolfgang Zenker To: Tim Daneliuk Subject: Re: Followup On Recent MCA Madness. WAS: Need Help With MCA Code Message-ID: <20140205191938.GA10944@lyxys.ka.sub.org> References: <52E73717.3000503@tundraware.com> <52E99381.5050803@tundraware.com> <201401311222.12136.jhb@freebsd.org> <52EBE1FA.2040603@tundraware.com> <52ED5C97.8030503@tundraware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52ED5C97.8030503@tundraware.com> Organization: private site User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Wed, 05 Feb 2014 20:19:03 +0100 (CET) Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Feb 2014 19:24:26 -0000 Hi, * Tim Daneliuk [140201 21:44]: > [..] > Now, if I could just figure out how to get stock X to > run at 1920x1080 on HD4600 graphics. Apparently neither the > intel of vesa drivers know how to do this, or at least I've > had no luck with it. The intel driver doesn't even recognize > the hardware as something it supports. according to https://wiki.freebsd.org/Graphics you might have to wait a while for this as Haswell parts are not yet supported. Wolfgang