Hi Brian,

Comments inlined in the config file below.

On 12/21/06, Brian Hechinger <[EMAIL PROTECTED]> wrote:
I'm not sure where the problem lies exactly.  I've now got it somewhat working. 
 Just as a datapoint, I put 6.8 onto svn_38 and it worked great.

The MergedFB stuff is working, but I have this issue:

The secondary monitor (CRT2) gets setup at the correct resolution (1280x1024) 
and the primary monitor gets setup at 1024x768.  This is not what I wanted, I 
would like both to be 1280x1024.

I don't know what I need to do to cause this to happen however.

Any advice would be most welcome as I'm starting to lose my mind here.  ;)

-brian

ps: I don't seem to be able to attach the config file, so i'll paste it here

Section "ServerLayout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11/lib/X11/rgb"
        ModulePath   "/usr/X11/lib/modules"
        FontPath     "/usr/X11/lib/X11/fonts/TrueType/"
        FontPath     "/usr/X11/lib/X11/fonts/Type1/"
        FontPath     "/usr/X11/lib/X11/fonts/Type1/sun/"
        FontPath     "/usr/X11/lib/X11/fonts/F3bitmaps/"
        FontPath     "/usr/X11/lib/X11/fonts/misc/"
        FontPath     "/usr/X11/lib/X11/fonts/100dpi/"
        FontPath     "/usr/X11/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
        Load  "IA"
        Load  "dbe"
        Load  "extmod"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "bitstream"
        Load  "type1"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/mouse"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Device"
        Identifier      "ATI"
        Driver          "radeon"
        # accelration
        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" "1024x768-1280x1024"

The above line is interpreted as the resolution for
"Display0-Display1", so what you would want here is
"1280x1024-1280x1024".

        #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

Message was edited by:
        wonko


This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org



--
Eric Enright
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to