[XFree86] 2 Radeon cards/dual head setup problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello,

I am having a hard time setting up my second card on my box. I am running
XF86 v. 4.3.0

My hardware:

card 1
------------------------
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7
LW [Radeon Mobility 7500] (prog-if 00 [VGA])
        Subsystem: Dell Computer Corporation: Unknown device 012a
        Flags: bus master, VGA palette snoop, stepping, 66Mhz, medium
devsel, latency 32, IRQ 11
        Memory at e0000000 (32-bit, prefetchable) [disabled] [size=128M]
        I/O ports at c000 [disabled] [size=256]
        Memory at fcff0000 (32-bit, non-prefetchable) [disabled] [size=64K]
        Expansion ROM at <unassigned> [disabled] [size=128K]
        Capabilities: [58] AGP version 2.0
        Capabilities: [50] Power Management version 2

card 2
------------------------
03:02.0 VGA compatible controller: ATI Technologies Inc Radeon RV200 QW
[Radeon
7500] (prog-if 00 [VGA])
        Subsystem: ATI Technologies Inc: Unknown device 013b
        Flags: bus master, stepping, medium devsel, latency 32, IRQ 11
        Memory at d8000000 (32-bit, prefetchable) [size=128M]
        I/O ports at fc00 [size=256]
        Memory at faff0000 (32-bit, non-prefetchable) [size=64K]
        Expansion ROM at <unassigned> [disabled] [size=128K]
        Capabilities: [50] Power Management version 2

OS:
RH 9 kernel 2.4.20-20.9


I have a dell laptop with a docking station.  I added the second card to
the docking station.  I originally had another vid. card in there, but the
resolution was 1024x768.  My primary display was 1280x1024 and moving
between two looked like crap, so I upgraded the card in the docking
station.  Setting it up in the first place was very straight forward, but
this second time around I am having a hard time.  I figured it would be
simple since they are using the same driver, but somehow I believe that is
my problem.  Anyway, I have tried all sorts of options in the device
sections, but nothing works.  I can only use one card at a time.  Meaning
that if I disable either of the screens the other works just fine, but I
cannot get them to work together.  Here is my config file and the log file
to follow in a second email (using webmail):

config file:
# XFree86 4 configuration created by redhat-config-xfree86

Section "ServerLayout"

        #Screen      0  "Screen1" 0 0
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" LeftOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "DevInputMice" "AlwaysCore"
        Option "Xinerama" "On"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name of
the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
        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"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        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"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Sony CPD-20SF2"
        DisplaySize  390        290
        HorizSync    30.0 - 65.0
        VertRefresh  50.0 - 120.0
        Option      "dpms"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Sony CPD-20SF2"
        DisplaySize  390        290
        HorizSync    30.0 - 65.0
        VertRefresh  50.0 - 120.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon Mobility 7500"
        VideoRam    65536
        BusID       "PCI:1:0:0"
EndSection

Section "Device"
        Identifier  "Videocard1"
        Driver      "radeon"
        VendorName  "Videocard vendor"
        BoardName   "ATI Radeon 7500"
        VideoRam    65536
        BusID       "PCI:3:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1400x1050" "1280x1024" "1280x960" "1024x768"
"800x600"
 "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Videocard1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Depth     16
                Modes    "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth     24
                Modes    "1400x1050" "1280x1024" "1280x960" "1024x768"
"800x600"
 "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection

-------
Jesús-Antonio Arroyo
Senior System Administrator
IDC
e: jarroyo@xxxxxxx


_______________________________________________
XFree86 mailing list
XFree86@xxxxxxxxxxx
http://XFree86.Org/mailman/listinfo/xfree86

[Index of Archives]     [X Forum]     [Xorg]     [XFree86 Newbie]     [IETF Announce]     [Security]     [Font Config]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux Kernel]

  Powered by Linux