Jump to content

x96 Max Display problem


ClubSun

Recommended Posts

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 comment
Share on other sites

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 comment
Share on other sites

  • Werner locked this topic
Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines