Announcement

Collapse
No announcement yet.

Help with radeon-git, X700 and dual head needed...

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

  • Help with radeon-git, X700 and dual head needed...

    I hope it is allowed to link to another forum, but some guy has these problems and couldn't find a solution yet.


    If this is not o.k. notify me and I will edit the post asap!

  • #2
    Any ideas?
    Is there something special with ATI Mobility X700?

    Comment


    • #3
      Does:
      Option "R4xxATOM" "TRUE"
      Help?

      Comment


      • #4
        Originally posted by agd5f View Post
        Does:
        Option "R4xxATOM" "TRUE"
        Help?
        That was the solution! I'm very impressed and happy.
        The picture is there, no black screen on LVDS. Still a clone, but I will try how to handle this.

        Btw. What does this option mean?

        Comment


        • #5
          Originally posted by mmre View Post
          That was the solution! I'm very impressed and happy.
          The picture is there, no black screen on LVDS. Still a clone, but I will try how to handle this.
          Make sure you are using 6.12.2 or newer. There was a bug in the crtc routing in the r4xx atom code.

          Originally posted by mmre View Post
          Btw. What does this option mean?
          It uses atombios for modesetting on r4xx hardware.

          Comment


          • #6
            Ok, I'm using 6.12.2.99.
            If the bug should be fixed in this version, that isn't so.

            Comment


            • #7
              It was fixed prior to 6.12.2, so it is fixed in the version you are using.

              What's the problem you are seeing?

              Comment


              • #8
                What I want:
                VGA-0 1680x1050
                LVDS 1280x800

                VGA-0 should be left of LVDS

                I tried a lot with xrandr, --left-of --pos..., but sometimes the positioning is wrong or VGA-0 shows: Out of range.

                It would be nice if somebody can help me.

                Comment


                • #9
                  make sure you have a big enough frame buffer reserved for the size of the desktop you want. You may need to add a virtual line to your config.

                  Comment


                  • #10
                    How do I reserve Framebuffer? Virtual line is activated. It seems to be a problem that both screens has a different resolution. I just can activate the small resolution at the big screen (but xrandr -q tell me that I use 1680x1050...)

                    Here is my xorg.conf:
                    Code:
                    Section "ServerLayout"
                    	Identifier     "X.org Configured"
                    	Screen      0  "Screen0" 0 0
                    	InputDevice    "Mouse0" "CorePointer"
                    	InputDevice    "Keyboard0" "CoreKeyboard"
                    #	Option		"Xinerama" "true" 
                    EndSection
                    
                    Section "ServerFlags"
                    	Option	"DontZap" "false"
                    EndSection
                    
                    Section "Files"
                    	ModulePath   "/usr/lib/xorg/modules"
                    	FontPath     "/usr/share/fonts/misc"
                    	FontPath     "/usr/share/fonts/100dpi:unscaled"
                    	FontPath     "/usr/share/fonts/75dpi:unscaled"
                    	FontPath     "/usr/share/fonts/TTF"
                    	FontPath     "/usr/share/fonts/Type1"
                    EndSection
                    
                    Section "Module"
                    	Load  "record"
                    	Load  "dbe"
                    	Load  "glx"
                    	Load  "dri2"
                    	Load  "dri"
                    	Load  "extmod"
                    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	  330   210	# mm
                    	Identifier   "Monitor0"
                    	VendorName   "QDS"
                    	ModelName    "1c"
                    	Option "MonitorLayout" "LVDS,AUTO"
                    	Option "DPMS" "true"
                    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"           	"true"
                            #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     "ClockGating"        	# [<bool>]
                            #Option     "VGAAccess"          	# [<bool>]
                            #Option     "ReverseDDC"         	# [<bool>]
                            #Option     "LVDSProbePLL"       	# [<bool>]
                            Option     "AccelMethod"        	"exa" #or XAA
                            Option     "DRI"                	"true" 
                            #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"           	"true"
                            Option      "ForceLowPowerMode"  	"true"
                    	Option	    "DynamicClocks" 		"true" #save power
                            #Option     "DynamicPM"          	# [<bool>]
                    	Identifier  "Card0"
                    	Driver      "radeon"
                    	VendorName  "ATI Technologies Inc"
                    	BoardName   "Radeon Mobility X700 (PCIE)"
                    	BusID       "PCI:1:0:0"
                    EndSection
                    
                    Section "Screen"
                    	Identifier "Screen0"
                    	Device     "Card0"
                    	Monitor    "Monitor0"
                    	SubSection "Display"
                    		Viewport   0 0
                    		Depth     1
                    		Virtual 2960 1050	
                    	EndSubSection
                    	SubSection "Display"
                    		Viewport   0 0
                    		Depth     4
                    		Virtual 2960 1050
                    	EndSubSection
                    	SubSection "Display"
                    		Viewport   0 0
                    		Depth     8
                    		Virtual 2960 1050
                    	EndSubSection
                    	SubSection "Display"
                    		Viewport   0 0
                    		Depth     15
                    		Virtual 2960 1050
                    	EndSubSection
                    	SubSection "Display"
                    		Viewport   0 0
                    		Depth     16
                    		Virtual 2960 1050
                    	EndSubSection
                    	SubSection "Display"
                    		Viewport   0 0
                    		Depth     24
                    		Virtual 2960 1050
                    	EndSubSection
                    EndSection
                    Thanks

                    Comment

                    Working...
                    X