[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: XFree86 4.3 / Radeon: DualHead?



Hi,

Ich habe eine Radeon Mobility 7500, ist aber soweit ich weiß im Prinzip
das selbe. Ich habe die dri-trunk Pakete von
http://people.debian.org/~daenzer/dri-trunk-sid/
ob es ohne geht weiß ich nicht, auf jeden Fall geht es bei mir ohne
Closed-Source Treiber.
Hier mal ein Ausschnitt aus meiner XF86Config-4.
(Der eine Bildschirm ist bei mir der Laptop-Bildschirm aber das auf
einen normalen zu ändern sollte ja einfach sein.)

Gruß
Stephan

Section "Device"
        Identifier      "Radeon0"
        Driver          "radeon"
        VendorName      "ATI Technologies Inc"
        BoardName       "Radeon Mobility M7 LW [Radeon Mobility 7500]"
        BusID           "PCI:1:0:0"
        Screen          0

        Option          "AGPMode" "1"
        Option          "DRIReinit"
        Option          "EnablePageFlip"
        Option          "MonitorLayout" "LVDS , CRT"
        Option          "CloneMode" "OFF"
        Option          "CloneHSync" "30-95"
        Option          "CloneVRefresh" "50-150"
EndSection

Section "Device"
        Identifier      "Radeon1"
        Driver          "radeon"
        VendorName      "ATI Technologies Inc"
        BoardName       "Radeon Mobility M7 LW [Radeon Mobility 7500]"
        BusID           "PCI:1:0:0"
        Screen          1
        Option          "MonitorLayout" "CRT"
        Option          "CloneMode" "OFF"
EndSection

Section "Monitor"
        Identifier      "Interner Monitor"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Externer Monitor"
        HorizSync       30-95
        VertRefresh     50-150
        Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "Radeon0"
        Monitor         "Interner Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth   8
                Modes   "1400x1050"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes   "1400x1050"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "1400x1050"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "External Screen"
        Device          "Radeon1"
        Monitor         "Externer Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth   8
                Modes   "1280x960" "1152x864" "1024x768" "800x600"
"640x480"
        EndSubSection
        SubSection "Display"
                Depth   16
                Modes   "1280x960" "1152x864" "1024x768" "800x600"
"640x480"
        EndSubSection
        SubSection "Display"
                Depth   24
                Modes   "1280x960" "1152x864" "1024x768" "800x600"
"640x480"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          0  "Default Screen"
        Screen          1  "External Screen" RightOf "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "Generic Mouse"
        Option          "Xinerama"
EndSection





Reply to: