XRANDR command not added a new force resolutions
Submitted by rmbeer
Assigned to Keith Packard @keithp
Description
i have this resolution of the accept in the same monitor that i use:
320x240 (0x???) 12.587MHz -HSync -VSync DoubleScan h: width 320 start 328 end 376 total 400 skew 0 clock 31.47KHz v: height 240 start 245 end 246 total 262 clock 60.05Hz
I need added this resolution with xrandr command:
xrandr --newmode "320x240" 12.587 320 328 376 400 240 245 246 262 "doublescan -hsync -vsync" xrandr --newmode "320x240" 12.587 320 328 376 400 240 245 246 262 doublescan -hsync -vsync xrandr --newmode "320x240" 12.587 320 328 376 400 240 245 246 262 DoubleScan -HSync -VSync xrandr --newmode "320x240" 12.587 320 328 376 400 240 245 246 262 -HSync -VSync DoubleScan (all testing other variants)
But only getting this result: (for --newmode)
320x240 (0x???) 12.587MHz h: width 320 start 328 end 376 total 400 skew 0 clock 31.47KHz v: height 240 start 245 end 246 total 262 clock 120.10Hz
And not accept the added the mode in the list: (for --addmode)
$ xrandr --addmode ??? 320x240 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: 29 Current serial number in output stream: 30
??? = (for any card of list/testing with all)
I Can't added the new resolution.
Note: For each new test with --newmode i use --rmmode for clean the temp list.