Where can I find more information about adding more capacitors? and modifying the channels for more bandwidth.
I have 470 nF from Samsung (CL21B474KBFNNNG). I just added to missing places and on top of another. Off course only bypass capacitors. First 12 capacitors gave me result as in my previous post. Currently Im adding more as an trial and
error nothing. Still I didn't added anything close to AFE or ADC - that theoretically should give best results - maybe I will do this today.
On this forum, there was a link to a Russian forum, where somebody changed LC filters (just below ADC) from 250 MHz to 400 MHz. Increasing BW to 400 MHz gives little more noise. After removing first or all two stages, noise is quite big, very big. Which makes it almost unusable, unless You are using averaging acquisition or you will decrease noise in another way (like I did). Also, You have to remember, that there is a capacitor before those two stages, added for line termination at higher frequencies (coils impedance). So You have to change it value accordingly - I remember it was something like 10 or 15 pF.
From my own reverse engineering, looks like most noise comes from AFE power supply - as I wrote here before.
I think there might be an issue related to sleep mode and potential screen burn-in on the oscilloscope.
Script quick_boot_test.sh (/rigol/shell/quick_boot_test.sh) and Linux kernel modified by Rockchip, gives some answers. Since GPU, VOP, MIPI, panel-simple, etc drivers are compiled as built-in, LCD screen most likely will not be switched off. If mipi driver will be compiled as module, unloading it (rmmod command) should switch off the panel completely (I made a port of RK3399 MIPI driver from one kernel to another, so I learned code in this module a bit).
Rigol didn't gave source code of kernel, beside of GPL licence that requires them to do it. But I did not one, but two kernels with recreated drivers (based on decompiled code and some tests), so theoretically You should be able to make Your own kernel. Also there was a post of compiling kernel modules from (maybe) original kernel, so maybe it's also an option (with or without drivers that I did).