Subject: Re: Radeon 9600 XT dual head
To: Stephen Nelson <st3phen@paradise.net.nz>
From: Jukka Marin <jmarin@embedtronics.fi>
List: port-i386
Date: 09/05/2004 14:32:34
Hi,

I have the same problem as Stephen: I have both monitors showing the
same picture (the second screen, in my case).  Both screens exists
software-wise as kde with lots of applications are running happily
on the first screen, I just can't see them.

I have googled and read the mailing list archives, but I can't figure
out what the problem is.

This is my NetBSD version:
NetBSD 2.0_BETA (XSERVER20) #0: Tue Aug 31 21:35:05 EEST 2004

This is my gfx card:
vga1 at pci1 dev 0 function 0: ATI Technologies Radeon 7000/VE (rev. 0x00)

And here are portions of my XF86Config:
Section "Device"
    Identifier  "Radeon0"
    Driver      "radeon"
    Option      "MonitorLayout" "TMDS, CRT"
    BusID       "PCI:1:0:0"
    Option      "CloneDisplay" "1"
    Screen      0
EndSection

Section "Device"
    Identifier  "Radeon1"
    Driver      "radeon"
    Option      "MonitorLayout" "TMDS, CRT"
    BusID       "PCI:1:0:0"
    Screen      1
EndSection

Section "Screen"
    Identifier  "Screen0"
    Device      "Radeon0"
    Monitor     "Panasonic"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen1"
    Device      "Radeon1"
    Monitor     "MiniTFT"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "DealHead"
    Option      "Xinerama" "True"
    Screen	"Screen0" 0 0
    Screen	"Screen1" RightOf "Screen0"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Is it my gfx card or just the phase of the Moon?

Thanks..

  -jm