Results 1 to 5 of 5
When working in Blender, I frequently get this error. It happens less often when launching Blender with root privileges. Any ideas?
*********************************WARN_ONCE******** *************************
File r300_mem.c function r300_mem_alloc line 225
Ran ...
- 01-13-2009 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 104
Ran out of Gart Memory?
When working in Blender, I frequently get this error. It happens less often when launching Blender with root privileges. Any ideas?
*********************************WARN_ONCE******** *************************
File r300_mem.c function r300_mem_alloc line 225
Ran out of GART memory (for 1048576)!
Please consider adjusting GARTSize option.
************************************************** *************************
Error: Could not get dma buffer... exiting
ds@ds:/$She sells C Shells by the sea shore.
- 01-13-2009 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Google "Please consider adjusting GARTSize option" => Answered many times
But there was still another warning spitted out by Google Earth which was bothering me:
Ran out of GART memory (for 1048576)!
Please consider adjusting GARTSize option.
Fortunately not too hard to fix, simply add the following option to the graphics device section in xorg.conf:
And the error is gone.Code:Option "GARTSize" "64"
- 01-13-2009 #3Linux Newbie
- Join Date
- Aug 2008
- Posts
- 104
I did google it. The fix seems pretty easy, but my xorg.conf doesn't look anything like the others I've seen.
My graphics card section looks like this:
Section "Device"
Identifier "Configured Video Device"
EndSectionShe sells C Shells by the sea shore.
- 01-13-2009 #4
most of those configs look that way because in older versions of xorg you had to put all that extra stuff in there, but now it does a lot of autodetection and configuration, you should be safe to just add it under that section that you outlined in your post
- 01-13-2009 #5Linux Newbie
- Join Date
- Aug 2008
- Posts
- 104
Hm, I added that to my xorg.conf, it doesn't seem to have solved the problem.
She sells C Shells by the sea shore.


Reply With Quote