https://bugs.freedesktop.org/show_bug.cgi?id=89009
Bug ID: 89009 Summary: radeon: Failed to allocate a buffer Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: tsesmelistheodore@gmail.com QA Contact: dri-devel@lists.freedesktop.org
I am trying to play the Limbo indie game in an Archlinux system, the issue that I am facing is that while the game loads without any problem the texture of the boy is missing. It is really strange because I can move the boy, but I cannot see it. Only sometimes a small rectangle flickers in the position where the boy supposed to be. I am with mesa-git and my graphics card is a 5850 ati and if I run the game from command line I am getting the following error continuously:
radeon: Failed to allocate a buffer: radeon: size : 44728320 bytes radeon: alignment : 32768 bytes radeon: domains : 4 radeon: flags : 20
https://bugs.freedesktop.org/show_bug.cgi?id=89009
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|Drivers/Gallium/radeonsi |Drivers/Gallium/r600
--- Comment #1 from Michel Dänzer michel@daenzer.net --- Please attach the /var/log/Xorg.0.log file and the output of dmesg and glxinfo.
https://bugs.freedesktop.org/show_bug.cgi?id=89009
--- Comment #2 from tsesmelistheodore@gmail.com --- Created attachment 113276 --> https://bugs.freedesktop.org/attachment.cgi?id=113276&action=edit dmesg output
https://bugs.freedesktop.org/show_bug.cgi?id=89009
--- Comment #3 from tsesmelistheodore@gmail.com --- Created attachment 113277 --> https://bugs.freedesktop.org/attachment.cgi?id=113277&action=edit glxinfo output
https://bugs.freedesktop.org/show_bug.cgi?id=89009
--- Comment #4 from tsesmelistheodore@gmail.com --- Created attachment 113278 --> https://bugs.freedesktop.org/attachment.cgi?id=113278&action=edit Xorg.0.log file
https://bugs.freedesktop.org/show_bug.cgi?id=89009
--- Comment #5 from tsesmelistheodore@gmail.com --- I hope it helps. If you need something else please do not hesitate to contact me back.
https://bugs.freedesktop.org/show_bug.cgi?id=89009
--- Comment #6 from Michel Dänzer michel@daenzer.net --- Does it work without radeon.gartsize=32 on the kernel command line?
https://bugs.freedesktop.org/show_bug.cgi?id=89009
--- Comment #7 from tsesmelistheodore@gmail.com --- Hi Michel, indeed that was the issue. Disabling the radeon.gartsize=32 option on the kernel command line solved the problem. Thanks for the help.
https://bugs.freedesktop.org/show_bug.cgi?id=89009
Michel Dänzer michel@daenzer.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID
dri-devel@lists.freedesktop.org