Sorry if this is a duplicate, I sent a similar request for help before I
joined the list and I'm not sure if it actually made it to the list or
not.
I have a ATI Radeon VE, non-OEM, came in a real ATI box and everything.
I want to set up a dualhead system with a digital LCD on the primary
connector (the DVI connector) and a CRT on the other (the VGA). I think
I have my config file set up correctly, but when X starts it gives me a
warning about multiple device entries my video card (PCI:1:0:0), and
then only outputs on the first display.
My configuration file is below. Hopefully somebody else has done this
before and can lend me a hand. I'm running Debian Woody and X version
4.2.0.
Thank you in advance,
Chris Metcalf
==============
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0 "Screen0"
Screen 1 "Screen1" LeftOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
FontPath "unix/:7100"
RgbPath "/usr/X11R6/lib/X11/rgb"
ModulePath "/usr/X11R6/lib/modules"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
Section "Module"
#Load "freetype"
Load "extmod"
Load "dbe"
Load "dri"
Load "glx"
Load "record"
Load "pex5"
Load "xtrap"
Load "xie"
Load "speedo"
Load "type1"
Load "GLcore"
Load "int10"
Load "vbe"
Load "bitmap"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ImPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
EndSection
Section "Monitor"
Identifier "T85D"
VendorName "IBM"
ModelName "T85D"
EndSection
Section "Monitor"
Identifier "G50"
VendorName "IBM"
ModelName "G50"
EndSection
Section "Device"
Option "AGPMode" "4"
Identifier "Radeon0"
Driver "ati"
VendorName "ATI"
BoardName "Radeon VE QY"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Option "AGPMode" "4"
Identifier "Radeon1"
Driver "ati"
VendorName "ATI"
BoardName "Radeon VE QY"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Radeon0"
Monitor "T85D"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Radeon1"
Monitor "G50"
DefaultDepth 8
SubSection "Display"
Depth 8
Modes "640x480"
EndSubSection
EndSection
--
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert