Stupid user tricks dual Radeon 7500 cards

"K. S. Griffiths" <[email protected]> Wed, 04 Feb 2004 10:40:22 -0600
Newsgroups gmane.linux.redhat.xfree86
Message-ID <[email protected]>
I'm not nearly as experienced with Linux as I'd like to be, try as I 
might on my own I can't get dual head to work on my system.

Specs are PIII 733, Tyan Motherboard, one ATI Radeon 7500 in AGP slot, 
second ATI Radeon 7500 in PCI slot.  I have one 15" LCD that supports 
1024x768 that I want to be my secondary monitor, and a 17" LCD that 
supports 1280x1024 that I want to use as my primary.  Individual 
desktops are preferred as I need the 1280x1024 resolution.  The 17" LCD 
is physically below the 15" LCD.

The setup works under SuSE Linux just fine but SuSE was being a PITA 
about some of the apps I need to use for my job.  Below is my XF86Config 
with most comments edited out:

# XFree86 4 configuration created by redhat-config-xfree86
 
 

Section "ServerLayout"
         Identifier     "Multihead layout"
         Screen      0  "Screen0" LeftOf "Screen1"
         Screen      1  "Screen1" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
         InputDevice    "DevInputMice" "AlwaysCore"
         Option      "Xinerama" "on"
         Option      "Clone" "off"
EndSection
 
 

Section "Files"
 
 

         RgbPath      "/usr/X11R6/lib/X11/rgb"
         FontPath     "unix/:7100"
EndSection
 
 

Section "Module"
         Load  "dbe"
         Load  "extmod"
         Load  "fbdevhw"
         Load  "glx"
         Load  "record"
         Load  "freetype"
         Load  "type1"
         Load  "dri"
EndSection
 
 

Section "InputDevice"
 
 

         Identifier  "Keyboard0"
         Driver      "keyboard"
         Option      "XkbRules" "xfree86"
         Option      "XkbModel" "pc105"
         Option      "XkbLayout" "us"
EndSection
 
 

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "PS/2"
         Option      "Device" "/dev/psaux"
         Option      "ZAxisMapping" "4 5"
         Option      "Emulate3Buttons" "yes"
EndSection
 
 

Section "InputDevice"
 
 

         Identifier  "DevInputMice"
         Driver      "mouse"
         Option      "Protocol" "IMPS/2"
         Option      "Device" "/dev/input/mice"
         Option      "ZAxisMapping" "4 5"
         Option      "Emulate3Buttons" "no"
EndSection
Section "Monitor"
         Identifier   "Monitor0"
         VendorName   "Monitor Vendor"
         ModelName    "LCD Panel 1280x1024"
         DisplaySize  340        270
         HorizSync    31.5 - 67.0
         VertRefresh  50.0 - 75.0
         Option      "dpms"
EndSection
 
 

Section "Monitor"
         Identifier   "Monitor1"
         VendorName   "Monitor Vendor"
         ModelName    "LCD Panel 1024x768"
         HorizSync    31.5 - 37.9
         VertRefresh  40.0 - 70.0
         Option      "dpms"
EndSection
 
 

Section "Device"
         Identifier  "Videocard0"
         Driver      "radeon"
         VendorName  "Videocard vendor"
         BoardName   "ATI Radeon 7500"
EndSection
 
 

Section "Device"
         Identifier  "Videocard1"
         Driver      "radeon"
         VendorName  "Videocard Vendor"
         BoardName   "ATI Radeon 7500"
         BusID       "PCI:1:0:0"
EndSection
 
 

Section "Screen"
         Identifier "Screen0"
         Device     "Videocard0"
         Monitor    "Monitor0"
         DefaultDepth     24
         SubSection "Display"
                 Depth     24
                 Modes    "1024x768" "800x600" "640x480"
         EndSubSection
EndSection
 
 

Section "Screen"
         Identifier "Screen1"
         Device     "Videocard1"
         Monitor    "Monitor1"
         DefaultDepth     24
         SubSection "Display"
                 Depth     24
                 Modes    "1280x1024" "800x600"
         EndSubSection
EndSection
 
 

Section "DRI"
         Group        0
         Mode         0666
EndSection

*****************************************************

Feel free to laugh at me. :-/


_______________________________________________
xfree86-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/xfree86-list
IRC: #xfree86 on irc.redhat.com