Archief - ATI - Dual Head/Xinerama - Xorg

Het archief is een bevroren moment uit een vorige versie van dit forum, met andere regels en andere bazen. Deze posts weerspiegelen op geen enkele manier onze huidige ideeën, waarden of wereldbeelden en zijn op sommige plaatsen gecensureerd wegens ontoelaatbaar. Veel zijn in een andere tijdsgeest gemaakt, al dan niet ironisch - zoals in het ironische subforum Off-Topic - en zouden op dit moment niet meer gepost (mogen) worden. Toch bieden we dit archief nog graag aan als informatiedatabank en naslagwerk. Lees er hier meer over of start een gesprek met anderen.

Zillode

Legacy Member
Kan er mij iemand helpen om een Dual Head of Xinerama xorg config te maken?
ATI Radeon 9800pro - Gentoo - Kernel 2.6.15-gentoo-r7

Code:
Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "/usr/share/fonts/misc/:unscaled"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/corefonts"
        FontPath     "/usr/share/fonts/freefont"
        FontPath     "/usr/share/fonts/sharefonts"
        FontPath     "/usr/share/fonts/artwiz"
        FontPath     "/usr/share/fonts/terminus"
        FontPath     "/usr/share/fonts/ttf-bitstream-vera"
        FontPath     "/usr/share/fonts/unifont"
        FontPath     "/usr/share/fonts/75dpi:unscaled"
        FontPath     "/usr/share/fonts/100dpi:unscaled"
        FontPath     "/usr/share/fonts/local/"
EndSection

Section "Module"
        Load  "dbe" 
        SubSection "extmod"
                Option      "omit xfree86-dga"
        EndSubSection
        Load  "type1"
        Load  "freetype"
        Load  "dri"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard1"
        Driver      "kbd"
        Option      "AutoRepeat" "500 30"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "logicdp"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "Auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "MonitorLinks"
        HorizSync    30 - 83
        VertRefresh  56 - 76
        DisplaySize  375  377
        Option  "DPMS"
EndSection

Section "Monitor"
        Identifier   "MonitorRechts"
        HorizSync    30 - 83
        VertRefresh  56 - 76
        DisplaySize  375  377
        Option  "DPMS"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver "fglrx"
        Option "no_accel"                   "no"
        Option "no_dri"                     "no"
        Option "mtrr"                       "off
        Option "DesktopSetup"               "0x00000200"
        Option "MonitorLayout"              "TMDS,TMDS"
        Option "ForceMonitors"              "lvds,lvds"
        Option "OverlayOnCRTC2"             "0"
        Option "IgnoreEDID"                 "off"
        Option "UseEdidDpi"                 "FALSE"
        Option "DPI"                        "96 x 96"
        Option "HSync2"                     "30 - 83"
        Option "VRefresh2"                  "56 - 76"
        Option "ScreenOverlap"              "0
        Option "NoTV"                       "yes"
        Option "TVStandard"                 "PAL-B"
        Option "TVHSizeAdj"                 "0"
        Option "TVVSizeAdj"                 "0"
        Option "TVHPosAdj"                  "0"
        Option "TVVPosAdj"                  "0"
        Option "TVHStartAdj"                "0"
        Option "TVColorAdj"                 "0"
        Option "GammaCorrectionI"           "0x00000000"
        Option "GammaCorrectionII"          "0x00000000"
        Option "Capabilities"               "0x00008000"
        Option "VideoOverlay"               "on"
        Option "OpenGLOverlay"              "off"
        Option "CenterMode"                 "off"
        Option "PseudoColorVisuals"         "off"
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
        Option "FSAAEnable"                 "yes" 
        Option "FSAAScale"                  "0" 
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
        Option "UseFastTLS"                 "2"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
        Option "KernelModuleParm"           "agplock=0"
        Option "EnablePrivateBackZ"         "yes"
        BusID  "PCI:3:0:0"
        Screen 0
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter 1"
        Driver "fglrx"
        Option "FSAAEnable"                 "yes"
        Option "FSAAScale"                  "0"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
        Option "EnablePrivateBackZ"         "yes"
        BusID  "PCI:3:0:0"
        Screen 1
EndSection

