From owner-freebsd-x11@freebsd.org Sat Nov 12 22:53:19 2016 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 7E5B2C3BAD1 for ; Sat, 12 Nov 2016 22:53:19 +0000 (UTC) (envelope-from starikarp@yandex.com) 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 646CF178C for ; Sat, 12 Nov 2016 22:53:19 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id 60D54C3BAD0; Sat, 12 Nov 2016 22:53:19 +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 60817C3BACF for ; Sat, 12 Nov 2016 22:53:19 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward1o.cmail.yandex.net (forward1o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::2a1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A8BF178B for ; Sat, 12 Nov 2016 22:53:19 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp3j.mail.yandex.net (smtp3j.mail.yandex.net [IPv6:2a02:6b8:0:801:1::12]) by forward1o.cmail.yandex.net (Yandex) with ESMTP id 6BBA0211E4 for ; Sun, 13 Nov 2016 01:53:16 +0300 (MSK) Received: from smtp3j.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3j.mail.yandex.net (Yandex) with ESMTP id 44E8B6240984 for ; Sun, 13 Nov 2016 01:53:15 +0300 (MSK) Received: by smtp3j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id DkF7ypJVCX-rEomN4G1; Sun, 13 Nov 2016 01:53:14 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1478991195; bh=lhWc3s33MDAV6g4UqWW/rsTqrNnSZ4lZ52mhixKh9sA=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References; b=EAdL4YR3WhVhXEZdUTEW935viRj/Fx6M3fC0raDl1V6rUKxL81ouoMYwL3JzmzdIB IOMESf4TCn3a6W7qG2fPj0WdXJQ9eDygJWCHpDiiDcZh90u1saBp98d5I/EuLXSXdD WGZfBuszW9MCJiS0FNg65uMK8+4uwAKG2V8jZ9aw= Authentication-Results: smtp3j.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0 Message-ID: <1478991192.24690.0.camel@yandex.com> Subject: Re: libGL error - permission From: Stari Karp To: FreeBSD X11 Date: Sat, 12 Nov 2016 17:53:12 -0500 In-Reply-To: <1478990744.24648.4.camel@yandex.com> References: <1478990744.24648.4.camel@yandex.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit 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: Sat, 12 Nov 2016 22:53:19 -0000 On Sat, 2016-11-12 at 17:45 -0500, Stari Karp wrote: > Hi! > > My system is FreeBSD 11.0-RELEASE-p2 amd64 and I use GNOME3. > I did try run glxinfo and it shows: > > name of display: :1 > libGL error: failed to open drm device: Permission denied > libGL error: failed to load driver: r600 > display: :1  screen: 0 > direct rendering: Yes > server glx vendor string: SGI > server glx version string: 1.4 > server glx extensions: >     GLX_ARB_create_context, GLX_ARB_create_context_profile,  >     GLX_ARB_fbconfig_float, GLX_ARB_framebuffer_sRGB, > GLX_ARB_multisample,  >     GLX_EXT_create_context_es2_profile, GLX_EXT_framebuffer_sRGB,  >     GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, > GLX_EXT_visual_info,  >     GLX_EXT_visual_rating, GLX_INTEL_swap_event, > GLX_MESA_copy_sub_buffer,  >     GLX_OML_swap_method, GLX_SGIS_multisample, GLX_SGIX_fbconfig,  >     GLX_SGIX_pbuffer, G > > and there are no more errors. > > And vainfo shows: > > libva info: VA-API version 0.39.3 > libva info: va_getDriverName() returns -1 > libva error: va_getDriverName() failed with unknown libva > error,driver_name=(null) > vaInitialize failed with error code -1 (unknown libva error),exit > > When I update the FreeBSD 10.3 I did rebuild all ports with Synth and > reinstalled them. > > Thank you. > > SK > And my graphics card is: vendor='Advanced Micro Devices, Inc. [AMD/ATI]' device='RV770/M98L [Mobility Radeon HD 4850]'