>>201
xorg.conf-vesaは個別のグラフィックドライバを使わずにVESAフレームバッファを使う設定になっている
どんなグラフィックボードでもある程度は動くという設定ファイル

/etc/X11/xorg.conf.dが出来てからはその下に必要な設定だけ置くようになった
うちの環境では
20-nvidia.conf <= NVIDIAドライバの設定
90-keyboard-layout.conf <= 日本語キーボードレイアウトに変更
だけ作ってある

使ったことはないけれど、デュアルモニタにする場合には
https://wiki.archlinux.org/index.php/multihead#Xinerama にあるように
==== /etc/X11/xorg.conf.d/90-serverlayout.conf ====
Section "ServerLayout"
Option "Xinerama" "1" # enable XINERAMA extension. Default is disabled.
EndSection
===========================================
を作っておけば良いのじゃないかな?