From owner-freebsd-stable@freebsd.org  Wed Aug 17 00:19:35 2016
Return-Path: <owner-freebsd-stable@freebsd.org>
Delivered-To: freebsd-stable@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 DC5CABBA041
 for <freebsd-stable@mailman.ysv.freebsd.org>;
 Wed, 17 Aug 2016 00:19:35 +0000 (UTC)
 (envelope-from jakub_lach@mailplus.pl)
Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15])
 by mx1.freebsd.org (Postfix) with ESMTP id C0EEA1475
 for <freebsd-stable@freebsd.org>; Wed, 17 Aug 2016 00:19:34 +0000 (UTC)
 (envelope-from jakub_lach@mailplus.pl)
Received: from msam.nabble.com (unknown [162.253.133.85])
 by mbob.nabble.com (Postfix) with ESMTP id 05D022EEF804
 for <freebsd-stable@freebsd.org>; Tue, 16 Aug 2016 17:13:21 -0700 (PDT)
Date: Tue, 16 Aug 2016 17:13:21 -0700 (MST)
From: Jakub Lach <jakub_lach@mailplus.pl>
To: freebsd-stable@freebsd.org
Message-ID: <1471392801467-6123382.post@n5.nabble.com>
Subject: After 10-STABLE to 11-STABLE source upgrade, user has lost acces to
 drm (Intel GM45)?
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-BeenThere: freebsd-stable@freebsd.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Production branch of FreeBSD source code <freebsd-stable.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-stable>, 
 <mailto:freebsd-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-stable/>
List-Post: <mailto:freebsd-stable@freebsd.org>
List-Help: <mailto:freebsd-stable-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-stable>,
 <mailto:freebsd-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 17 Aug 2016 00:19:36 -0000

e.g. 

libGL error: failed to open drm device: Permission denied
libGL error: failed to load driver: i965

.drirc:

<driconf>
     <device screen="0" driver="dri2">
        <application name="Default">
            <option name="vblank_mode" value="0" />
        </application>
     </device>
    <device screen="0" driver="i965">
        <application name="Default">
            <option name="force_s3tc_enable" value="false" />
            <option name="no_rast" value="false" />
            <option name="fthrottle_mode" value="2" />
            <option name="bo_reuse" value="1" />
            <option name="allow_large_textures" value="2" />
        </application>
    </device>
</driconf>

Any pointers how to fix that?



--
View this message in context: http://freebsd.1045724.n5.nabble.com/After-10-STABLE-to-11-STABLE-source-upgrade-user-has-lost-acces-to-drm-Intel-GM45-tp6123382.html
Sent from the freebsd-stable mailing list archive at Nabble.com.