Radeon 7000 and xinerama?

Halvor yellowdog-general@lists.terrasoftsolutions.com
Tue May 18 09:04:01 2004


Hi

Beige g3 desktop model, one monitor plugged in the original card and one on
the radeon works with xinerama, have not tried both monitors on the radeon
though.

> Can anyone state that they have dual monitors working with a Radeon 7000 card?
> 
> I have had no luck so far, I have no reason to believe it is supported.
> 
> YDL 3.0.1
> kernel 2.4.26
> XFree 4.3.0-2.1e
> PowerTowerPro
> 
Are attaching the XF86Config file
Good luck

# File generated by halvor.

Section "ServerLayout"
    Identifier    "XFree86 Configured"
    Screen "Screen0" LeftOf "Screen1"
    Screen "Screen1"
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    #Screen        0  "Screen0" 0 0
    #Screen        1  "Screen1" 0 1
EndSection

Section "ServerFlags"
        Option "Xinerama" "true"
EndSection

Section "Files"
       RgbPath      "/usr/X11R6/lib/X11/rgb"
       FontPath     "unix/:7100"
EndSection

Section "Module"
    Load    "dbe"
    Load    "extmod"
    Load    "fbdevhw"
    Load    "glx"
    Load    "record"
    Load    "freetype"
    Load    "type1"
    #Load    "dri"
    #Load    "xtrap"
EndSection

Section "InputDevice"
    Identifier    "Keyboard0"
    Driver        "keyboard"
# Change "XkbModel" to "macintosh_old" if you are using
# the deprecated adb keycodes.
    Option        "XkbRules"    "xfree86"
    Option        "XkbModel"    "macintosh"
    Option        "XkbLayout"    "no"
EndSection

Section "InputDevice"
    Identifier    "Mouse0"
    Driver       "mouse"
    Option       "ZAxisMapping"    "4 5"
    Option       "Protocol"    "IMPS/2"
    Option        "Device"    "/dev/input/mice"
EndSection

Section "Monitor"
    Identifier    "Monitor0"
    UseModes    "Modes0"
    ModelName    "Apple 16"
    Option        "DPMS"
    HorizSync    30-70
    VertRefresh    50-160
EndSection

Section "Monitor"
    Identifier   "Monitor1"
    VendorName   "Mitsubishi"
    ModelName    "Mitsubishi Diamond Pro 21TX (THN9105)"
    HorizSync    30.0 - 93.0
    VertRefresh  50.0 - 152.0
    Option        "dpms"
EndSection

Section "Modes"
    Identifier    "Modes0"

    # Generated
    # D: 57.504 MHz, H: 49.917 kHz, V: 74.838 Hz
    Modeline "832x624" 57.504 832 880 944 1152  624 625 628 667  -HSync
-VSync
EndSection

Section "Device"
    Identifier    "Card0"
    ### Available Driver options are:-
    #Option    "SWcursor"
    Option    "HWcursor"
    #Option    "PciRetry"
    #Option    "NoAccel"
    #Option    "ShadowFB"    "true"
    Option    "UseFBDev"    "true"
    Driver    "ati"
    BusID    "PCI:0:18:0"
EndSection

Section "Device"
    Identifier    "Card1"
        #Identifier  "ATI Radeon VE"
    Driver      "radeon"
    VendorName  "ATI Radeon VE"
    BoardName   "ATI Radeon 7000"
    VideoRam    32768
    Option        "UseFBDev" "true"
    BusID    "PCI:0:13:0"
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Card0"
    Monitor        "Monitor0"
    DefaultDepth    24

    SubSection "Display"
        Depth        16
        Modes         "832x624"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes         "832x624"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "Screen1"
    Device        "Card1"
    Monitor        "Monitor1"
    DefaultDepth    24

    SubSection "Display"
        Depth        16
        Modes         "1152x864"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes         "1152x864"
    EndSubSection
EndSection


Section "DRI"
    Group 0
    Mode 0666
EndSection