DualHeadOnApplePowerMacG5

# this config gets you working 2d on a G5 with the Radeon 9600XT
# any suggestions welcome, just thought I would put it up here
Section "Extensions"
        Option "Composite" "enable"
EndSection

Section "Files"
        FontPath        "/usr/share/X11/fonts/misc"
        FontPath        "/usr/share/X11/fonts/cyrillic"
        FontPath        "/usr/share/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/share/X11/fonts/Type1"
        FontPath        "/usr/share/X11/fonts/100dpi"
        FontPath        "/usr/share/X11/fonts/75dpi"
        # path to defoma fonts
        FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "record"
        Load    "type1"
        Load    "vbe"
EndSection

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "kbd"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xorg"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ExplorerPS/2"
EndSection

Section "Device"
        Identifier      "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
       Driver           "radeon"
       Option           "SWcursor"      "off"
### ---For using both heads on the card---
       Option           "MergedFB"      "on"
       Option           "CRT2HSync"     "30.0-81.0"
       Option           "CRT2VRefreh"   "56.0-76.0"
       Option           "CRT2Position"  "LeftOf"
       Option           "MergedXinerama" "on"
       Option           "MergedXineramaCRT2IsScreen0" "true"
### --------------------------------------
       Option           "EnablePageFlip" "on"
       Option           "RenderAccel"   "on"
       Option           "AccelMethod"   "EXA"
       Option           "DMAForXv"      "on"
       Option           "DynamicClocks" "off"
       Option           "ReverseDDC"    "off"
        BusID           "PCI:240:16:0"
EndSection

Section "Monitor"
        Identifier      "DELL 1905FPA"
        Option          "DPMS"
        HorizSync       30-81
        VertRefresh     56-76
EndSection

Section "Monitor"
        Identifier      "DELL 1905FPB"
        Option          "DPMS"
        HorizSync       30-81
        VertRefresh     56-76
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI Technologies, Inc. RV350 AR [Radeon 9600 XT]"
        Monitor         "DELL 1905FPA"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "DRI"
        Mode    0666
EndSection

DualHeadOnApplePowerMacG5 (last edited 2008-08-06 16:25:07 by localhost)