Main public logs
Combined display of all available logs of Lucca's Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:16, 9 September 2026 10.0.1.1 talk created page Compiling a custom kernel for 15khz/interlaced support (Created page with "= Building Linux 7.2.2 with AMDGPU Interlaced Support (RX 6600 XT / DCN) This guide applies '''only''' the necessary patch for interlaced modes on modern AMDGPU (DCN2/DCN3/DCN4), such as the RX 6600 XT. == 1. Download Kernel Source == <source lang="bash"> cd ~ wget https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.2.2.tar.xz tar -xf linux-7.2.2.tar.xz cd linux-7.2.2 </source> == 2. Download the Interlaced Patch == <source lang="bash"> wget https://raw.githubuserc...")