This is an attempt to put to gather the most common solutions to blender not running correctly.
Blender runs slowly
First, as blender uses OpenGL for it’s interface, bad OpenGL drivers will cause blender to run slowly. Try upgrading your video drivers. If your video card supports hardware accelaration, and your drivers enable opengl to use it you shouldn’t have any speed issues.
To check if you are using hardware accelerated OpenGL drivers try copying the following into a file, loading the file into a text window (with the dash button on the window header), and running with alt+[p]. The output will be on the console.
(instead of copying/pasting to file, saving, loading in blender you may download this)
from Blender.BGL import *
print "GL Vendor ", glGetString(GL_VENDOR)
print "GL Renderer", glGetString(GL_RENDERER)
print "GL Version ", glGetString(GL_VERSION)
you would like the vendor to be the same as that of your video card. If it is Microsoft or Mesa blender may run slowly. Mesa can use hardware acceleration, but it doesn’t have to, so look at the Renderer if you are running on mesa.
for example, the Windows XP default opengl driver (the one you don’t want to use) would print
GL Vendor Microsoft Coporation
GL Renderer GDI Generic
GL Version 1.1.0
my computer, running the Nvidia drivers gets
GL Vendor NVIDIA Corporation
GL Renderer GeForce2 MX/PCI/3DNOW!
GL Version 1.2.2
This is a linux system that works quickly:
GL Vendor VA Linux Systems, Inc.
GL Renderer Mesa DRI Voodoo3 20010501 x86/MMX/3DNow!
GL Version 1.2 Mesa 3.4.2
the GL Version shouldn’t be an issue. It is also unlikely that it is below 1.1.0
and some links that may be of use
Blender3d.org Graphics Card compatibility page
blender.org: Graphics card compatibility - post your specs here! (more recent)
Other Graphic Solutions
On some systems OpenGL acceleration is very sensitive to color depth. Blender usually preforms best at 16 bit or “High color.” This can be changed in the display properties in the control panel (in windows). Sometimes blender runs better in 24 or 32 bit “High Color.”
In linux making the change is specific to your linux distribution.
Some users have reported that turning off antialiasing in their card’s advanced properties (on the settings tab of the display properties in the control panel) will fix some major graphics glitches. (Blender is kind of ghosted instead of how it should look)
Strange text in Blender 2.27 or later
On some systems the antialiased text used in Blender 2.27 or later is displayed with all of the characters on top of each other. I have experienced this in Windows 95, but it may happen on other systems. To remedy this problem turn off international fonts.
On some other systems the antialiased text in Blender 2.27 is displayed oddly in that the edges are hard in places (on one character), but in others it is antialiased fine. I have seen this on a computer with an ati card. The best solution (to make the fonts readable) is to turn off international fonts.
Pull down the info buttons from the top, and select the third tab (Language & Font) and deselect international fonts at the top left. To keep your changes put the info menu back and press control+[u] and confirm save user defaults. Do not do this when you have a file open becaue you will afterwards start with a copy of that file.
Artifacts around the cursor
I have not seen this in person, but try turning off the cursor shadow. In Windows XP or 2000 it is in the mouse properties in the control panel.
I do not know how to turn it on/off in X in linux, but it is probably specific to your distribution.
Slowly Disappearing meus
On some systems the menus and the splash screen disappear slowly. I do not know of a fix for this, but it is more of a nuisance than a fatal problem. The problem seems to lie with opengl drawing to the front buffer, and newer drivers can fix it, but they usually do not.
Blender covers up the task bar or I can’t reliably change focus to the render window using F11
By default blender will run covering the entire screen (full screened). This will cover the taskbar and may make other blender functions such as toggling the render window not work as expected, or appear not to work at all. To remedy this the shortcut to blender needs to be changed.
in windows
Right-click the shortcut, choose properties, and on the shortcut tab change the target value by adding a -w to the end. The result should look something like the following (quotes included)
“C:\Program Files\Blender Foundation\Blender-2.27\blender.exe” -w
This will make blender open in a window which solves the above problems.
Blender crashes when I select some objects
often this happens with emptys, sometimes lamps or objects with names. This usually happens on systems with intengrated (intel or via) video cards. The solution: get the latest drivers. Go to your system manufacter’s website (dell, hp, emachines…) first to see if they have special ones, otherwise (or if those don’t work) go to the manufactuer of your video chipset site for drivers.
Blender gets slower and slower, I have an ATI video card
THIS WILL PROBABLY BE FIXED IN BLENDER 2.34
it appears blender versions after 2.23 get slower and slower on ati cards with the catalyst drivers version 3.10 (or so) and later (4.5 is latest at the moment). The quick fix seems to be to use older drivers (at least for the opengl driver). There are way too many threads on this, some of which I link to here (some have detals on the quick fix, others don’t)
the blender foundation was sent 5 ati graphic cards from ati to look for a soution to this problem
https://blenderartists.org/forum/viewtopic.php?t=24936&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=23964&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=23410&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=20840&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=24258&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=23478&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=22704&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=21891&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=21744&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=21557&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=21475&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=21441&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=19060&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=20754&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=20420&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=20260&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=20163&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=20167&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=18528&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=19631&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=18860&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=15994&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=15002&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=13361&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=11419&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=9355&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=8257&highlight=radeon
https://blenderartists.org/forum/viewtopic.php?t=7923&highlight=radeon
I do not know of any Mac OS X problems, nor their solutions.
I hope to update this in the future as more information becomes avaliable