Hi,

hat mal jemand nen Tipp wie man Xinerama bei Laptopdisplay+CRT mit dem
Radeon Treiber hinbekommt?

Also unter Xfree86 liefs einwandfrei, selbe Konfig unter X.org: nur der
CRT wird gefunden... Nagut, da konnte ich mit ner MonitorLayout-Option
in den beiden Device-Sektionen helfen. Aber das 2. Problem krieg ich
nicht alleine in den Griff: Der CRT kann 1600x1200 Bildpunkte
darstellen, virtuelle Aufloesung ist 1680x1050 (maximale Groesse des
LCD's), aber der radeon-Treiber behauptet:

(II) RADEON(1): Not using mode "1600x1200" (no mode of this name)

Nun bin ich etwas ratlos :-( xorg.conf haenge ich an.

Andreas

-- 
Be free and open and breezy!  Enjoy!  Things won't get any better so
get used to it.
Section "Files"
        FontPath        "/usr/share/fonts/TrueType"
        FontPath        "/usr/lib/X11/fonts/misc:unscaled"
        FontPath        "/usr/lib/X11/fonts/100dpi:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi:unscaled"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/share/fonts/truetype/openoffice"
        FontPath        "/usr/share/fonts/truetype/ttf-xfree86-nonfree"
        FontPath        "/usr/share/fonts/truetype/freefont"
        FontPath        "/usr/share/fonts/truetype/ttf-bitstream-vera"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/cyrillic"
EndSection
Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "synaptics"
        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          "AutoRepeat"    "500 30"
        Option          "XkbOptions"    
"grp:ctrls_toggle,ctrl:ctrl_aa,grp_led:scroll"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "cymotionlinux"
        Option          "XkbLayout"     "de(nodeadkeys),us"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse2"
        Driver          "synaptics"
        Option          "CorePointer"
        Option          "Device"                "/dev/gpmdata"
        Option          "Protocol"              "auto-dev"
        Option          "LeftEdge"              "1700"
        Option          "RightEdge"             "5300"
        Option          "TopEdge"               "1700"
        Option          "BottomEdge"            "4200"
        Option          "FingerLow"             "25"
        Option          "FingerHigh"            "30"
        Option          "MaxTapTime"            "180"
        Option          "MaxTapMove"            "220"
        Option          "VertScrollDelta"       "100"
        Option          "MinSpeed"              "0.06"
        Option          "MaxSpeed"              "0.12"
        Option          "SHMConfig"             "true"
        Option          "AccelFactor"           "0.0010"
        Option          "UpDownScrolling"       "yes"
        Option          "LockedDrags"           "on"
EndSection
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/gpmdata"
        Option          "Protocol"              "ExplorerPS/2"
        Option          "ZAxisMapping"          "4 5"
        Option          "Resolution"            "4"
EndSection
Section "Device"
        Identifier      "Device0"
        Driver          "radeon"
        Option          "AGPMode" "4"
        Option          "AGPFastWrite" "on"
        Option          "MonitorLayout" "LVDS,CRT"
        BusID           "PCI:1:0:0"
        Screen          0
EndSection
Section "Device"
        Identifier      "Device1"
        Driver          "radeon"
        Option          "AGPMode" "4"
        Option          "AGPFastWrite" "on"
        BusID           "PCI:1:0:0"
        Screen          1
EndSection
Section "Monitor"
        Identifier      "Monitor0"
        HorizSync       64
        VertRefresh     60
        DisplaySize     332     205
        Option          "DPMS"
EndSection
Section "Monitor"
        Identifier      "Monitor1"
        HorizSync       30-96    #HRO
        VertRefresh     50-160   #HRO/HL
        DisplaySize     365     275     #HRO
        Option          "DPMS"
EndSection
Section "Screen"
        Identifier      "Screen0"
        Device          "Device0"
        Monitor         "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1680x1050"
                ViewPort        0 0
        EndSubSection
EndSection
Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "Monitor1"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1600x1200" "1680x1050"
                Virtual         1680 1050
                ViewPort        0 0
        EndSubSection
EndSection
Section "ServerFlags"
        Option "Xinerama" "On"
        Option "RandR" "On"
EndSection
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Screen0"
        Screen          "Screen1" LeftOf "Screen0" #HRO/NBK
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse2"
        InputDevice     "Configured Mouse"
        Option "Xinerama" "On"
        Option "RandR" "On"
EndSection
Section "DRI"
        Mode    0666
EndSection

Antwort per Email an