XFce4 -> Gnome...

XFce4 のネズミが好きなんですけどねぇ...

xrandr の dual head ができないので, XFce4 から, 試しに Gnome へ変えてみたら, ちゃんと dual head できた.

うーん悔しいなぁ. とりあえず設定を貼っておく. 誰か知らない?

環境

ハード
Let's Note CF-R4
OS
Debian GNU/Linux lenny. 微妙に sid/Ubuntu とチャンポン
X.org
version.7.3+12
XFce4
ver. 4.4.2.1. メタパッケージの xfce4 を install している.
Gnome
ver. 2.20.2.4 メタパッケージの gnome-core を install

xorg.conf の設定は以下

...
Section "Device"
        Identifier      "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
        Driver          "intel"
        #Driver         "i810"
        #Option         "UseFBDev"      "false" 
        BusID           "PCI:0:2:0"
        Option          "XAANoOffscreenPixmaps" "true"
        #Option         "AccelMethod" "EXA"
        Option          "AccelMethod"  "XAA"
        Option          "DRI"   "true"
EndSection
...
Section "Screen"
        Identifier      "Default Screen"
        Device          "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
                Virtual         2048    1024
        EndSubSection
EndSection
...

でもって,

 $ xrandr --output VGA --mode 1024x768 --right-of LVDS 

な訳ですが. XFce4 だと, VGA 側が黒画面, マウスだけが見える. Gnome だと綺麗に Dual Head. 黒画面 + マウスなんで, Window Manager の問題なんだろうな...

非常に悔しい.