xf86-video-i810-2.0.0

http://takeno.iee.niit.ac.jp/~shige/FreeBSD/FreeBSD.html#config
http://www.die.net/doc/linux/man/man5/xorg.conf.5.html
xinerama が有効になっていて Local LCD と External Display 合わせて 1400x1050 になってるのかな?という気がしてきた。
xinerama 有効時の xorg.conf はこんな感じに書くのが良いのだろう。

Section "Device"
  Identifier "Intel Corporation 945G Integrated Graphics Controller"
  Driver "intel"
  BusID "PCI:0:2:0"
  Option "monitor-VGA"   "foo"
  Option "monitor-LVDS"  "lvds"
  Option "DRI" "true"
EndSection

Section "Monitor"
  Identifier "foo"
  Option "PreferredMode"  "1024x768"
  Option "RightOf" "lvds"
EndSection

Section "Monitor"
  Identifier "lvds"
  Option "PreferredMode"  "1024x768"
  Option "Position" "0 0"
EndSection

External display が無い場合は?
xinerama off でも変化なかったしなぁ。Option "Clone" "Yes" とかすれば良いのか?

  • int10:

セカンダリ VGA カードのソフトブートに使われるリアルモード x86 エミュレータ。vbe が有効なときにはこれも有効にする。無効にする場合は

Section "Device"
  Option "NoInt10" "Yes"
EndSection

Local LCD panel では DDC は No にするのが FAQ っぽい。けど、変化無かったぞ。