From owner-freebsd-x11@freebsd.org Thu Sep 6 10:45:48 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4587BFF6BD0 for ; Thu, 6 Sep 2018 10:45:48 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D709570C72 for ; Thu, 6 Sep 2018 10:45:47 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: by mailman.ysv.freebsd.org (Postfix) id 9B717FF6BCF; Thu, 6 Sep 2018 10:45:47 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A0E0FF6BCE for ; Thu, 6 Sep 2018 10:45:47 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2607:f740:d:20::25]) (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 2B72770C71 for ; Thu, 6 Sep 2018 10:45:47 +0000 (UTC) (envelope-from zeising+freebsd@daemonic.se) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 425cfx02kYzDhlF; Thu, 6 Sep 2018 10:45:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=daemonic.se; h= content-transfer-encoding:content-language:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject:received :received; s=20151023; t=1536230744; bh=e6BuABKb4urySLQqyepoR1AL Oif6sze3B7CjoqNYeUg=; b=uDWtj3NL9x9u1JY82xR4T5uRni1JciIe9dOrTZwX DpMd0V3m6Be453/PMve+sQFCFQdepQTdb+PitE/X2cFpFkS/Jy+ZYUzT2muqp8yg oyfIvdKFQ0uIYy8HTHtYpXjAi0rWp088A4J9JBTFt8IbQ+Xszz9MsFJnQLsH0QK8 fDA= X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id XaerMsmkQRpQ; Thu, 6 Sep 2018 10:45:44 +0000 (UTC) Received: from garnet.daemonic.se (host-95-192-14-231.mobileonline.telia.com [95.192.14.231]) by mail.daemonic.se (Postfix) with ESMTPSA id 425cfw28rgzDhlD; Thu, 6 Sep 2018 10:45:44 +0000 (UTC) Subject: Re: drm-devel-kmod-4.16.g20180824 hangs my laptop To: Johannes Lundberg , Jakob Alvermark Cc: x11@FreeBSD.org References: <4c80c55c-fa61-b5cf-8720-0b5317763841@alvermark.net> <86zhwuc3rt.fsf@gmail.com> From: Niclas Zeising Message-ID: <9f829bf0-e2dd-49ab-ebc6-11a472888c2b@daemonic.se> Date: Thu, 6 Sep 2018 12:45:42 +0200 User-Agent: Mutt/1.5.21 MIME-Version: 1.0 In-Reply-To: <86zhwuc3rt.fsf@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2018 10:45:48 -0000 On 09/06/18 12:35, Johannes Lundberg wrote: > > Jakob Alvermark writes: > >> Hi, >> >> >> When I updated to drm-devel-kmod-4.16.g20180824 my laptop hangs. >> Previous version of drm-devel-kmod worked. >> >> kld_list="/boot/modules/i915kms.ko" in /etc/rc.conf >> >> When it boots and the modules load the screen goes blank (backlight >> still on) and the machine is totally non-responsive. >> >> CPU: Intel(R) Pentium(R) CPU N3540 @ 2.16GHz (2166.72-MHz K8-class CPU) >> >> vgapci0@pci0:0:2:0: class=0x030000 card=0x09331025 chip=0x0f318086 >> rev=0x0e hdr=0x00 >> vendor = 'Intel Corporation' >> device = 'Atom Processor Z36xxx/Z37xxx Series Graphics & Display' >> class = display >> subclass = VGA >> > > Hi > > Did you update the kernel as well? > > I think this is due to a change in HEAD. You need to wait until > the binary packages have been updated with a new build or build drm > drivers from ports/source with the new head in /usr/src. > > This would be the same for stable/next as well. Which versions of FreeBSD and of the -devel port were the last ones that worked? What happens if you downgrade the port to that version, but keep the same version of FreeBSD base as is failing? Regards -- Niclas