bonjour a tous,

je viens d'investir dans un deuxieme ecran.

tout d'abord, voici ma configuration actuelle:
- os : ubuntu 6.06
- kernel : 2.6.15-27-k7 #1 SMP
- carte graphique: GeForce 7800 GTX
- 1er ecran : Sony MFM HT95
- 2 eme ecran : ACER-AL2416WS
le premier ecran est connecté par directement sur la sortie DVI de droite de ma carte graphique.
mon second ecran est connecté par l'intermediaire d'un adaptateur DVI VGA sur le connecteur 2 de ma carte graphique

Lorsque je boote, mes deux ecrans affichent la meme information. Mais lorsque j'arrive a l'interface de Login, le premier ecran, l'ancien, affiche bien la fenetre de login alors que le second m'affiche des carrés de differentes couleurs, bref rien qui ressemble a un bureau gnome.

Je ne suis pas specialiste des interfaces graphiques ni de xorg, mais j'ai l'impression que ma carte envoie les memes informations sur les deux sorties. Ce n'est qu'une impression.
J'exclus l'hypothese d'un probleme materiel sur le nouvel ecran car l'affichage est correct jusqu'au chargement de la fenetre de login.

voici une partie de mon xorg.conf

Section "Module"
        Load    "bitmap"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
EndSection

...

Section "Device"
        Identifier      "NVIDIA Corporation NVIDIA Default Card"
        Driver          "nv"
        VideoRam        262144
        BusID           "PCI:5:0:0"
EndSection

Section "Device"
        Identifier      "NVIDIA Corporation NVIDIA Default Card2"
        Driver          "nv"
        VideoRam        262144
        BusID           "PCI:5:0:0"
EndSection

Section "Monitor"
        Identifier      "MFM-HT95"
        Option          "DPMS"
        HorizSync       30-65
        VertRefresh     50-75
EndSection

Section "Monitor"
        Identifier      "ACER-AL2416WS"
        Option          "DPMS"
        #HorizSync       24-80
        #VertRefresh     49-75
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NVIDIA Default Card"
        Monitor         "MFM-HT95"
        DefaultDepth    24
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1024x768" "800x600"
        EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen 2"
        Device          "NVIDIA Corporation NVIDIA Default Card2"
        Monitor         "ACER-AL2416WS"
        DefaultDepth    24
        SubSection "Display"
                Depth           4
                Modes           "1280x1024" "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1280x1024" "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1280x1024" "1920x1200"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1280x1024" "1920x1200"
        EndSubSection
EndSection

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        Screen  1       "Screen2" RightOf "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
        InputDevice     "stylus" "SendCoreEvents"
        InputDevice     "cursor" "SendCoreEvents"
        InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
        Mode    0666
EndSection


si vous avez quelques explications sur la facon dont je puis resoudre mon probleme, je suis prenneur...
bien cordialement

Matthieu


PS: en ce qui concerne les range des ecrans, (HorizSync  et VertRefresh) ce sont ceux fournit par les manuels d'utilisateurs.

Reply via email to