Hey all,

I have an intel 945gm (thinkpad x60s), which I run in dual-head mode with
xrandr.  The resulting display is 1024 + 1440 = 2464 pixels across.  If I
run without a xorg.conf, xrandr fails, because the maximum width is not
wide enough.  If I run _with_ a xorg.conf (attached), xrandr works fine,
but any use of Xvideo crashes the whole X server.

What am I doing wrong? Is this a known bug in 2.6.2?

I am not using KMS.  Should I be?

Thanks,
Ben
Section "Monitor"
        Identifier  "Internal LCD"
EndSection

Section "Device"
        Identifier  "** Intel i810 (generic)               [i810]"
        Driver      "intel"
#       Option      "AccelMethod" "EXA"
EndSection


Section "Screen"
        Identifier  "Screen 1"
        Device      "** Intel i810 (generic)               [i810]"
        Monitor     "Internal LCD"
        DefaultDepth 24
        Subsection "Display"
                Depth       24
                ViewPort    0 0
                Virtual 2464 1024
        EndSubsection
EndSection


Section "ServerLayout"
        Identifier  "Simple Layout"
        Screen "Screen 1"
EndSection

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg

Reply via email to