下記のコマンドを!
xrandr --output VGA --mode 1024x768
デュアル・ディスプレイ化(下記の設定をするようにとあったが特に上記のコマンドだけでデュアル・ディスプレイで表示された)
#vi /etc/X11/xorg.conf
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
SubSection "Display""
Virtual 2048 768
EndSubSection
Device "Configured Video Device"
EndSection