From owner-freebsd-current@FreeBSD.ORG Sun Jul 29 01:59:50 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91DE3106564A; Sun, 29 Jul 2012 01:59:50 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id 549F38FC0A; Sun, 29 Jul 2012 01:59:50 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 58) id 870C81C6454; Sun, 29 Jul 2012 09:53:51 +0800 (CST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.hs.ntnu.edu.tw X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 Received: from mail.hs.ntnu.edu.tw (localhost [127.0.0.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.hs.ntnu.edu.tw (Postfix) with ESMTPS id 23D5D1C643F; Sun, 29 Jul 2012 09:53:51 +0800 (CST) Received: (from dennylin93@localhost) by mail.hs.ntnu.edu.tw (8.14.5/8.14.5/Submit) id q6T1roJo021847; Sun, 29 Jul 2012 09:53:50 +0800 (CST) (envelope-from dennylin93@hs.ntnu.edu.tw) X-Authentication-Warning: mail.hs.ntnu.edu.tw: dennylin93 set sender to dennylin93@hs.ntnu.edu.tw using -f Date: Sun, 29 Jul 2012 09:53:50 +0800 From: Denny Lin To: freebsd-current@freebsd.org, freebsd-x11@freebsd.org Message-ID: <20120729015350.GH72464@mail.hs.ntnu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: Subject: Unable to load i915kms X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 29 Jul 2012 01:59:50 -0000 Hi, I updated to r238858 yesterday, but I was unable to load i915kms (I tried loading it manually and putting it in /boot/loader.conf). The computer becomes unresponsive and the screen turns black in either case. I'm using the GENERIC kernel with WITNESS and INVARIANTS disabled. Output of pciconf -lvb: vgapci1@pci0:0:2:0: class=0x030000 card=0x15f21043 chip=0x01168086 rev=0x09 hdr=0x00 vendor = 'Intel Corporation' device = '2nd Generation Core Processor Family Integrated Graphics Controller' class = display subclass = VGA bar [10] = type Memory, range 64, base 0xdd400000, size 4194304, enabled bar [18] = type Prefetchable Memory, range 64, base 0xb0000000, size 268435456, enabled bar [20] = type I/O Port, range 32, base 0xe000, size 64, enabled Modules loaded at boot: Id Refs Address Size Name 1 38 0xffffffff80200000 12c57f0 kernel 2 1 0xffffffff814c6000 70a8 acpi_video.ko 3 1 0xffffffff814ce000 6568 cuse4bsd.ko 4 1 0xffffffff81612000 cea0 geom_eli.ko 5 1 0xffffffff8161f000 1abc1 crypto.ko 6 1 0xffffffff8163a000 a4f9 zlib.ko 7 1 0xffffffff81645000 15e2 fdescfs.ko 8 1 0xffffffff81647000 3daf linprocfs.ko 9 1 0xffffffff8164b000 1eeb2 linux.ko 10 1 0xffffffff8166a000 2393 ums.ko 11 1 0xffffffff8166d000 17d3 uhid.ko 12 1 0xffffffff8166f000 a9f3 fuse.ko 13 1 0xffffffff8167a000 7019 i915.ko 14 1 0xffffffff81682000 111c4 drm.ko I have WITH_KMS=YES and WITH_NEW_XORG=YES in /etc/make.conf. I also rebuilt xorg-* and xf86-video-intel after updating to r238858. Xorg previously worked on my laptop with all.14.3.patch on top of -CURRENT from around mid-April, so I'm not sure what went wrong. -- Denny Lin