From owner-freebsd-x11@freebsd.org Sun Oct 18 06:41:27 2015 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 81BB0A18C5B for ; Sun, 18 Oct 2015 06:41:27 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1659990F; Sun, 18 Oct 2015 06:41:27 +0000 (UTC) (envelope-from gljennjohn@gmail.com) Received: by wicfv8 with SMTP id fv8so38225625wic.0; Sat, 17 Oct 2015 23:41:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=RBhjyhPHXjYN9neHlXd/A5wBrQNGqwboVk/UDQ3vv6w=; b=b9hhw4/4BZAodKc9tmx7zm1iJWdS7dRUb6gUBpFlXcEF1AXX15PslNP1CXugZJE4QF FKcfgK608wGpJSsHigB+Pvu/zC5CKAxCe9a7tnQ6i1pdnWjYH6DHnAmgbbpavll/YROM cVrPr94DPuohB6zOcbf4dSMvqIyYOzoNUNaFjH0Ix4/bhA+n8rzh6PdsJP7aYUoRt46P 566DJ7B4J6pGzbEdEb2Vs5jlYBIl1lfb7p5x5Bc5eN9pYDSjA2pBmnHTA8+F4ty7aHbk nfe3WC9Ta9wFxxRiTd78tjLSPaoyW6QqKRgEEEZnkm4a4IbBXYZrOXzKMvtynaqvfAXM 9EJw== X-Received: by 10.194.178.196 with SMTP id da4mr30133947wjc.41.1445150484252; Sat, 17 Oct 2015 23:41:24 -0700 (PDT) Received: from ernst.home (p578E330E.dip0.t-ipconnect.de. [87.142.51.14]) by smtp.gmail.com with ESMTPSA id p2sm32350782wjb.21.2015.10.17.23.41.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 17 Oct 2015 23:41:23 -0700 (PDT) Date: Sun, 18 Oct 2015 08:41:20 +0200 From: Gary Jennejohn To: Arto Pekkanen Cc: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= , freebsd-x11@freebsd.org Subject: Re: Testing the new i915 driver (rev. 3820047) Message-ID: <20151018084120.189ea061@ernst.home> In-Reply-To: References: <56224C70.8040906@FreeBSD.org> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Oct 2015 06:41:27 -0000 On Sun, 18 Oct 2015 03:05:25 +0300 Arto Pekkanen wrote: > I managed to work around this problem with the following command (as > root): > # chgrp wheel /dev/dri/* > You can more easily fix this by setting the owner, e.g. root:wheel, in /etc/devfs.conf. You probably need an entry for each device which can appear under /dev/dri. See devfs.conf(5). > NOTE1. dmesg was logged into /var/log/messages. the drm.debug=3 and > witness produced huge amount of output into /var/log/messages. The > actual dmesg at boot was not logged in this file > Use /var/run/dmesg.boot for the boot-time output. -- Gary Jennejohn