hello,
I set a new resolution 1920x1080@30Hz in tx1.
$cvt 1920 1080 30
#1920x1080 29.95Hz (CVT) hsync:33.01kHz ; pclk:79.75MHz
Modeline: “1920x1080_30.00” 79.75 1920 1976 2168 2416 1080 1083 1088 1102 -hsync +vsync
$xrandr --newmode “1920x1080_30.00” 79.75 1920 1976 2168 2416 1080 1083 1088 1102 -hsync +vsync
$xrandr --addmode HDMI-0 “1920x1080_30.00”
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 18 (RRAddOutputMode)
Serial number of failed request: 20
Current serial number in output stream:21
But,it failed to set 1920x1080_30.00 resolution.
And how to set that resolution using the command of xrandr?
Thankyou very much.