From owner-freebsd-x11@freebsd.org Mon Mar 21 18:02:11 2016 Return-Path: Delivered-To: freebsd-x11@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 4A451AD8AD8 for ; Mon, 21 Mar 2016 18:02:11 +0000 (UTC) (envelope-from eric@metricspace.net) Received: from mail.metricspace.net (unknown [IPv6:2001:470:1f11:617::107]) by mx1.freebsd.org (Postfix) with ESMTP id 29D8D1120 for ; Mon, 21 Mar 2016 18:02:11 +0000 (UTC) (envelope-from eric@metricspace.net) Received: from [10.46.147.202] (mobile-107-107-63-52.mycingular.net [107.107.63.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: eric) by mail.metricspace.net (Postfix) with ESMTPSA id 61A591555 for ; Mon, 21 Mar 2016 18:02:10 +0000 (UTC) User-Agent: K-9 Mail for Android MIME-Version: 1.0 Subject: Suspend/resume options for broadwell card? From: Eric McCorkle Date: Mon, 21 Mar 2016 14:02:09 -0400 To: freebsd-x11@freebsd.org Message-ID: <058560E2-F3B2-4E67-9799-D33681AA8F9C@metricspace.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.21 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, 21 Mar 2016 18:02:11 -0000 Hi folks, I have a new laptop with broadwell graphics (HD 5500). I'm currently seeing a blank screen on resume, which I'm told is due to the fact that the drm framework needs to turn the screen back on during resume. Of course, broadwell is unsupported at this time. I'm wondering, is there any option for getting resume working in the interim? I'm using the vt console with efifb, in efi boot,if that helps. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. From owner-freebsd-x11@freebsd.org Tue Mar 22 19:46:17 2016 Return-Path: Delivered-To: freebsd-x11@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 3C0A1AD80C0 for ; Tue, 22 Mar 2016 19:46:17 +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 F2292162A for ; Tue, 22 Mar 2016 19:46:16 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 843BDB006B7 for ; Tue, 22 Mar 2016 20:36:13 +0100 (CET) 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 35by9ysKIwa2 for ; Tue, 22 Mar 2016 20:36:13 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 51564B006F8 for ; Tue, 22 Mar 2016 20:36:13 +0100 (CET) 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 mPA23TdAcn2e for ; Tue, 22 Mar 2016 20:36:13 +0100 (CET) Received: from zimbra.tngtech.com (zimbra.tngtech.com [212.204.93.107]) by zimbra.tngtech.com (Postfix) with ESMTP id 393E4B006B7 for ; Tue, 22 Mar 2016 20:36:13 +0100 (CET) Date: Tue, 22 Mar 2016 20:36:13 +0100 (CET) From: Stefan Wendler To: freebsd-x11@freebsd.org Message-ID: <1538522755.55914.1458675373055.JavaMail.zimbra@tngtech.com> Subject: i915kms - compiled 297155 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Mailer: Zimbra 8.6.0_GA_1182 (ZimbraWebClient - GC48 ([unknown])/8.6.0_GA_1182) Thread-Topic: i915kms - compiled 297155 Thread-Index: 3yGtTB1J0E5Pqm0fUP1lxw97rgTpgg== X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2016 19:46:17 -0000 Hi, I updated my local 11-CURRENT to r29715 and even though I did load i915kms xorg still complains that no intel devices have been found. Did I miss something here? Sorry for asking dumb questions ;) Cheers, Stefan