x96 Max Display problem


ClubSun
 Share

1 1

Recommended Posts

Donate and support the project!

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

  • Werner locked this topic
Guest
This topic is now closed to further replies.
 Share

1 1