Section "Screen"
        Identifier "Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "MonitorLinks"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes   "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen 1"
        Device     "ATI Graphics Adapter 1"
        Monitor    "MonitorRechts"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1280x1024" "1024x768"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Dual Screen Layout"
        Screen       0  "Screen 0" 0 0
        Screen       1  "Screen 1" RightOf "Screen 0"
        Option          "OffTime"       "20"
        InputDevice     "Mouse1" "CorePointer"
        InputDevice     "Keyboard1" "CoreKeyboard"
EndSection

Mn 2de monitor is wit en ik kan mn muis niet bewegen naar daar.
Ik heb het al eens werkende gekregen, maar na een update van ati/xorg/dunno? werkte het oppeens niet meer, en kheb al zitten prullen aan deze config dus ik weet niet echt wat er nu verkeerd aan is.

Heeft iemand een werkende Dual Head of Xinerama Config voor ATI met Xorg aub?
Alvast bedankt, greetz Zillode

Coax

Legacy Member
Heb het werkende met nvidia, moest dat helpen ...
Code:
homer X11 # grep -v "#" XF86Config | grep -v ^$
Section "Module"
    SubSection  "extmod"
    EndSubSection
    Load        "type1"
    Load        "speedo"
    Load       "glx"
EndSection
Section "Files"
    RgbPath     "/usr/lib/X11/rgb"
    FontPath   "/usr/share/fonts/local/"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/75dpi/:unscaled"
    FontPath   "/usr/share/fonts/100dpi/:unscaled"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
EndSection
Section "ServerFlags"
EndSection
Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbModel"   "pc104"
    Option "XkbLayout"  "be"
EndSection
Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons"
EndSection
Section "Monitor"
    Identifier  "FT720"
    HorizSync   31.5 - 64.3
    VertRefresh 50-160
EndSection
Section "Device"
    Identifier  "geforce"
    Driver      "nvidia"
    Screen      0
    Option      "TwinView"
    Option      "Metamodes"     "1280x1024,1280x1024; 1024x768,1024x768; 800x600; 800x600"
    Option      "TwinViewOrientation"   "RightOf"
    Option      "SecondMonitorHorizSync"        "UseEdidFreqs"
    Option      "SecondMonitorVertRefresh"      "UseEdidFreqs"
    Option      "RenderAccel"
    Option      "HWcursor"
    Option      "Xinerama"      "on"
    Option "NoLogo" "true"
EndSection
Section "Screen"
    Identifier  "Screen 1"
    Device      "geforce"
    Monitor     "FT720"
    DefaultDepth 24
    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Zillode

Legacy Member
nja, kheb al een aantal werkende nvidia configs tegengekomen. maar de ati drivers ondersteunen die broodnodige features niet:/

Bubbling Zombie

Legacy Member
is't eigelijk mogelijk om met een laptopvideokaart (dus een geforce 5700) te werken met twee schermen naast een? Allez, dus dat ik bv op het linkse scherm film kan zien en op het rechtse kan programmeren? (achtergrondlawaai, weet u wel :p) (en gaat het ook als scherm rechts 1024*768 is en scherm links 1280*1024 ?)

Zillode

Legacy Member
Bubbling Zombie zei:
is't eigelijk mogelijk om met een laptopvideokaart (dus een geforce 5700) te werken met twee schermen naast een? Allez, dus dat ik bv op het linkse scherm film kan zien en op het rechtse kan programmeren? (achtergrondlawaai, weet u wel :p) (en gaat het ook als scherm rechts 1024*768 is en scherm links 1280*1024 ?)
gaat perfect normaal:) nvidia heeft goeie support. der zijn enkel probs met ati:/
Het archief is een bevroren moment uit een vorige versie van dit forum, met andere regels en andere bazen. Deze posts weerspiegelen op geen enkele manier onze huidige ideeën, waarden of wereldbeelden en zijn op sommige plaatsen gecensureerd wegens ontoelaatbaar. Veel zijn in een andere tijdsgeest gemaakt, al dan niet ironisch - zoals in het ironische subforum Off-Topic - en zouden op dit moment niet meer gepost (mogen) worden. Toch bieden we dit archief nog graag aan als informatiedatabank en naslagwerk. Lees er hier meer over of start een gesprek met anderen.
Terug
Bovenaan