ClubSun 0 Posted March 18, 2020 Share 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! Link to post Share on other sites More sharing options...
almotra 0 Posted April 1, 2020 Share Posted April 1, 2020 You have to rename u-boot.sd to u-boot.ext Link to post Share on other sites More sharing options...
root-stas 1 Posted April 29, 2020 Share 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. Link to post Share on other sites More sharing options...
root-stas 1 Posted April 29, 2020 Share 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. Link to post Share on other sites More sharing options...
Dono 0 Posted September 27, 2020 Share 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? Link to post Share on other sites More sharing options...
Recommended Posts