xrandr --output DVI-D_1 --auto --right-of PANELTo resolve the issue I have to explicitly pass in the crtc number
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 154 (RANDR)
Minor opcode of failed request: 21 ()
Serial number of failed request: 19
Current serial number in output stream: 19
xrandr --output DVI-D_1 --crtc 1 --auto --right-of PANELFor a more detailed discussion of the problem you can look at xorg mailing list archive post here:
http://lists.freedesktop.org/archives/xorg/2007-November/030024.html
A newer xrandr should resolve the issue in the future, for now I just use --crtc switch.
No comments:
Post a Comment