-
Notifications
You must be signed in to change notification settings - Fork 19
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
[beluga] screen flickering #210
Comments
Here's the very hacky script which will produce a solid white bright screen without flickering (at least, sometimes) on today's asteroidos image. It requires installing
|
Some of the things I've tried without success:
|
Some progress: If I modify
even though the display is on and working. So my guess is someone's listening on the system dbus and putting the display in some sort of power-saving mode that I cannot distinguish from normal intended operation. However, it's possible it's blurry or the color representation is off and I just haven't noticed. As this test was done on a somewhat hacked system, it needs further verification. Grepping suggests |
Wow thanks for the research thus-far! I'll follow this thread closely, it seems you're making great progress. It might also fix the display issue introduced in #149. |
@MagneFire Thank you! That's really encouraging. I'll have a look at #149 (but don't have affected hardware). Any suggestions or ideas would be very welcome, of course :-) |
I finally traced it down to the component that was literally my last desperate "just in case" entry on the list: Does anyone have a Anyway, is it possible this is a hardware issue and that NFC just isn't sufficiently isolated from the display electronics? |
NFC seems to cause issues on multiple watches. On `beluga` it causes for a screen flickering issues on the sides. On `ray` it causes for random horizontal lines to appear as well as ghost touchscreen presses. As there's currently little use of NFC disable the service from starting to workaround these issues. This cause of this issue was first discovered by @argosphil. Signed-off-by: Darrel Griët <[email protected]>
Fixed via AsteroidOS/meta-asteroid#178 thanks for the great work you've put into figuring this one out! |
The screen on
beluga
watches flickers slightly; the problem appears to be pixels not lighting up all the time, so it's particularly visible with bright backgrounds and high "backlight" brightness, and appears to happen (mostly?) near the left and right edges of the screen.So far, the only way I've found to stop the flickering is to unbind devices from the kernel drivers in the right order, causing an oops in the process and preventing further modification of the screen contents.
The text was updated successfully, but these errors were encountered: