Here is the latest and greatest updated version, enjoy!!

-brian

ps: only the important parts. ;)

Section "Device"
        Identifier      "ATI"
        Driver          "radeon"
        # accelration
        Option          "AGPMode" "4"
        Option          "EnablePageFlip" "on"
        Option          "RenderAccel" "on"
        # enable (partial) PowerPlay features
        Option          "DynamicClocks" "on"
        # use bios hot keys on thinkpad (aka fn+f7)
        Option          "BIOSHotkeys" "on"
        # enable radeon specific xinerama
        Option          "MergedFB" "true"
        Option          "CRT2Position" "LeftOf"
        Option          "CRT2Hsync" "50-75"
        Option          "CRT2VRefresh" "30-82"
        Option          "MetaModes" "1280x1024-1280x1024"
        # Don't need this, both my displays are the same size
        #Option          "MergedNonRectangular" "true"
        BusID           "PCI:1:0:0"
EndSection

Section "Monitor"
        Identifier "Monitor0"
        HorizSync 50-75
        VertRefresh 30-82
        Option "DPMS"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device "ATI"
        Monitor "Monitor0"
        DefaultDepth 24
        SubSection "Display"
                Depth 24
                Modes "1280x1024"
                Virtual 2560 1024
        EndSubSection
EndSection
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to