On Thu, 13 Sep 2001, Christopher Bush wrote:
> I'm having some trouble setting up xinerama on my machine. I'm sure
> it's a simple error and it would be great if someone running RH 7.1
> with xinerama could possibly send me a configuration file.
here's the relevant information for my setup with a radeon ve card. you
need to define each monitor and video card/device, as well as each screen
setup (monitor and video card together). of course, this is not a
complete XF86Config-4 file.
-dave
---------------------------------
Section "ServerFlags"
Option "Xinerama" "on"
EndSection
Section "ServerLayout"
Identifier "Layout 1"
Screen 0 "Screen0"
Screen 1 "Screen1" LeftOf "Screen0"
# LeftOf, RightOf, Above, Below
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
Option "BlankTime" "5"
EndSection
Section "Monitor"
Identifier "Compaq"
VendorName "Compaq"
ModelName "140"
HorizSync 31-49
VertRefresh 48-80
EndSection
Section "Monitor"
Identifier "Samsung"
VendorName "Samsung"
ModelName "3"
HorizSync 31.5-35.1
VertRefresh 50-70
EndSection
Section "Device"
Identifier "Radeon0"
Driver "radeon"
VendorName "ATI"
BoardName "Radeon"
Option "AGPMode" "4"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Radeon1"
Driver "radeon"
VendorName "ATI"
BoardName "Radeon"
Option "AGPMode" "4"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Screen"
Identifier "Screen0"
Device "Radeon0"
Monitor "Compaq"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "800x600"
EndSubsection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Radeon1"
Monitor "Samsung"
DefaultDepth 16
Subsection "Display"
Depth 16
Modes "800x600"
EndSubsection
EndSection
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie