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

Xorg.conf: GeForce Dual/Clone Mode



Liebe Liste,

von einem Rechner aus, der eine NVIDIA Geforce 
werden derzeit Beamer und TFT-Monitor analog über einen VGA-Splitter 
angesteuert. Da sowohl GraKa als auch Monitor über DVI-Anschlüsse 
verfügen, 
halte ich es für effizienter
- den Monitor digital (DVI) 
- den Beamer analog (VGA direkt ohne Splitter)
anzusteuern.

Ich habe einige Beispiele dafür im Netz gesichtet - aber die 
entsprechend 
zusammengestellte xorg.conf (s.u.) ergibt unter Debian Lenny die Fatal 
Fehlermeldung "Requested Entity already in use".

Und hier die xorg conf (ohne Input Sections):

Section "Device"
        Identifier      "0 NVIDIA Corporation NV34 [GeForce FX 5200]"
        VendorName      "nVidia"
        Driver          "nv"
        BusID           "PCI:1:0:0"
        Screen          0
EndSection

Section "Device"
        Identifier      "1 NVIDIA Corporation NV34 [GeForce FX 5200]"
        VendorName      "nVidia"
        Driver          "nv"
        BusID           "PCI:1:0:0"
        Screen          1
EndSection

Section "Monitor"
        Identifier      "Beamer"
        Option          "DPMS"
        HorizSync       30-94
        VertRefresh     50-85
EndSection

Section "Monitor"
        Identifier      "Philips TFT"
        Option          "DPMS"
        HorizSync       31-80
        VertRefresh     59-61
EndSection

Section "Screen"
        Identifier      "Beamer Screen"
        Device          "1 NVIDIA Corporation NV34 [GeForce FX 5200]"
        Monitor         "Beamer"
#       Option          "Xinerama"
        DefaultDepth    24
        SubSection "Display"
                Depth        1
                Modes           "1024x768"
        EndSubSection
...

        SubSection "Display"
                Depth        16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth        24
                Modes           "1024x768"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Philips Screen"
        Device          "0 NVIDIA Corporation NV34 [GeForce FX 5200]"
        Monitor         "Philips TFT"
#       Option          "Xinerama"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1280x1024"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "X.org Configured"
#       Option          "Clone"         "on"
#       Option          "Xinerama"      "on"
#       Option          "Twinview"      "on"
        Screen  0       "Beamer Screen"
        Screen  1       "Philips Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Section "ServerFlags"
#       Option          "Clone"         "true"
#       Option          "Xinerama"      "true"
EndSection

#Section "DRI"
#       Mode    0666
#EndSection

--
Linux mailing list Linux@lug-owl.de
subscribe/unsubscribe: http://lug-owl.de/mailman/listinfo/linux
Hinweise zur Nutzung: http://www.lug-owl.de/Mailingliste/hints.epo


Reply to: