[ltp] xorg dualhead-configuration on r50

Alex Deucher linux-thinkpad@linux-thinkpad.org
Sun, 12 Dec 2004 21:46:39 -0500


On Mon, 13 Dec 2004 02:20:50 +0100 (CET), Jan Girlich
<vollkorn@freenet.de> wrote:
> Hi there,
> 
> I followed the Instructions found here:
> http://www.chronox.de/x40_linux/linux_on_x40.html#dual_head_configuration_with_x_org
> 
> This is what my xorg.conf looks like:
> 
<snip>
> 
> Section "Device"
> 
> #       Option          "VBERestore" "yes"
>         Identifier  "Intel0"
>         Driver      "i810"
>         ChipSet     "852GM/855GM"
>         Card        "i810 852GM/855GM"
>         Option      "MonitorLayout" "CRT,LFP"
>         BusID       "PCI:0:2:0"
> EndSection
> 
> Section "Device"
>         Identifier  "Intel1"
>         Driver      "i810"
>         ChipSet     "852GM/855GM"
>         Card        "i810 852GM/855GM"
>         Option      "VBERestore" "yes"
>         Option      "MonitorLayout" "CRT,LFP"
>         Option      "DevicePresence" "yes"
>         BusID       "PCI:0:2:1"
>         Screen      1
> 
> EndSection
> 
<snip>
> 
> Does anyone know how to help me getting m dualhead to work as I xpect it?
> 
> Jan
> 


you might try changing the order of the types in the monitorlayout option.

Alex