From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: libGL error: No matching fbConfigs or visuals found Date: Fri, 07 Jun 2019 10:46:19 +0100 Message-ID: <87ftold8yc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52135) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZBSM-00033j-4m for help-guix@gnu.org; Fri, 07 Jun 2019 05:46:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZBSK-0001Q2-IV for help-guix@gnu.org; Fri, 07 Jun 2019 05:46:41 -0400 Received: from mail-wm1-x329.google.com ([2a00:1450:4864:20::329]:55653) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hZBSK-0000xp-B3 for help-guix@gnu.org; Fri, 07 Jun 2019 05:46:40 -0400 Received: by mail-wm1-x329.google.com with SMTP id a15so1354867wmj.5 for ; Fri, 07 Jun 2019 02:46:32 -0700 (PDT) Received: from localhost (91.109.241.36.static-uk.cryptolayer.com. [91.109.241.36]) by smtp.googlemail.com with ESMTPSA id d10sm2190432wrh.91.2019.06.07.02.46.29 for (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 07 Jun 2019 02:46:30 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix Hello, Running glxgears installed by guix on an up-to-date Arch Linux gives the following error: $ LIBGL_DEBUG=verbose /home/myles/.guix-profile/bin/glxgears libGL: screen 0 does not appear to be DRI2 capable libGL: OpenDriver: trying /gnu/store/r4vm5vdfr08p560phwjbx27vl095v58r-mesa-18.3.5/lib/dri/tls/swrast_dri.so libGL: OpenDriver: trying /gnu/store/r4vm5vdfr08p560phwjbx27vl095v58r-mesa-18.3.5/lib/dri/swrast_dri.so libGL: Can't open configuration file /gnu/store/r4vm5vdfr08p560phwjbx27vl095v58r-mesa-18.3.5/etc/drirc: No such file or directory. libGL: Can't open configuration file /home/myles/.drirc: No such file or directory. libGL: Can't open configuration file /gnu/store/r4vm5vdfr08p560phwjbx27vl095v58r-mesa-18.3.5/etc/drirc: No such file or directory. libGL: Can't open configuration file /home/myles/.drirc: No such file or directory. libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 151 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x0 Serial number of failed request: 36 Current serial number in output stream: 38 The glxgears installed by pacman runs fine. What do I need to do to get it working? Thanks, Myles