Page MenuHome

Blender crashes X.org and fglrx
Closed, ArchivedPublicKNOWN ISSUE

Description

Every time when i launch Blender (2.43, 2.44), it works for 10-15 seconds, then the 'default cube' disappears and after 10-15 seconds screen is filled with artefacts. I can only shutdown X manually (keyboard shortcut). X.org logs are clean..

I'm using Compiz&Beryl, but if i start 'clean' X, the whole scenario is repeated with a system-halt in the end.

I really don't know if this is blender's bug or fglrx bug, but i've never encountered it before with other applications.

OS: Ubuntu Linux, kernel 2.6.20-16-generic, 32-bit i686 platform.

Here's my fglrxinfo:
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: Radeon X300/X550/X1050 Series
OpenGL version string: 2.0.6747 (8.40.4)

Event Timeline

"I'm using Compiz&Beryl"

There is the problem. Eye candy window managers do not work well yet with Blender.

When Compiz and Beryl are more mature, no doubt the situation will change. Until then do not use them together.

"but if i start 'clean' X, the whole scenario is repeated
with a system-halt in the end."

It seems eye candy wm are not the fault this time. Being
a X300/X550/X1050 (RV370?) he could try the Xorg DRI radeon
driver, tho R3xx had (has?) some other issues like line
stippling and moving from one driver to another can be
tricky if things point to wrong files. Do at your own
risk (use a really recent livecd to test?).

same problem using kde window manager (kwin --replace)

I'm using blender 2.45
here is my xorg.conf file:

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "latam"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Intel Corporation 82Q963/Q965 Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "DELL E177FP"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation 82Q963/Q965 Integrated Graphics Controller"
Monitor "DELL E177FP"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

Leonardo: some things to try are reducing color depth and allocating more video memory. Here is a man page to read:
http://www.intellinuxgraphics.org/man.html

Thanks! It works!
I made this changes:

Section "Device"
Identifier "Intel Corporation 82Q963/Q965 Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 131072
Option "DRI" "0"
EndSection

Muchas gracias!
Saludos!

With Dri 0 (= false = no) you just disabled 3D acceleration,
I would not call that a fix. Maybe even the issue is a
different one than the original (ATI card, fglrx driver
vs Intel integrated video, Xorg intel driver).


http://osdir.com/ml/freedesktop.xorg/2005-10/msg00156.html

moving to opengl tracker...

This is a generic request to test your bug report and see if it is still an issue in 2.5alpha2 if so please let me know by making a comment in this report ie 'also in 2.5alpha2' and I will add it to the 2.5 bug list.

Matt Ebb (broken) changed the task status from Unknown Status to Unknown Status.Mar 26 2010, 6:37 AM