From owner-freebsd-questions@freebsd.org Sun Feb 17 12:31:41 2019 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CD34814F1613 for ; Sun, 17 Feb 2019 12:31:41 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms-10.1blu.de (ms-10.1blu.de [178.254.4.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A4F396CCFD for ; Sun, 17 Feb 2019 12:31:40 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ppp-88-217-99-159.dynamic.mnet-online.de ([88.217.99.159] helo=[127.0.0.1]) by ms-10.1blu.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.86_2) (envelope-from ) id 1gvLbd-0007vD-0K; Sun, 17 Feb 2019 13:31:37 +0100 Date: Sun, 17 Feb 2019 12:31:33 +0000 From: Matthias Apitz To: Polytropon , freebsd-questions@freebsd.org Cc: freebsd-questions@freebsd.org Subject: Re: ktouch && libGL error: failed to open drm device: Permission denied Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190216182641.8331abf4.freebsd@edvax.de> References: <20190216171526.GA14895@c720-r342378> <20190216182641.8331abf4.freebsd@edvax.de> Message-ID: <6rn06c.pn2lgp.1hge1d2-qmf@ms-10.1blu.de> MIME-Version: 1.0 X-Con-Id: 51246 X-Con-U: 0-guru X-Originating-IP: 88.217.99.159 X-Rspamd-Queue-Id: A4F396CCFD X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-5.44 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; HAS_XOIP(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; IP_SCORE(-3.33)[ip: (-9.27), ipnet: 178.254.0.0/19(-4.10), asn: 42730(-3.28), country: DE(-0.01)]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[unixarea.de]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; RECEIVED_SPAMHAUS_PBL(0.00)[159.99.217.88.zen.spamhaus.org : 127.0.0.10]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.unixarea.de]; NEURAL_HAM_SHORT(-0.90)[-0.901,0]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[101.4.254.178.list.dnswl.org : 127.0.5.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:42730, ipnet:178.254.0.0/19, country:DE]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2019 12:31:42 -0000 On Sat, 16 Feb 2019 18:26:41 +0100, Polytropon wrote: > On Sat, 16 Feb 2019 18:15:26 +0100, Matthias Apitz wrote: >> >> I'm trying to get 'ktouch' running in: >> >> $ uname -a >> FreeBSD c720-r342378 13.0-CURRENT FreeBSD 13.0-CURRENT GENERIC amd64 >> >> and recent ports, all from SVN. It fails to start with: >> >> $ LIBGL_DEBUG=3Dverbose export LIBGL_DEBUG >> $ ktouch >> libGL error: failed to open drm device: Permission denied >> libGL error: failed to load driver: i965 > > This is probably the root of the following errors. Do you > have > > drm_load=3D"YES" > > in /boot/loader.conf? Does X load the appropriate driver? > It doesn't seem to be the case here. Any suspicious entries > in /var/log/Xorg.0.log? The device and driver part of th errors wad caused by not being in the gro= up video. The rest was caused by mixing KDE4 and 5 parts. matthias -- Sent using Dekko from my Ubuntu device http://www.unixarea.de/ +49 176 38902045