Announcement

Collapse
No announcement yet.

radeonhd + x1650 pro + dual head

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • radeonhd + x1650 pro + dual head

    I have a "ATI Technologies Inc Radeon X1650 Pro" with 2 DVI Ports.

    Now i like to use this 2 for Dual Monitoring. But it dont work, i have only clone mode.

    What is rong?

    I use Gentoo, with 2.6.30-gentoo-r4 and x11-drivers/xf86-video-radeonhd-1.2.5

    Code:
    Section "ServerLayout"
            Identifier     "X.org Configured"
            Screen      0  "Screen0" 0 0
    #       Screen         "Screen1" RightOf "Screen0"
            InputDevice    "Mouse0" "CorePointer"
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
            ModulePath   "/usr/lib64/xorg/modules"
            FontPath     "/usr/share/fonts/misc/"
            FontPath     "/usr/share/fonts/TTF/"
            FontPath     "/usr/share/fonts/OTF"
            FontPath     "/usr/share/fonts/Type1/"
            FontPath     "/usr/share/fonts/100dpi/"
            FontPath     "/usr/share/fonts/75dpi/"
    EndSection
    
    Section "Module"
            Load  "extmod"
            Load  "record"
            Load  "dbe"
            Load  "v4l" # Video for Linux
            Load  "xtrap"
            Load  "dri"
            Load  "glx"
    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"
            Identifier   "Monitor0"
            VendorName   "Monitor Vendor"
            ModelName    "Monitor Model"
    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     "FBTexPercent"              # <i>
            #Option     "DepthBits"                 # <i>
            #Option     "PCIAPERSize"               # <i>
            #Option     "AccelDFS"                  # [<bool>]
            #Option     "IgnoreEDID"                # [<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     "ScalerWidth"               # <i>
            #Option     "RenderAccel"               # [<bool>]
            #Option     "SubPixelOrder"             # [<str>]
            #Option     "ShowCache"                 # [<bool>]
            #Option     "DynamicClocks"             # [<bool>]
            #Option     "VGAAccess"                 # [<bool>]
            #Option     "ReverseDDC"                # [<bool>]
            #Option     "LVDSProbePLL"              # [<bool>]
            #Option     "AccelMethod"               # <str>
            #Option     "DRI"                       # [<bool>]
            #Option     "ConnectorTable"            # <str>
            #Option     "DefaultConnectorTable"     # [<bool>]
            #Option     "DefaultTMDSPLL"            # [<bool>]
            #Option     "TVDACLoadDetect"           # [<bool>]
            #Option     "ForceTVOut"                # [<bool>]
            #Option     "TVStandard"                # <str>
            #Option     "IgnoreLidStatus"           # [<bool>]
            #Option     "DefaultTVDACAdj"           # [<bool>]
            #Option     "Int10"                     # [<bool>]
            #Option     "EXAVSync"                  # [<bool>]
            #Option     "ATOMTVOut"                 # [<bool>]
            #Option     "R4xxATOM"                  # [<bool>]
            Identifier  "Card0"
            Driver      "radeonhd"
            VendorName  "ATI Technologies Inc"
            BoardName   "Radeon X1650 Pro"
            BusID       "PCI:2:0:0"
            Option      "DynamicClocks" "on" # optional
            Option      "MergedFB"  "true"
            Option "OverlayOnCRTC2" "true"
            Option      "CRT2Position" "LeftOf"
            #Option "MetaModes" "1280x1024-1280x1024"
            #Option          "MergedXineramaCRT2IsScreen0"  "false"
            Option      "CloneMode" "false"
            #Option "MonitorLayout" "TMDS,TMDS"
            #Option  "monitor-DVI-I_1/analog" "monitor_0"
            #Option  "monitor-DVI-I_2/analog" "monitor_1"
            #Option  "RDROutputOrder" "DVI-I_1/analog"
            #Screen     0
    EndSection
    
    Section "Device"
            Identifier  "Card1"
            Driver      "radeonhd"
            VendorName  "ATI Technologies Inc"
            BoardName   "Radeon X1650 Pro"
            BusID       "PCI:2:0:1"
            #Screen      1
    EndSection
    
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Card0"
            Monitor    "Monitor0"
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
            #       Modes    "1280x1024" "1024x768" "800x600" "640x480"
                   Virtual   2560 1024 #The first value is the summ of horizontal resolutions your displays use
            EndSubSection
    EndSection
    
    Section "Screen"
            Identifier "Screen1"
            Device     "Card1"
            Monitor    "Monitor1"
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
            EndSubSection
    EndSection
    The /var/log/Xorg.0.log:

    Code:
    (WW) RADEONHD(0): Option "DynamicClocks" is not used
    (WW) RADEONHD(0): Option "MergedFB" is not used
    (WW) RADEONHD(0): Option "OverlayOnCRTC2" is not used
    (WW) RADEONHD(0): Option "CRT2Position" is not used
    (WW) RADEONHD(0): Option "CloneMode" is not used
    Last edited by donnie-darko; 22 August 2009, 01:09 PM.

  • #2
    Try it like the example(s) here -

    Comment


    • #3
      Thanks, its works perfekt with:


      Code:
      Section "ServerLayout"
              Identifier     "X.org Configured"
              Screen      0  "Screen0" 0 0
              InputDevice    "Mouse0" "CorePointer"
              InputDevice    "Keyboard0" "CoreKeyboard"
      EndSection
      
      Section "Files"
              ModulePath   "/usr/lib64/xorg/modules"
              FontPath     "/usr/share/fonts/misc/"
              FontPath     "/usr/share/fonts/TTF/"
              FontPath     "/usr/share/fonts/OTF"
              FontPath     "/usr/share/fonts/Type1/"
              FontPath     "/usr/share/fonts/100dpi/"
              FontPath     "/usr/share/fonts/75dpi/"
      EndSection
      
      Section "Module"
              Load  "extmod"
              Load  "record"
              Load  "dbe"
      #       Load  "v4l" # Video for Linux
              Load  "xtrap"
              Load  "dri"
              Load  "glx"
      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"
              Identifier   "Monitor0"
              VendorName   "Monitor Vendor"
              ModelName    "Monitor Model"
      EndSection
      
      Section "Monitor"
              Identifier   "Monitor1"
              Option       "RightOf"  "Monitor0"
              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     "FBTexPercent"              # <i>
              #Option     "DepthBits"                 # <i>
              #Option     "PCIAPERSize"               # <i>
              #Option     "AccelDFS"                  # [<bool>]
              #Option     "IgnoreEDID"                # [<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     "ScalerWidth"               # <i>
              #Option     "RenderAccel"               # [<bool>]
              #Option     "SubPixelOrder"             # [<str>]
              #Option     "ShowCache"                 # [<bool>]
              #Option     "DynamicClocks"             # [<bool>]
              #Option     "VGAAccess"                 # [<bool>]
              #Option     "ReverseDDC"                # [<bool>]
              #Option     "LVDSProbePLL"              # [<bool>]
              #Option     "AccelMethod"               # <str>
              #Option     "DRI"                       # [<bool>]
              #Option     "ConnectorTable"            # <str>
              #Option     "DefaultConnectorTable"     # [<bool>]
              #Option     "DefaultTMDSPLL"            # [<bool>]
              #Option     "TVDACLoadDetect"           # [<bool>]
              #Option     "ForceTVOut"                # [<bool>]
              #Option     "TVStandard"                # <str>
              #Option     "IgnoreLidStatus"           # [<bool>]
              #Option     "DefaultTVDACAdj"           # [<bool>]
              #Option     "Int10"                     # [<bool>]
              #Option     "EXAVSync"                  # [<bool>]
              #Option     "ATOMTVOut"                 # [<bool>]
              #Option     "R4xxATOM"                  # [<bool>]
              Identifier  "Card0"
              Driver      "radeonhd"
              VendorName  "ATI Technologies Inc"
              BoardName   "Radeon X1650 Pro"
              BusID       "PCI:2:0:0"
              Option      "DynamicClocks" "on" # optional
              Option      "monitor-DVI-I_1/digital" "Monitor0"
              Option      "monitor-DVI-I_2/digital" "Monitor1"
      EndSection
      
      Section "Screen"
              Identifier "Screen0"
              Device     "Card0"
              Monitor    "Monitor0"
              SubSection "Display"
                      Viewport   0 0
                      Depth     24
                      Modes    "1280x1024" "1024x768" "800x600" "640x480"
                      Virtual   2560 1024 #The first value is the summ of horizontal resolutions your displays use
              EndSubSection
      EndSection

      Comment

      Working...
      X