You are not logged in.

#1 2006-04-28 08:13:12

Elias
Member
From: Lyon (Fr)
Registered: 2006-01-19
Posts: 35
Website

Dual Monitor with two video cards

Hi... i have been trying for the entire afternoon to have my two monitors working together (using a pci and an agp video card) and it still do not work...

When i do a "X -configure", the following configuration file is generated

Section "ServerLayout"
    Identifier     "X.org Configured"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/75dpi"
    FontPath     "/usr/share/fonts/100dpi"
    FontPath     "/usr/share/fonts/TTF"
    FontPath     "/usr/share/fonts/Type1"
EndSection

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

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
    #DisplaySize      310   230    # mm
    Identifier   "Monitor0"
    VendorName   "REL"
    ModelName    "Relisys 786"
 ### Comment all HorizSync and VertSync values to use DDC:
    HorizSync    30.0 - 86.0
    VertRefresh  50.0 - 120.0
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Monitor Vendor"
    ModelName    "Monitor Model"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "PanelOff"               # [<bool>]
        #Option     "DDCMode"                # [<bool>]
        #Option     "MonitorLayout"          # [<str>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "MergedFB"               # [<bool>]
        #Option     "CRT2HSync"              # [<str>]
        #Option     "CRT2VRefresh"           # [<str>]
        #Option     "CRT2Position"           # [<str>]
        #Option     "MetaModes"              # [<str>]
        #Option     "MergedDPI"              # [<str>]
        #Option     "MergedXinerama"         # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"     # [<bool>]
        #Option     "MergedNonRectangular"     # [<bool>]
        #Option     "MergedMouseRestriction"     # [<bool>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "ColorTiling"            # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "DynamicClocks"          # [<bool>]
        #Option     "BIOSHotkeys"            # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
    Identifier  "Card0"
    Driver      "ati"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon RV250 If [Radeon 9000]"
    BusID       "PCI:1:5:0"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"                # [<bool>]
        #Option     "SWcursor"               # [<bool>]
        #Option     "Dac6Bit"                # [<bool>]
        #Option     "Dac8Bit"                # [<bool>]
        #Option     "BusType"                # [<str>]
        #Option     "CPPIOMode"              # [<bool>]
        #Option     "CPusecTimeout"          # <i>
        #Option     "AGPMode"                # <i>
        #Option     "AGPFastWrite"           # [<bool>]
        #Option     "AGPSize"                # <i>
        #Option     "GARTSize"               # <i>
        #Option     "RingSize"               # <i>
        #Option     "BufferSize"             # <i>
        #Option     "EnableDepthMoves"       # [<bool>]
        #Option     "EnablePageFlip"         # [<bool>]
        #Option     "NoBackBuffer"           # [<bool>]
        #Option     "DMAForXv"               # [<bool>]
        #Option     "PanelOff"               # [<bool>]
        #Option     "DDCMode"                # [<bool>]
        #Option     "MonitorLayout"          # [<str>]
        #Option     "IgnoreEDID"             # [<bool>]
        #Option     "UseFBDev"               # [<bool>]
        #Option     "MergedFB"               # [<bool>]
        #Option     "CRT2HSync"              # [<str>]
        #Option     "CRT2VRefresh"           # [<str>]
        #Option     "CRT2Position"           # [<str>]
        #Option     "MetaModes"              # [<str>]
        #Option     "MergedDPI"              # [<str>]
        #Option     "MergedXinerama"         # [<bool>]
        #Option     "MergedXineramaCRT2IsScreen0"     # [<bool>]
        #Option     "MergedNonRectangular"     # [<bool>]
        #Option     "MergedMouseRestriction"     # [<bool>]
        #Option     "DisplayPriority"        # [<str>]
        #Option     "PanelSize"              # [<str>]
        #Option     "ForceMinDotClock"       # <freq>
        #Option     "ColorTiling"            # [<bool>]
        #Option     "VideoKey"               # <i>
        #Option     "RageTheatreCrystal"     # <i>
        #Option     "RageTheatreTunerPort"     # <i>
        #Option     "RageTheatreCompositePort"     # <i>
        #Option     "RageTheatreSVideoPort"     # <i>
        #Option     "TunerType"              # <i>
        #Option     "RageTheatreMicrocPath"     # <str>
        #Option     "RageTheatreMicrocType"     # <str>
        #Option     "RenderAccel"            # [<bool>]
        #Option     "SubPixelOrder"          # [<str>]
        #Option     "ShowCache"              # [<bool>]
        #Option     "DynamicClocks"          # [<bool>]
        #Option     "BIOSHotkeys"            # [<bool>]
        #Option     "VGAAccess"              # [<bool>]
        #Option     "ReverseDDC"             # [<bool>]
        #Option     "LVDSProbePLL"           # [<bool>]
        #Option     "AccelMethod"            # <str>
    Identifier  "Card1"
    Driver      "ati"
    VendorName  "ATI Technologies Inc"
    BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
    BusID       "PCI:2:9:0"
