Dualview nvidia help xorg.conf mandriva 2008

Résolu
Bonjour,

voila j'ai un souçi, j'utilise la panneau de configuration nvidia, en le lançant en root par nvidia-settings,

la j'active ma sortie TV en mode twinview CLONE, la mon bureau et bien dupliquer sur ma TV!

Mais je voudrais non pas avoire le double de mon bureau, mais un second ecran(TV) sur lequel je puisse mettre des appli en les glissant sur la gauche de mon CRT, Tout comme je faisait avec le dualview sous windows!!

mais lorsque j'active autre chose que le mode clone de twinview sous mandriva, la boom les 2 ecrans tout noir, il n'y a que mon curseur de souris qui passe d'une fenetre a l'autre, c'est deja un debut ^ mais bon !

Pourriez vous me filer un coups de pouce SVP!!

Je vous donne mon xorg.conf que je n'ai pas touché a la main, mais apperement on pourrait le faire de la!! Mais je ne sais absolument pas quoi y mettre, et ni même ou ecrire!!

Je vous en pris, ça fait plus d'une semaine que je suis dessus et toujours bloqué!!

# File generated by XFdrake (rev 230776)

Section "Extensions"
Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
#DontZap # disable <Ctrl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "Flat Panel 1440x900"
HorizSync 31.5-90
VertRefresh 60

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1440x900_120" 229.75 1440 1552 1712 1984 900 901 904 965 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1440x900_100" 187.55 1440 1544 1704 1968 900 901 904 953 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1440x900_85" 156.79 1440 1536 1696 1952 900 901 904 945 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1440x900_75" 136.49 1440 1536 1688 1936 900 901 904 940 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1440x900_60" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1440x900_50" 87.41 1440 1512 1664 1888 900 901 904 926 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync

# modeline generated by gtf(1) [handled by XFdrake]
ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce FX - GeForce 8800"
Driver "nvidia"
Option "DPMS"
Option "RenderAccel" "false"
Option "AddARGBGLXVisuals"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1440x900" "1280x800"
EndSubsection

Subsection "Display"
Depth 15
Modes "1440x900" "1280x800"
EndSubsection

Subsection "Display"
Depth 16
Modes "1440x900" "1280x800"
EndSubsection

Subsection "Display"
Depth 24
Modes "1440x900" "1280x800"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection

