• [^] # Re: si j'ai bien compris

    Posté par . En réponse au message configuration xorg pour 3 ecrans. Évalué à 1.

    Oui.

    J'ai remodifié mon xorg pour enlever l'option TwinView. la tout marche nikel lorque je suis en 2 ecrans de la meme carte (g bien la un buro etendu sur 2 ecrans, 1 en dvi et l'autre en vga) mais des que j'installe ma deuxieme carte et le 3e ecran tt ressaute ...

    Artux

    voici mon nouveau conf :

    Section "ServerLayout"
    Identifier "Multihead Layout"
    Screen 0 "VideosevenMilieu-maitre"
    Screen 1 "Nec-secondaire" RightOf "VideosevenMilieu-maitre"
    Screen 2 "VideosevenGauche-secondaire" LeftOf "VideosevenMilieu-maitre"
    Option "Xinerama" "On"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection


    Section "Device"
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]-1"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    Option "NoLogo"
    Screen 0
    EndSection


    Section "Device"
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]-2"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    Option "NoLogo"
    Screen 1
    EndSection


    Section "Device"
    Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]-3"
    Driver "nvidia"
    BusID "PCI:2:0:0"
    Option "NoLogo"
    Screen 2
    EndSection


    Section "Monitor"
    Identifier "VideosevenMilieu"
    HorizSync 30-82
    VertRefresh 56-76
    Option "DPMS"
    EndSection


    Section "Monitor"
    Identifier "Nec"
    HorizSync 30-110
    VertRefresh 50-160
    Option "DPMS"
    EndSection


    Section "Monitor"
    Identifier "VideosevenGauche"
    HorizSync 30-82
    VertRefresh 56-76
    Option "DPMS"
    EndSection


    Section "Screen"
    Identifier "VideosevenMilieu-maitre"
    Device "NVIDIA Corporation NV43 [GeForce 6600 GT]-1"
    Monitor "VideosevenMilieu"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection


    Section "Screen"
    Identifier "Nec-secondaire"
    Device "NVIDIA Corporation NV43 [GeForce 6600 GT]-2"
    Monitor "Nec"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection


    Section "Screen"
    Identifier "VideosevenGauche-secondaire"
    Device "NVIDIA Corporation NV43 [GeForce 6600 GT]-3"
    Monitor "VideosevenGauche"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    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 "DRI"
    Mode 0666
    EndSection