johang / sd-card-images

Scripts to build bootable SD card images with Debian for various single-board computers
https://sd-card-images.johang.se
GNU General Public License v3.0
140 stars 32 forks source link

debian 12.4 for MK802 video issue #99

Open paoluccigiorgio opened 6 months ago

paoluccigiorgio commented 6 months ago

Hello, I have tried successfully to install your debian-bookworm-armhf-aevoo9.bin.gz image on my MK802 stick. Everything works flawlessy, wifi is performant (after installing wireless firmware), overall system stability is excellent. Unfortunately, video is unstable when connected to a monitor through the hdmi connector. Actually video is stable when no cpu activity is performed, but it becomes deformed when launching commands or doing activities which involve a significant CPU load. The issue is less noticeable in console mode, but really annoying using X where just moving the mouse makes the screen glitch. Probably some video buffer kernel bug.....Any suggestion?

Here is my uname -a: Linux debian 6.1.0-16-armmp #1 SMP Debian 6.1.67-1 (2023-12-12) armv7l GNU/Linux

Thank you in advance. Best regards Giorgio Paolucci

johang commented 6 months ago

These images are very minimal. I don't think you should expect advanced features to work well. But regarding your problem, it sounds like it's running in some software rendering and/or framebuffer mode.

paoluccigiorgio commented 6 months ago

Hi, thankyou anyway. Bye Giorgio