You are not logged in.

#1 2012-11-07 20:48:52

Katherine1
Member
Registered: 2011-05-02
Posts: 41

Radeon Driver Crash

I'm getting crashes from the graphics driver when I try to start any sort of game. Does anyone know how to fix this? I saw a solution for intel graphics cards, but as far as I am aware, that fix won't work for Radeon cards. This game previously worked fine and has not had an update.

Here is the error output:

Loading Arch = amd64
Initializing Crash Catcher...
Initializing Video
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/r600_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/r600_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/r600_dri.so failed (/home/-----/Applications/FTL/data/amd64/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/xorg/modules/dri/r600_dri.so))
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib/xorg/modules/dri/swrast_dri.so
libGL error: dlopen /usr/lib/xorg/modules/dri/swrast_dri.so failed (/home/-----/Applications/FTL/data/amd64/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /usr/lib/xorg/modules/dri/swrast_dri.so))
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  154 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Serial number of failed request:  30
  Current serial number in output stream:  31

My xorg setup. This has worked fine for a long time now.

Section "Device"
        Identifier      "Radeon Graphics Card"
        Driver          "radeon"
        Option          "DRI"           "on"
        Option          "DynamicPM"     "on"
        Option          "ClockGating"   "on"
        Option          "AccelMethod"   "EXA"
        Option          "EnablePageFlip" "on"
        Option          "ColorTiling"   "on"
        Option          "RenderAccel"   "on"
        Option          "ColorTiling2D" "on"
        Option          "AccelDFS"      "on"
EndSection

Offline

Board footer

Powered by FluxBB