diff --git a/v2/content/posts/2020/linux-amdgpu-pixel-format.md b/v2/content/posts/2020/linux-amdgpu-pixel-format.md index 6b8e92f..5ba77f8 100644 --- a/v2/content/posts/2020/linux-amdgpu-pixel-format.md +++ b/v2/content/posts/2020/linux-amdgpu-pixel-format.md @@ -15,6 +15,8 @@ instead of YcBCr. However, the `amdgpu` driver does not expose a means to do this. So, I used an EDID hack to make it look like the display only supported RGB. + + **tl;dr** You can't easily configure the pixel format of the Linux `amdgpu` driver but you can hack the EDID of your display so the driver chooses RGB. [Jump to the instructions](#the-fix).