Yearly Archives: 2021


Radeon RX 6800 XT and Linux

So I got Radeon 6800 XT working on Ubuntu 18.04.5 LTS but it wasn’t hassle free, given the card is too new To get it working, you’ll need the following: Mainline kernel 5.11+ or newer (5.13+ recommended) Newer firmware Kisak PPA Optionally 5.13 patch for Full RGB option (discussion) Update: […]


RenderDoc ‘Ref All Resources’ + Vulkan + Memory Aliasing = Beware

By default RenderDoc only downloads resources used by the frame being captured. Resources not used during that frame are not saved. Unless ‘Ref. All Resources’ is enabled, that is. I recently fixed a bug in Ogre where Ref. All Resources would randomly corrupt GPU memory after capture; both in my […]