From owner-freebsd-x11@freebsd.org Fri Mar 10 20:35:00 2017 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 D8059D0423F for ; Fri, 10 Mar 2017 20:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 C251715E3 for ; Fri, 10 Mar 2017 20:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id BEDFED0423E; Fri, 10 Mar 2017 20:35:00 +0000 (UTC) Delivered-To: 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 BE84DD0423C for ; Fri, 10 Mar 2017 20:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (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 AF07115E2 for ; Fri, 10 Mar 2017 20:35:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v2AKZ0PL021156 for ; Fri, 10 Mar 2017 20:35:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: maintainer-feedback requested: [Bug 217689] x11-drivers/xf86-video-intel: Panic since latest update Date: Fri, 10 Mar 2017 20:35:00 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: x11@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Mar 2017 20:35:00 -0000 Jason Bacon has reassigned Bugzilla Automation 's request for maintainer-feedback to x11@FreeBSD.org: Bug 217689: x11-drivers/xf86-video-intel: Panic since latest update https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217689 --- Description --- On my Lenovo T61, Intel driver was working well until the latest pkg upgrad= e. I had been preloading i915kms out of necessity, from /boot/loader.conf. System now panics when trying to start Xorg. Tried moving i915kms load to /etc/rc.conf kms_list=3D"i915kms". Also tried= not preloading it at all. Same results in every case. Here's a skeletal snapshot of the panic: fbd0 on drm0 VT: Replacing driver "vga" with new "fb" info [drm] Initialized i915 1.6.0 20080730 for drmn0 on minor 0 drm0: on vgapci0 panic: make_dev_sv bad si_name (error=3D17, si_name=3Ddri/card0) cpuid=3D1 #0 ... kdb_backtrace . . . #15 ... Xfast_syscall+0xfb Happy to provide more info if needed. Deleting xf86-video-intel and falling back to vesa eliminates the problem.