From owner-freebsd-x11@freebsd.org Sat Nov 12 22:45:51 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 5F456C3B659 for ; Sat, 12 Nov 2016 22:45:51 +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 46BFE11A4 for ; Sat, 12 Nov 2016 22:45:51 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: by mailman.ysv.freebsd.org (Postfix) id 433B4C3B658; Sat, 12 Nov 2016 22:45:51 +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 412E2C3B657 for ; Sat, 12 Nov 2016 22:45:51 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from forward13m.cmail.yandex.net (forward13m.cmail.yandex.net [IPv6:2a02:6b8:b030::9a]) (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 E612D11A3 for ; Sat, 12 Nov 2016 22:45:50 +0000 (UTC) (envelope-from starikarp@yandex.com) Received: from smtp1m.mail.yandex.net (smtp1m.mail.yandex.net [77.88.61.132]) by forward13m.cmail.yandex.net (Yandex) with ESMTP id A1F2321580 for ; Sun, 13 Nov 2016 01:45:47 +0300 (MSK) Received: from smtp1m.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp1m.mail.yandex.net (Yandex) with ESMTP id 6902063C048C for ; Sun, 13 Nov 2016 01:45:46 +0300 (MSK) Received: by smtp1m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id IZ7G3EcYKH-jkxK2OIf; Sun, 13 Nov 2016 01:45:46 +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=1478990746; bh=R9BJKKkETPvu/rQbtJe7P5d/mKR7c1LY+qgaCoVCIRQ=; h=Message-ID:Subject:From:To:Date; b=gkmhKXXionFjK8B4iffK23Pym+Pyd4nHi8XpjVNWuncfMi21x8gNzrbdLhatah/Fe YXGND/Le6DxYSpZ9ITTWRM1T4cUrvQf1FOaWw9d/pi3MVS3ZKWKUifSiDLNyRUuP1a oGJxMZocG4PiTDNQ/XruqIlQ27yI1oEkQlrTVIa0= Authentication-Results: smtp1m.mail.yandex.net; dkim=pass header.i=@yandex.com X-Yandex-Suid-Status: 1 0 Message-ID: <1478990744.24648.4.camel@yandex.com> Subject: libGL error - permission From: Stari Karp To: FreeBSD X11 Date: Sat, 12 Nov 2016 17:45:44 -0500 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:45:51 -0000 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