![](https://seccdn.libravatar.org/avatar/6eb80c8e3531bc08a694e737dd6601aa.jpg?s=120&d=mm&r=g)
http://bugs.freedesktop.org/show_bug.cgi?id=18096 Egbert Eich <eich@pdx.freedesktop.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |NOTABUG --- Comment #7 from Egbert Eich <eich@pdx.freedesktop.org> 2008-10-18 03:06:23 PST --- The answer to the problem lies within these log snippets: (--) RADEONHD(0): VideoRAM: 65536 kByte ... (II) RADEONHD(0): FB: Allocated ScanoutBuffer at offset 0x00008000 (size = 0x01900000) ... (II) RADEONHD(0): FB: Allocated Offscreen Buffer at offset 0x01908000 (size = 0x00666000) (II) RADEONHD(0): FB: Allocated DRI Back Buffer at offset 0x01F6E000 (size = 0x01900000) (EE) RADEONHD(0): FB: Failed allocating DRI Depth Buffer (25600 KB) (EE) RADEONHD(0): DRI: Failed allocating buffers, disabling There are only 64Mb of VRAM. (0x01F6E000 + 0x01900000) is 57784kB already. 57784kB + 25600 KB = 83384kB which exceeds 65536kB. You may want to reduce your virtual size as 2560x2560 is awfully big for such little VRAM. Then the buffer sizes will become smaller and things will start fitting into the VRAM. This is really NOTABUG. It's a limitation of your hardware. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ xorg-team mailing list xorg-team@lists.x.org http://lists.x.org/mailman/listinfo/xorg-team -- To unsubscribe, e-mail: radeonhd+unsubscribe@opensuse.org For additional commands, e-mail: radeonhd+help@opensuse.org