Hello,
I’ve tried gears demo with EGLDevice backend.
When I set resolution and refresh rate as 1920x1080@30, HDMI output signal was incorrect.
I’ve connected Jetson NX HDMI output to Magewell USB Capture HDMI gen 2.
Then start gears demo.
$ prebuilts/bin/egldevice/gears -res 1920 1080 -refresh 30
Alpha value specified for constant blending is not in range [0, 1]. Using alpha 1.0.
Demo Mode: 1920 x 1080 @ 24
Atomic_request
running for 5.000000 seconds...
Total FPS: 24.600000
It seems that resolution is correct. But refresh rate is not correct.
And I checked Magewell utility. That shows incorrect display mode (1920x2205p24).
Output is like this.
I confirmed this problem on JetPack 4.5.1 and 4.6.2.
Is there any way to get correct output?