On Sun, 2004-03-07 at 12:57, Dominique Dumont wrote:
> Hello Miguel
> 
> Miguel Marques <[EMAIL PROTECTED]> writes:
> > When I upgraded again to 4.3.0-3 to get the extra information
> > requested by Christian, dual head worked just fine.
> 
> 
> I have some trouble to set up dual head on my radeon 9200 card. Could
> you send me your XF86Config-4 file so I can use it for reference ?
> 

Hi,

attached is a XF86Config-4, which does Dualhead just fine here.

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV100 QY
[Radeon 7000/VE]

cheers.
Christian

Section "ServerLayout"
        Identifier     "XFree86 Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" LeftOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "USBMouse"
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option         "Xinerama"
EndSection
Section "Files"
        FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
        FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
        FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
        FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
EndSection
Section "Module"
        Load "bitmap"
        Load "dbe"
        Load "dri"
        Load "extmod"
        Load "freetype"
        Load "glx"
        Load "record"
        Load "speedo"
        Load "type1"
EndSection
Section "InputDevice"
        Identifier      "USBMouse"
        Driver          "mouse"
        Option          "Device" "/dev/input/mice"
        Option          "Protocol" "IMPS/2"
        Option          "AlwaysCore"
        Option          "ZaxisMapping" "4 5"
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     "ForcePCIMode"              # [<bool>]
        #Option     "CPPIOMode"                 # [<bool>]
        #Option     "CPusecTimeout"             # <i>
        #Option     "AGPMode"                   # <i>
        #Option     "AGPFastWrite"              # [<bool>]
        #Option     "AGPSize"                   # <i>
        #Option     "RingSize"                  # <i>
        #Option     "BufferSize"                # <i>
        #Option     "EnableDepthMoves"          # [<bool>]
        #Option     "EnablePageFlip"            # [<bool>]
        #Option     "NoBackBuffer"              # [<bool>]
        #Option     "PanelOff"                  # [<bool>]
        #Option     "DDCMode"                   # [<bool>]
        #Option     "CloneDisplay"              # <i>
        #Option     "CloneMode"                 # [<str>]
        #Option     "CloneHSync"                # [<str>]
        #Option     "CloneVRefresh"             # [<str>]
        #Option     "UseFBDev"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        Identifier  "Card0"
        Driver      "ati"
        VendorName  "ATI Technologies Inc"
        BoardName   "Radeon RV100 QY [Radeon 7000/VE]"
        BusID       "PCI:1:0:0"
        Screen      0
#       CloneDisplay "2"
EndSection

Section "Device"
        Identifier      "Card1"
        Driver          "ati"
        BusId           "PCI:1:0:0"
        Screen          1
#       CloneDisplay    "2"
EndSection

Section "InputDevice"
        Identifier      "Keyboard0"
        Driver  "keyboard"
        Option  "XkbModel" "pc105"
        Option  "XkbLayout" "de"
        Option  "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
        Identifier      "Mouse0"
        Driver  "mouse"
        Option  "Device" "/dev/psaux"
        Option  "Protocol" "IMPS/2"
        Option  "ZaxisMapping" "4 5"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Monitor"
        Identifier      "Monitor0"
        VendorName      "Eizo"
        ModelName       "FlexScan"
        HorizSync       30-96
        VertRefresh     50-160
        Option  "DPMS"
EndSection

Section "Monitor"
        Identifier      "Monitor1"
        VendorName      "Eizo"
        ModelName       "FlexScan"
        HorizSync       30-96
        VertRefresh     50-160
        Option  "DPMS"
EndSection

Section "Screen"
        Identifier      "Screen0"
        Device  "Card0"
        Monitor "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Depth   1
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   4
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   8
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   15
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device  "Card1"
        Monitor "Monitor1"
        DefaultDepth 24
        SubSection "Display"
                Depth   1
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   4
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   8
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   15
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes   "1280x1024"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "1280x1024"
        EndSubSection
EndSection

Reply via email to