How would I have autoconfigure enabled on one out of two installed VGA's?
If you don't want to autodetect, you can do:
[cl:0:0]
autoconfigure = False
#settings here
[cl:0:1]
autoconfigure = True
If you do want to autodetect, you can just omit the one that has autoconfigure = True.
I'll give this a try. I assume it's similar to passing the settings to the command-line based version? Just all the little ducks in a row?