gnome-terminal --geometry=AxB+C+D
where,
AxB is the dimension of the terminal
C is the column number of the pixel in screen.
D is the row number of the pixel in screen.
Assim, 12x12+100+200
criará um terminal de tamanho 12x12 com seu canto superior esquerdo em pixels (100.200).
Se a primeira tela for de largura 1280, o valor de C definido como 1280 criará o terminal na segunda tela.