Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2015 08:41:20 +0200
From:      Gary Jennejohn <gljennjohn@gmail.com>
To:        Arto Pekkanen <isoa@kapsi.fi>
Cc:        =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= <dumbbell@freebsd.org>, freebsd-x11@freebsd.org
Subject:   Re: Testing the new i915 driver (rev. 3820047)
Message-ID:  <20151018084120.189ea061@ernst.home>
In-Reply-To: <fdf5c23433e7f58cf8b203e2551c370a@kapsi.fi>
References:  <56224C70.8040906@FreeBSD.org> <fdf5c23433e7f58cf8b203e2551c370a@kapsi.fi>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 18 Oct 2015 03:05:25 +0300
Arto Pekkanen <isoa@kapsi.fi> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20151018084120.189ea061>