nvidia+LCD+CRT+TV-Out

Sekcia: Konfigurácia 27.02.2008 | 17:03
Kiwi   Návštevník
Mam k nVidia 7100 pripojene nasledujuce monitory:

LCD: 1920x1200
CRT: 1600x1200
TV : 800x600

V pripade, ze pouzivam napr. LCD+TV, xorg vyzera takto:
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "DFP-0"
Option "metamodes" "DFP: nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection

Section "Screen"
Identifier "Screen1"
Device "Videocard1"
Monitor "Monitor1"
DefaultDepth 24
Option "TwinView" "0"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "SVIDEO"
Option "metamodes" "TV: 800x600 +0+0"
SubSection "Display"
Depth 24
EndSubSection

Ak tam vsak pridam este toto:

Section "Screen"
Identifier "Screen2"
Device "Videocard2"
Monitor "Monitor2"
DefaultDepth 24
Option "TwinView" "0"
Option "metamodes" "CRT: 1600x1200 +0+0; CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Tak je jeden z monitorov, cize jedna Screen je v stave Disabled.

Da sa urobit xorg.conf tak, aby mi sucasne fungovali
LCD+CRT+TV dokopy, na tej nVidii 7100 ?
Da sa to cez zmenu na TwinView "1" ?
Co potom treba zmenit tu :

Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
    • Re: nvidia+LCD+CRT+TV-Out 06.03.2008 | 14:59
      5ko   Návštevník
      Twin=dva,nie tri
      • Re: nvidia+LCD+CRT+TV-Out 26.05.2008 | 20:42
        55.lukas   Návštevník
        Práve som spravil nasledujúcu vec:

        Z predchádzajúceho textu som zobral sekcie screen0 a screen1 a nahradil som nimi doma v xorg povodne. TV nabehol, obraz je aj na monitore (LCD Acer AL1716, rozlisenie 1280x1024), lenze v rozliseni 800x600. Ubuntu vyhodila, ze nepozna monitor. Co by som mal upravit, aby klonovanie obrazu zostalo, ale monitor isiel na 1280x1024?

        Mam NVIDIU 7100GS.

        Xorg vyzera takto:

        ection "InputDevice"
        Identifier "Generic Keyboard"
        Driver "kbd"
        Option "XkbRules" "xorg"
        Option "XkbModel" "pc105"
        Option "XkbLayout" "sk"
        EndSection

        Section "InputDevice"
        Identifier "Configured Mouse"
        Driver "mouse"
        Option "CorePointer"
        EndSection

        Section "Device"
        Identifier "Configured Video Device"
        Driver "nvidia"
        Option "NoLogo" "True"
        EndSection

        Section "Monitor0"
        Identifier "Configured Monitor"
        EndSection

        Section "Screen"
        Identifier "Screen0"
        Device "Videocard0"
        Monitor "Monitor0"
        DefaultDepth 24
        Option "TwinView" "0"
        Option "TwinViewXineramaInfoOrder" "DFP-0"
        Option "metamodes" "DFP: nvidia-auto-select +0+0"
        SubSection "Display"
        Depth 24
        EndSubSection
        EndSection

        Section "Screen"
        Identifier "Screen1"
        Device "Videocard1"
        Monitor "Monitor1"
        DefaultDepth 24
        Option "TwinView" "0"
        Option "TVStandard" "PAL-B"
        Option "TVOutFormat" "SVIDEO"
        Option "metamodes" "TV: 800x600 +0+0"
        SubSection "Display"
        Depth 24
        EndSubSection

        Section "ServerLayout"
        Identifier "Default Layout"
        screen "Default Screen"
        EndSection
        Section "Module"
        Load "glx"
        EndSection