ClubSun Posted March 18, 2020 Posted March 18, 2020 Hello, I'm using the x96 max and i have this problem Anyone know a solution to this please? Thank you for your time in advance!
root-stas Posted April 29, 2020 Posted April 29, 2020 EDID give you incorrect screen mode, try use next command: xrandr --output HDMI-1 --mode 1920x1080 where HDMI-1 is display name, see on xrandr output. That is happened because armbian try output image with wrong screen frequency.
root-stas Posted April 29, 2020 Posted April 29, 2020 Or simply add new own mode, for me that HDMI-1 display and FHD 60Hz mode: cvt 1920 1080 60 If output: # 1920x1080 59.95 Hz (CVT 1.44M9) hsync: 55.99 kHz; pclk: 118.25 MHz Modeline "1920x1080_60.00" ... Copy all text after Modeline to next command: xrandr --newmode "1920x1080_60.00" a lot of numbers -hsync +vsync Set new mode to display: xrandr --addmode HDMI-1 1920x1080_60.00 Select to use: xrandr --output HDMI-1 --mode 1920x1080_60.00 Good luck. But that don't fixed jumping on console, kernel use wrong mode.
Dono Posted September 27, 2020 Posted September 27, 2020 Hi I have an X96 Max box . When I go into my StbEmu app it’s showing me this. How do I fix it?
Recommended Posts