From cfdd67ec5bda9d5f9bcb6a0e2a710105a09b5f6c Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 30 May 2020 10:03:06 +1000 Subject: [PATCH] Add more marker --- v2/content/posts/2020/linux-amdgpu-pixel-format.md | 2 ++ 1 file changed, 2 insertions(+) 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).