xf86-video-i810-2.0.0

I have kernel modules i2c_i810, i2c_algo_bit, and loaded i2c_core hoping it
would fix the problem. I went back to x11-drivers/xf86-video-i810-1.7.4 and it
works.

i2c を有効にして kernel rebuild したけど orz...

https://bugs.freedesktop.org/show_bug.cgi?id=10389

Option "MonitorLayout" "DFP,NONE"

これは?》だめ

Running 'randr --rate 60' seems to work: monitor is happy, etc.

これもだめ。反応はあったけど happy じゃない。

Section "Screen"
    Identifier	"SCREEN0"
    Device	"G965"
    Monitor	"E2200WS"
    DefaultDepth 24
    Option	"Accel" "true"
    Subsection "Display"
	Depth	    24
	Modes	    "1680x1050"
	ViewPort    0 0
	Virtual     1680 1050
    EndSubsection
EndSection 

Virtual 指定が効くのかなぁ。

とりあえず、xorg.conf には Modelines を書かないというのが i810-2.0.0 の基本らしい。
で、Modelines は i2c を使って DDC 経由で採取するようだ。ここまでやって、LCD Panel
(Pipe B)側の解像度は 1400x1050 で上手く選択されている、問題なのはリフレッシュレートで、
60Hzが選択されずに 20.x とかわけわからんものが選択されてる。Device セクションで
TargetRefreshRate というオプションがあるらしいが not using されてしまう。
freedesktop.orggentoo forum にもぼちぼちレポートが上がり始めてるようだ。
あ、あと (855|915)resolution は基本的になしの方向が良いようだ。

Option "UseDisplayDevice" "LFP"

これは?》だめでした。