From owner-freebsd-current@freebsd.org Fri Sep 18 13:29:54 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B2829CF0E9 for ; Fri, 18 Sep 2015 13:29:54 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from zimbra.tngtech.com (zimbra.tngtech.com [212.204.93.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCD601C41 for ; Fri, 18 Sep 2015 13:29:53 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 32881B00504; Fri, 18 Sep 2015 15:29:45 +0200 (CEST) Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Qa5GJTRhikeB; Fri, 18 Sep 2015 15:29:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id DD826B005E5; Fri, 18 Sep 2015 15:29:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at tngtech.com Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id FbHPCJXFpb1K; Fri, 18 Sep 2015 15:29:44 +0200 (CEST) Received: from hactar.localnet (pD9E8E265.dip0.t-ipconnect.de [217.232.226.101]) by zimbra.tngtech.com (Postfix) with ESMTPSA id BB531B00504; Fri, 18 Sep 2015 15:29:44 +0200 (CEST) From: Stefan Wendler To: Nikola Pajkovsky Cc: freebsd-current@freebsd.org Subject: Re: Intel Haswell support - Any updates? Date: Fri, 18 Sep 2015 15:29:43 +0200 Message-ID: <8538410.BAyuGgpz8H@hactar> Organization: TNG Technology Consulting GmbH User-Agent: KMail/4.14.3 (FreeBSD/10.2-RELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: <87a8sk205y.fsf@gooddata.com> References: <55FA7324.5010603@icloud.com> <11271727.FrCOrXGY1l@hactar> <87a8sk205y.fsf@gooddata.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 18 Sep 2015 13:29:54 -0000 On Thursday 17 September 2015 23:42:01 Nikola Pajkovsky wrote: > Do not run those commands in X, otherwise it hangs. > > $ vidcontrol -i mode | grep 1920 > 383 (0x17f) 0x0000000f G 1920x1080x32 D 8x16 0xa0000 64k 64k 0xe0000000 > 8100k > > $ memcontrol list | grep 0xe0000000 > 0xe0000000/0x20000000 BIOS uncacheable set-by-firmware active > > $ memcontrol set -b 0xe0000000 -l 0x20000000 -o BIOS write-combine > $ startx Okay, so i didn't do anything wrong here. $ vidcontrol -i mode | grep 1920 383 (0x17f) 0x0000000f G 1920x1080x32 D 8x16 0xa0000 64k 64k 0xe0000000 8100k So this would be 0xc0000000 for me $ memcontrol list | grep 0xc0000000 0xc0000000/0x40000000 BIOS uncacheable set-by-firmware active $ memcontrol set -b 0xc0000000 -l 0x40000000 -o BIOS write-combined $ memcontrol list | grep 0xc0000000 0xc0000000/0x40000000 BIOS write-combine active ... starting X. Nothing changed. I am testing this with youtube videos and it is still only "refreshing" every couple of seconds I am using the vesa driver and NOT uefi Cheers, Stefan