8 réponses

  1. Section "Extensions"
    Option "Composite"
    EndSection
    # **********************************************************************
    # Refer to the xorg.conf man page for details about the format of
    # this file.
    # **********************************************************************

    Section "ServerFlags"
    #DontZap # disable <Ctrl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching)
    EndSection

    Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    EndSection

    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbOptions" "compose:rwin"
    EndSection

    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    EndSection

    Section "Monitor"
    Identifier "monitor1"
    VendorName "Generic"
    ModelName "Flat Panel 1440x900"
    HorizSync 31.5-90
    VertRefresh 60

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_120" 229.75 1440 1552 1712 1984 900 901 904 965 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_100" 187.55 1440 1544 1704 1968 900 901 904 953 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_85" 156.79 1440 1536 1696 1952 900 901 904 945 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_75" 136.49 1440 1536 1688 1936 900 901 904 940 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_60" 106.47 1440 1520 1672 1904 900 901 904 932 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1440x900_50" 87.41 1440 1512 1664 1888 900 901 904 926 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_120" 181.21 1280 1376 1520 1760 800 801 804 858 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_100" 147.89 1280 1376 1512 1744 800 801 804 848 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_85" 123.38 1280 1368 1504 1728 800 801 804 840 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_75" 107.21 1280 1360 1496 1712 800 801 804 835 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_60" 83.46 1280 1344 1480 1680 800 801 804 828 -HSync +Vsync

    # modeline generated by gtf(1) [handled by XFdrake]
    ModeLine "1280x800_50" 68.56 1280 1336 1472 1664 800 801 804 824 -HSync +Vsync
    EndSection

    Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce FX - GeForce 8800"
    Driver "nvidia"
    Option "DPMS"
    Option "RenderAccel" "false"
    Option "AddARGBGLXVisuals"
    Option "TwinView" "true"
    Option "MetaModes" "1440x900, 1440x900; 768x576, 768x576"
    Option "SecondMonitorHorizSync" "65-85"
    Option "SecondMonitorVertRefresh" "50-160"
    Option "TwinViewOrientation" "LeftOf"

    EndSection

    Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24

    Subsection "Display"
    Depth 8
    Modes "1440x900" "1280x800"
    EndSubsection

    Subsection "Display"
    Depth 15
    Modes "1440x900" "1280x800"
    EndSubsection

    Subsection "Display"
    Depth 16
    Modes "1440x900" "1280x800"
    EndSubsection

    Subsection "Display"
    Depth 24
    Modes "1440x900" "1280x800"
    EndSubsection
    EndSection

    Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1"
    EndSection

    est ce que les lignes en gras vont suffire pour que je puisse avoir le dualview sur ma TV et pouvoire passer une appli de mon bureau sur la TV, pour matter un filme ?
    0
    1. bah là t'as plus qu'à sauver et faire un CTRL+ALT+"touche d'effacement"(retour arrière)
      perso j'aurais mis
      Option "TwinViewOrientation" "RightOf" 

      mais bon les gouts et les couleurs
      0
      1. bon je viens de mettre les ligne et de rebooter, deja j'arrive bien sur le bureau de KDE, mais rien sur ma TV :(,

        il ne faudrais pas un truc du genre :

        Section "Extensions"
        Option "Composite"
        EndSection


        a la fin?
        0
        1. bon je viens de tester

          Section "Extensions"
          Option "Composite"
          EndSection

          a la fin et plantage, demarrage en mode ocncol :(

          mais c'est bon j'ai reussi a les enlver avec vim :)

          mais qu'est ce qui ne va toujours pas dans xorg.con!!!

          une peite idée les ami(e)s?
          0
          1. quelle version, tes driver nvidia?
            tu les a installés comment (mode propriétaire avec Ubuntu, ou bien avec Envy, ou bien à la main?)
            0
            1. VICTOIRE j'AI ENFIN REUSSI :)

              j'ai mon bureau sur mon ecran pc, et je peus aller sur ma tv y deposé des logiciels !!

              Enfin apres une bonne semaine de combats!!!

              Merci a tous ceux qui mon aidé!

              Voila le resultat de mon xorg.conf au final:

              # nvidia-settings: X configuration file generated by nvidia-settings
              # nvidia-settings: version 1.0 (buildmeister@builder3) Wed Sep 12 14:30:30 PDT 2007

              # File generated by XFdrake (rev 230776)
              # **********************************************************************
              # Refer to the xorg.conf man page for details about the format of
              # this file.
              # **********************************************************************

              Section "ServerLayout"
              Identifier "layout1"
              Screen 0 "Screen0" 0 0
              InputDevice "Keyboard1" "CoreKeyboard"
              InputDevice "Mouse1" "CorePointer"
              EndSection

              Section "Files"
              EndSection

              Section "Module"
              Load "dbe" # Double-Buffering Extension
              Load "v4l" # Video for Linux
              Load "extmod"
              Load "type1"
              Load "freetype"
              Load "glx" # 3D layer
              EndSection

              Section "ServerFlags"

              #DontZap # disable <Ctrl><Alt><BS> (server abort)
              # allows the server to start up even if the mouse does not work
              #DontZoom # disable <Ctrl><Alt><KP_>/<KP_> (resolution switching)
              Option "allowmouseopenfail"
              Option "Xinerama" "0"
              EndSection

              Section "InputDevice"
              Identifier "Keyboard1"
              Driver "kbd"
              Option "XkbModel" "pc105"
              Option "XkbLayout" "fr"
              Option "XkbOptions" "compose:rwin"
              EndSection

              Section "InputDevice"
              Identifier "Mouse1"
              Driver "mouse"
              Option "Protocol" "ExplorerPS/2"
              Option "Device" "/dev/mouse"
              EndSection

              Section "Monitor"

              # TV fullscreen mode or DVD fullscreen output.
              # 768x576 @ 79 Hz, 50 kHz hsync
              Identifier "monitor1"
              VendorName "Unknown"
              ModelName "Samsung SyncMaster"
              HorizSync 30.0 - 81.0
              VertRefresh 56.0 - 75.0
              ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
              ModeLine "768x576" 63.0 768 800 960 1024 576 578 590 616
              ModeLine "1440x900_120" 229.0 1440 1552 1712 1984 900 901 904 965 -hsync +vsync
              ModeLine "1440x900_100" 187.0 1440 1544 1704 1968 900 901 904 953 -hsync +vsync
              ModeLine "1440x900_85" 156.0 1440 1536 1696 1952 900 901 904 945 -hsync +vsync
              ModeLine "1440x900_75" 136.0 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
              ModeLine "1440x900_60" 106.0 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
              ModeLine "1440x900_50" 87.0 1440 1512 1664 1888 900 901 904 926 -hsync +vsync
              ModeLine "1280x800_120" 181.0 1280 1376 1520 1760 800 801 804 858 -hsync +vsync
              ModeLine "1280x800_100" 147.0 1280 1376 1512 1744 800 801 804 848 -hsync +vsync
              ModeLine "1280x800_85" 123.0 1280 1368 1504 1728 800 801 804 840 -hsync +vsync
              ModeLine "1280x800_75" 107.0 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
              ModeLine "1280x800_60" 83.0 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
              ModeLine "1280x800_50" 68.0 1280 1336 1472 1664 800 801 804 824 -hsync +vsync
              EndSection

              Section "Monitor"
              Identifier "Monitor0"
              VendorName "Unknown"
              ModelName "TV-0"
              HorizSync 31.0 - 90.0
              VertRefresh 60.0
              EndSection

              Section "Device"
              Identifier "device1"
              Driver "nvidia"
              VendorName "nVidia Corporation"
              BoardName "NVIDIA GeForce FX - GeForce 8800"
              Option "DPMS"
              Option "RenderAccel" "false"
              Option "AddARGBGLXVisuals"
              EndSection

              Section "Device"
              Identifier "Videocard0"
              Driver "nvidia"
              VendorName "NVIDIA Corporation"
              BoardName "GeForce 6600"
              EndSection

              Section "Device"
              Identifier "Videocard1"
              Driver "nvidia"
              VendorName "NVIDIA Corporation"
              BoardName "GeForce 6600"
              BusID "PCI:1:0:0"
              Screen 1
              EndSection

              Section "Screen"
              Identifier "screen1"
              Device "Videocard0"
              Monitor "Monitor1"
              DefaultDepth 24
              Option "TwinView" "0"
              Option "metamodes" "DFP: 1440x900 +0+0"
              SubSection "Display"
              Depth 24
              EndSubSection
              EndSection

              Section "Screen"

              # Removed Option "metamodes" "TV: 1024x768 -1440+0, DFP: 1440x900 +0+0"
              # Removed Option "metamodes" "TV: 1024x768 +1440+66, DFP: 1440x900 +0+0"
              Identifier "Screen0"
              Device "Videocard0"
              Monitor "Monitor0"
              DefaultDepth 24
              Option "TwinView" "1"
              Option "metamodes" "TV: 1024x768 +0+66, DFP: 1440x900 +1024+0"
              EndSection

              Section "Extensions"
              Option "Composite"
              EndSection
              0
              1. Bonjour,
                J'ai appliqué le xorg.conf de Charles, après quelques adaptations. Si j'applique sa config, je me retrouve avec l'affichage sur la TV, et mon ordi est noir, celà quand je mets Screen0 dans ServerLayout.
                Si je mets Screen1, j'ai bien l'affichage sur l'écran de mon ordi, mais c'est ma télé qui est noire.
                Quelqu'un a-t-il une idée de ce que je dois faire ?

                Ma config : Mandriva 2008,carte graphique GeForce 7200.

                Section "ServerLayout"
                Identifier "layout1"
                Screen 1 "Screen1" 0 0
                InputDevice "Keyboard1" "CoreKeyboard"
                InputDevice "Mouse1" "CorePointer"
                EndSection

                Section "Module"
                Load "dbe" # Double-Buffering Extension
                Load "v4l" # Video for Linux
                Load "extmod"
                Load "type1"
                Load "freetype"
                Load "glx" # 3D layer
                EndSection

                Section "ServerFlags"
                #DontZap # disable <Ctrl><Alt><BS> (server abort)
                # allows the server to start up even if the mouse does not work
                #DontZoom # disable <Ctrl><Alt><KP_>/<KP_> (resolution switching)
                Option "allowmouseopenfail"
                Option "Xinerama" "0"
                EndSection

                Section "InputDevice"
                Identifier "Keyboard1"
                Driver "kbd"
                Option "XkbModel" "pc105"
                Option "XkbLayout" "fr"
                Option "XkbOptions" "compose:rwin"
                EndSection

                Section "InputDevice"
                Identifier "Mouse1"
                Driver "mouse"
                Option "Protocol" "ExplorerPS/2"
                Option "Device" "/dev/mouse"
                EndSection

                # Moniteur PC
                Section "Monitor"
                Identifier "monitor1"
                VendorName "Plug'n Play"
                ModelName "B70A"
                HorizSync 31-81
                VertRefresh 56-75

                # TV fullscreen mode or DVD fullscreen output.
                # 768x576 @ 79 Hz, 50 kHz hsync
                ModeLine "768x576" 50.0 768 832 846 1000 576 590 595 630
                ModeLine "768x576" 63.0 768 800 960 1024 576 578 590 616
                ModeLine "1440x900_120" 229.0 1440 1552 1712 1984 900 901 904 965 -hsync +vsync
                ModeLine "1440x900_100" 187.0 1440 1544 1704 1968 900 901 904 953 -hsync +vsync
                ModeLine "1440x900_85" 156.0 1440 1536 1696 1952 900 901 904 945 -hsync +vsync
                ModeLine "1440x900_75" 136.0 1440 1536 1688 1936 900 901 904 940 -hsync +vsync
                ModeLine "1440x900_60" 106.0 1440 1520 1672 1904 900 901 904 932 -hsync +vsync
                ModeLine "1440x900_50" 87.0 1440 1512 1664 1888 900 901 904 926 -hsync +vsync
                ModeLine "1280x800_120" 181.0 1280 1376 1520 1760 800 801 804 858 -hsync +vsync
                ModeLine "1280x800_100" 147.0 1280 1376 1512 1744 800 801 804 848 -hsync +vsync
                ModeLine "1280x800_85" 123.0 1280 1368 1504 1728 800 801 804 840 -hsync +vsync
                ModeLine "1280x800_75" 107.0 1280 1360 1496 1712 800 801 804 835 -hsync +vsync
                ModeLine "1280x800_60" 83.0 1280 1344 1480 1680 800 801 804 828 -hsync +vsync
                ModeLine "1280x800_50" 68.0 1280 1336 1472 1664 800 801 804 824 -hsync +vsync
                EndSection

                # Ajout d'un moniteur TV
                Section "Monitor"
                Identifier "Monitor0"
                VendorName "Unknown"
                ModelName "TV-0"
                HorizSync 31.0 - 90.0
                VertRefresh 60.0
                EndSection

                Section "Device"
                Identifier "device1"
                VendorName "nVidia Corporation"
                BoardName "NVIDIA GeForce FX - GeForce 8800"
                Driver "nvidia"
                Option "DPMS"
                Option "RenderAccel" "false"
                Option "AddARGBGLXVisuals"
                EndSection

                Section "Device"
                Identifier "Videocard0"
                Driver "nvidia"
                VendorName "NVIDIA Corporation"
                BoardName "NVIDIA GeForce FX - GeForce 8800"
                EndSection

                Section "Device"
                Identifier "Videocard1"
                Driver "nvidia"
                VendorName "NVIDIA Corporation"
                BoardName "NVIDIA GeForce FX - GeForce 8800"
                # A REVOIR ???
                BusID "PCI:1:0:0"
                Screen 1
                EndSection

                Section "Screen"
                Identifier "screen1"
                Device "Videocard0"
                Monitor "Monitor1"
                DefaultDepth 24
                Option "TwinView" "0"
                SubSection "Display"
                Depth 24
                Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
                EndSubSection
                EndSection

                Section "Screen"
                # Removed Option "metamodes" "TV: 1024x768 -1440+0, DFP: 1440x900 +0+0"
                # Removed Option "metamodes" "TV: 1024x768 +1440+66, DFP: 1440x900 +0+0"
                Identifier "Screen0"
                Device "Videocard0"
                Monitor "Monitor0"
                DefaultDepth 24
                Option "TwinView" "1"
                Option "metamodes" "TV: 1024x768 +0+66, DFP: 1440x900 +1024+0"
                EndSection

                Section "Extensions"
                Option "Composite"
                EndSection
                0