You are not logged in.

#1 2012-12-22 21:36:47

buntolo
Member
Registered: 2011-10-11
Posts: 202

libGL error: failed to load driver: swrast

I'm trying to launch Dungeon Defenders but this happens:

$ ./DungeonDefenders --LIBGL_DEBUG=verbose
Dungeon Defenders: Installed in '/home/casa/Giochi/DungeonDefenders'.
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
X Error of failed request:  GLXUnsupportedPrivateRequest
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  16 (X_GLXVendorPrivate)
  Serial number of failed request:  239
  Current serial number in output stream:  242

It's the same for other gamese (Aquaria, Amnesia: The Dark Descent, Penumbra: Overture, ...).
Can't find much with Google and can't understand what this "swrast" is.
I'm NOT using a double VGA system (like any modern iCore + nVIDIA + Optimus) but an old system with Core 2 Duo + GTX260.

Als I don't understand how to do this:

Try again with LIBGL_DEBUG=verbose for more details

Last edited by buntolo (2012-12-22 21:37:59)

Offline

#2 2012-12-23 14:12:37

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,911

Re: libGL error: failed to load driver: swrast

buntolo wrote:

I'm trying to launch Dungeon Defenders but this happens:

$ ./DungeonDefenders --LIBGL_DEBUG=verbose
Dungeon Defenders: Installed in '/home/casa/Giochi/DungeonDefenders'.
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
X Error of failed request:  GLXUnsupportedPrivateRequest
  Major opcode of failed request:  153 (GLX)
  Minor opcode of failed request:  16 (X_GLXVendorPrivate)
  Serial number of failed request:  239
  Current serial number in output stream:  242

It's the same for other gamese (Aquaria, Amnesia: The Dark Descent, Penumbra: Overture, ...).
Can't find much with Google and can't understand what this "swrast" is.
I'm NOT using a double VGA system (like any modern iCore + nVIDIA + Optimus) but an old system with Core 2 Duo + GTX260.

Als I don't understand how to do this:

Try again with LIBGL_DEBUG=verbose for more details

use it like this :

LIBGL_DEBUG=verbose ./DungeonDefenders

swrast is a software driver that is used as a fallback if there's no accelerated video available.

please post the output of glxinfo .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2014-02-04 14:16:57

montefuscolo
Member
From: Brasil, São Paulo
Registered: 2013-12-17
Posts: 4
Website

Re: libGL error: failed to load driver: swrast

Hi,

I have a nvidia card and installing lib32-nvidia-libgl lib32-nvidia-utils solved this problems to me. I was trying to run Safari on Arch with Playonlinux and I got an error message like yours.

sudo pacman -S lib32-nvidia-libgl lib32-nvidia-utils

Offline

#4 2014-09-22 11:06:06

hepha
Member
Registered: 2012-07-20
Posts: 13

Re: libGL error: failed to load driver: swrast

for 64bit

sudo pacman -S nvidia-libgl

Offline

Board footer

Powered by FluxBB