on [2019-06-07] at 10:46 Myles English writes:
> 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? I replaced the nvidia driver with nouveau on the host and now it works fine. Myles
