Well, I tried the mergedfb. I got the most stable mirroring until now (so I get the
same picture on both screens), but still can't get both screens to act as one big
screen.
However, it seems like I'm *almost* there -- Each screen seems to be double in width,
as the width I set in the "Virtual" option of the SubSection Display. If I set
"CRT2Position" as "LeftOf" I can only see the left-side of the desktop (I use gnome,
and see the left-side of the desktop -- the panel with the menu-icon, the "Start Here"
icon etc.) on both screens, and I can see that each screen has another "hidden" screen
in its right side. If I set CRT2Position as "RightOf" I see the right-side of the
desktop on each screen and there's a hidden screen on the left of each monitor.
Attached is my current XF86Config file (the relative parts, no need to write here my
InputDevice's I guess)... any ideas what might fix this?
Thanks alot for your help :-)
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0" 0 0
#Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
.
.
.
Section "Module"
Load "dbe"
Load "dri"
Load "extmod"
Load "glx"
Load "record"
Load "xtrap"
Load "speedo"
Load "type1"
EndSection
.
.
.
Section "Monitor"
#DisplaySize 320 240 # mm
Identifier "Monitor0"
VendorName "NCI"
ModelName "NEC CI VR17"
HorizSync 30.0 - 50.0
VertRefresh 50 - 120
Option "dpms"
EndSection
Section "Device"
Identifier "Card0"
Driver "radeon"
VendorName "ATI Technologies Inc"
BoardName "Radeon RV100 QY [Radeon 7000/VE]"
BusID "PCI:1:0:0"
Option "AGPMode" "4"
Option "AGPFastWrite" "true"
Option "EnablePageFlip" "true"
Option "dpms"
Option "MergedFB" "true"
Option "CRT2Position" "LeftOf"
Option "CRT2HSync" "30-70"
Option "CRT2VRefresh" "50-120"
Option "MetaModes" "1024x768-1024x768"
Option "CloneDisplay" "0"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "radeon"
BusID "PCI:1:0:0"
Option "dpms"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 16
SubSection "Display"
Virtual 2048 768
Depth 16
Viewport 0 0
Modes "1024x768"
EndSubSection
EndSection
Alon.
>-------- Original Message --------
>Subject: [XFree86] Setting up a Hercules 3D Prophet 7000 Dual-head
>Date: Mon, 22 Sep 2003 07:03:52 -0700 (PDT)
>From: Alex Deucher <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>
>You have two options: Screen based multi-head and mergedfb.
>
>for screen based multi-head you need to add a separate screen, adapter,
>and monitor section for each head in your config file like this:
(snip...)
>________________________
>
>Mergedfb is a little different. there is only one screen section and
>there are quite a few options. see my page
>(http://bugs.xfree86.org/show_bug.cgi?id=276) or Thomas' page
>(http://www.winischhofer.net/linuxsisvga.shtml) for more info about
>mergedfb. I have a sample config available here:
>http://www.botchco.com/alex/radeon/mergedfb/cvs/final/XF86Config
>
>Mergedfb has several advantages over 'regular' multi-head such as HW 3D
>being available on both heads.
>
_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86