-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overclocking and Flickering (Reply) #551
Comments
RT kernel can improve flickering, but of course not eliminate it if we hit a hardware limit. So far the question is still open if it can create a much better experience than the regular kernel, so these experiments are needed. Never do overclocking and always use isolcpus independent of the kernel. You did not describe details to help people reproduce your findings: what compile-time parameters you choose when you compiled the kernel, or if it is a stock kernel, which exact distribution ? What kernel parameters did you choose at boot time (such as NO_HZ) ? What did you do to induce the flicker? Usually flicker can only be seen these days if you run something in another shell. |
I will be trying a RT kernel soon to try and get 100% flicker free experience. Is it as simple as just running RPI-RGB on a RT kernel with isolcpus=3 or does the RPI-RGB process need to be setup in a way it takes advantage of the RT kernel? ie it says it needs to be real time and do not every interrupt it. Regards |
Check out the new compile-time option in |
Hello hzeller Thanks |
Hi
according to : #41
I test raspbian with last RT_Kernel but I did not see the difference .
With it I see some flicker. (p5 smd & 3 Rows & 6 Cols & passive PCB & 3 parallel).
I even test these conditions:
remove overclock setting
add overclock setting
remove isolcpus=3 in RT-Kernel
add isolcpus=3 in RT-Kernel
Are you sure that RT_Kernel is answer to have not flicker?
The text was updated successfully, but these errors were encountered: