Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 25/10/2005, à 18:58

Artux, Lens

configurer xorg pour 3 ecrans avec 2 cartes nvidia

Bonjour a tous,

Je possede un pc avec 2 x 6600GT et voudrais connecter 3 écrans pour obtenir un bureau étendu :
- par vga et dvi sur ma première carte
- par vga sur ma deuxième

Mes 3 écrans sont bien reconnus mais en utilisant l'option TwinView pour ma première carte (celle ou deux de mes écrans sont connectés) j'obtiens une fusion de mes écrans de tel sorte que j'arrive à un bureau étendu en 1+2 alors que je voudrais plus tot 1+1+1 ou chaque écran est indépendant (je sais pas si suis clair la lol big_smile)

KK1 pourrais t'il m'aider svp ? Tourne vraiment en rond la.

En vous remerciant

Yann

PS . : voici mon xorg.conf :

Section "ServerLayout"
    Identifier    "Dual head Layout"
    Screen        "screen1"
    Screen        "screen2" RightOf "screen1"
    Option        "Xinerama" "On"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection


Section "Files"
    FontPath    "unix/:7100"            # local font server
    # if the local font server has problems, we can fall back on these
    FontPath    "/usr/lib/X11/fonts/misc"
    FontPath    "/usr/lib/X11/fonts/cyrillic"
    FontPath    "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/lib/X11/fonts/Type1"
    FontPath    "/usr/lib/X11/fonts/CID"
    FontPath    "/usr/lib/X11/fonts/100dpi"
    FontPath    "/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection


Section "Module"
    Load    "bitmap"
    Load    "dbe"
    Load    "ddc"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "record"
    Load    "type1"
    Load    "v4l"
    Load    "vbe"
EndSection


Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "keyboard"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr-latin9"
EndSection


Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ImPS/2"
    Option        "Emulate3Buttons"    "true"
    Option        "ZAxisMapping"        "4 5"
EndSection


Section "Device"
    Identifier    "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    Option        "Logo" "no"
    Option        "NvAgp"            "3"
    Option        "RenderAccel"        "on"
    Option        "TwinView"        "on"
    Option        "TwinViewOrientation"    "RightOf"
    Option        "SecondMonitorHorizSync"    "30-60"
    Option        "SecondMonitorVertRefresh"    "55-75"
    Option        "Metamodes" "1280x1024,1280x1024;1024x768,1024x768;800x600,800x600"
EndSection


Section "Device"
    Identifier    "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
    Driver        "nvidia"
    BusID        "PCI:2:0:0"
    Option        "Logo" "no"
    Option        "NvAgp"            "3"
    Option        "RenderAccel"        "on"
EndSection


Section "Monitor"
    Identifier    "videoseven"
    Option        "DPMS"
    HorizSync    30-60
    VertRefresh    55-75
EndSection


Section "Monitor"
    Identifier    "videoseven2"
    Option        "DPMS"
    HorizSync    30-60
    VertRefresh    55-75
EndSection


Section "Screen"
    Identifier    "screen2"
    Device        "NVIDIA Corporation NV43 [GeForce 6600 GT]"
    Monitor        "videoseven"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth        15
        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    "screen1"
    Device        "NVIDIA Corporation NV43 [GeForce 6600 GT]2"
    Monitor        "videoseven2"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1024x768" "800x600"
    EndSubSection
    SubSection "Display"
        Depth        15
        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 "DRI"
    Mode    0666
EndSection