EndSection

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "Screen1"
    Device     "Card1"
    Monitor    "Monitor1"
    SubSection "Display"
        Viewport   0 0
        Depth     1
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     4
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     8
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     15
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     16
    EndSubSection
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

...but when i try to use it, the computer just hang on for ever on a black screen on both monitors, without any mouse.

The log file is pretty big so here is the full[ version and here is the end of the log

(II) RADEON(0): [drm] loaded kernel module for "radeon" driver
(II) RADEON(0): [drm] DRM interface version 1.2
(II) RADEON(0): [drm] created "radeon" driver at busid "pci:0000:01:05.0"
(II) RADEON(0): [drm] added 8192 byte SAREA at 0xe9b97000
(II) RADEON(0): [drm] mapped SAREA 0xe9b97000 to 0xb7997000
(II) RADEON(0): [drm] framebuffer handle = 0xe0000000
(II) RADEON(0): [drm] added 1 reserved context for kernel
(II) RADEON(0): [agp] Mode 0x1f000201 [AGP 0x1002/0x5833; Card 0x1002/0x4966]
(II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
(II) RADEON(0): [agp] ring handle = 0xfc000000
(II) RADEON(0): [agp] Ring mapped at 0xaf6de000
(II) RADEON(0): [agp] ring read ptr handle = 0xfc101000
(II) RADEON(0): [agp] Ring read ptr mapped at 0xb7fb8000
(II) RADEON(0): [agp] vertex/indirect buffers handle = 0xfc102000
(II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xaf4de000
(II) RADEON(0): [agp] GART texture map handle = 0xfc302000
(II) RADEON(0): [agp] GART Texture map mapped at 0xaeffe000
(II) RADEON(0): [drm] register handle = 0xfad00000
(II) RADEON(0): [dri] Visual configs initialized
(II) RADEON(0): Depth moves disabled by default
(II) RADEON(0): CP in BM mode
(II) RADEON(0): Using 8 MB GART aperture
(II) RADEON(0): Using 1 MB for the ring buffer
(II) RADEON(0): Using 2 MB for vertex/indirect buffers
(II) RADEON(0): Using 5 MB for GART textures
(II) RADEON(0): Memory manager initialized to (0,0) (1920,8191)
(II) RADEON(0): Reserved area from (0,1392) to (1920,1394)
(II) RADEON(0): Largest offscreen area available: 1920 x 6797
(II) RADEON(0): Will use back buffer at offset 0x15cc000
(II) RADEON(0): Will use depth buffer at offset 0x1ae5000
(II) RADEON(0): Will use 98304 kb for textures at offset 0x1ffe000
(II) RADEON(0): Render acceleration enabled
(II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
        32 128x128 slots
        32 256x256 slots
        16 512x512 slots
(II) RADEON(0): Acceleration enabled
(==) RADEON(0): Backing store disabled
(==) RADEON(0): Silken mouse enabled
(II) RADEON(0): Using hardware cursor (scanline 1394)
(II) RADEON(0): Largest offscreen area available: 1920 x 6792
(**) Option "dpms"
(**) RADEON(0): DPMS enabled
(II) RADEON(0): Detected Radeon 9000 - skipping multimedia i2c initialization code.
(II) Loading sub module "theatre_detect"
(II) LoadModule: "theatre_detect"
(II) Loading /usr/lib/xorg/modules/multimedia/theatre_detect_drv.so
(II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    ABI class: X.Org Video Driver, version 0.8
(II) RADEON(0): no multimedia table present, disabling Rage Theatre.
(II) RADEON(0): X context handle = 0x1
(II) RADEON(0): [drm] installed DRM signal handler
(II) RADEON(0): [DRI] installation complete
(II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
(II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
(II) RADEON(0): [drm] dma control initialized, using IRQ 16
(II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
(II) RADEON(0): Direct rendering enabled
(==) RandR enabled
(==) RADEON(1): Write-combining range (0xf0000000,0x800000)
(EE) RADEON(1): Static buffer allocation failed.  Disabling DRI.
(EE) RADEON(1): At least 11025 kB of video memory needed at this resolution and depth.
(II) RADEON(1): Depth moves disabled by default
(II) RADEON(1): Memory manager initialized to (0,0) (1792,2340)
(II) RADEON(1): Reserved area from (0,1050) to (1792,1058)
(II) RADEON(1): Largest offscreen area available: 1792 x 1282
(II) RADEON(1): Render acceleration enabled
(EE) RADEON(1): Idle timed out, resetting engine...
(EE) RADEON(1): Idle timed out, resetting engine...
(EE) RADEON(1): Idle timed out, resetting engine...
(EE) RADEON(1): Idle timed out, resetting engine...
(EE) RADEON(1): Idle timed out, resetting engine...
(EE) RADEON(1): Idle timed out, resetting engine...
(EE) RADEON(1): Idle timed out, resetting engine...
(EE) RADEON(1): Idle timed out, resetting engine...
(EE) RADEON(1): Idle timed out, resetting engine...

Does any one have any experience in that and could help me out with my issue ?

thanks by advance !

Offline

Board footer

Powered by FluxBB