I have recently built XFree86 from cvs since the changes to the
radeon_driver.c et. al. seem to be in place. Unfortunately, I still cant
seem to get the second output of the card to activate. Once I start X, it
does seem to think there is a second monitor, since my desktop seems to be
twice the size(the cursor runs to the right about the monitor width past the
right screen edge), and X does detect both my monitors(ddc output in the X
log), and doesnt complain about anything abnormal AFAIKT. It just doesnt
seem to actually turn on the out put. I believe my issue is that there is an
option I should add to my XFConfig-4 file to activate the second
output.....but looking through the code, and the web, I cannot determine
what(if that really is my problem) it is. below is a copy of my XFConfig-4.
Thank you:

#############Begin####################


Section "ServerFlags"
        Option         "Xinerama" "on"
EndSection

Section "ServerLayout"
        Identifier     "RadeonDH"
        Screen  0 "Screen0" 0 0
        Screen  0 "Screen1" Leftof "Screen0"    
        InputDevice    "Generic Keyboard"
        InputDevice    "Configured Mouse"
EndSection

Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc104"
        Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "Protocol"              "ImPS/2"
        Option          "ZAxisMapping"          "4 5"
EndSection

Section "Device"
        Identifier      "Radeon0"
        Driver          "radeon"
        BusID           "PCI:1:0:0"
        Screen          0
        Option          "DDCMode"
EndSection

Section "Device"
        Identifier      "Radeon1"
        Driver          "radeon"
        BusID           "PCI:1:0:0"
        Screen          1
        Option          "DDCMode"
EndSection

Section "Monitor"
        Identifier   "Display0"
        HorizSync    24.0 - 82.0
        VertRefresh  55.0 - 85.0
        Option       "DPMS"
EndSection

Section "Monitor"
        Identifier   "Display1"
        HorizSync    24.0 - 82.0
        VertRefresh  55.0 - 85.0
        Option       "DPMS"
EndSection

Section "Device"
        Identifier "Linux Frame Buffer"
        Driver "fbdev"
        BoardName "Unknown"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Radeon0"
        Monitor    "Display0"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection


Section "Screen"
        Identifier "Screen1"
        Device     "Radeon1"
        Monitor    "Display1"
        DefaultDepth     24
        SubSection "Display"
                Depth     24
                Modes    "1280x1024"
        EndSubSection
        #Option "Crt2Dac2"
        Option          "CloneDisplay" "1"
EndSection

Section "DRI"
        Mode    0666
EndSection

####################end################


Thanks again for any insight or help someone can offer


--
John Hughes
Sr Unix Systems Administrator
UBS-GlobalAM
212.882.5146
 

_______________________________________________________________________________
This e-mail, and any attachments, are confidential and access
by anyone other than the addressee(s) is unauthorized. The 
security of e-mail communication cannot be guaranteed and 
neither UBS AG, nor any of its affiliates, accepts liability 
for claims arising as a result of the use of this medium to 
transmit messages from or to UBS AG, or any of its affiliates.
If you are not the intended recipient, any disclosure, 
copying, forwarding or distribution of this e-mail is 
prohibited. We would be grateful if you would notify the 
sender of any instances where this occurs.
_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to