net runner a écrit :

    Option         "UseDisplayDevice" "DFP-1"

Ok le truc c'est ça.

J'ai fait une config aussi, je te l'envoie, elle fonctionne correctement en ce qui me concerne. LA différence c'est les virtual screen (section screen)qui doivent être deux fois plus grand en largeur 1280 x 2 . Pour toit ce serait 1280 + 1024 :

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

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)

    # allows the server to start up even if the mouse doesn't work
    Option "allowmouseopenfail"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "fr_CH"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia"
    Driver "nvidia"
    #VideoRam 262144                       #taille de la ram
    BusID "PCI:01:00:0"                #lspci pour savoir
    Option "DPMS"                       #gestion d'énergie
    Option "NoLogo" "1"            #"0" pas de logo au lancement de X
    Option "ConnectedMonitor" "dfp,dfp"
    Option "backingstore" "true"
Option "AllowGLXWithComposite" "True" #permet d'avoir l'extention composite + GLX
    Option "TwinView"
    Option "SecondMonitorHorizSync" "30.0 - 82.00"
Option "MetaModes" "1280x1024, 1280x1024; 1024x768, 1024x768; 640x480, NULL"
    Option "SecondMonitorVertRefresh" "60.0 - 60.0"
    Option "RenderAccel" "true"         #pour l'extention composite
    Option "NvAGP" "3"
    Option "TwinViewOrientation" "RightOf"
EndSection

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

    Subsection "Display"
        Depth 8
        Virtual 2560 1024
    EndSubsection

    Subsection "Display"
        Depth 15
        Virtual 2560 1024
    EndSubsection

    Subsection "Display"
        Depth 16
        Virtual 2560 1024
    EndSubsection

    Subsection "Display"
        Depth 24
        Virtual 2560 1024
    EndSubsection
EndSection

Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "enable"
EndSection

Pierre lo Cicero

=========================================
Vous souhaitez acquerir votre Pack ou des Services Mandriva?
Rendez-vous sur "http://store.mandriva.com";.
Rejoignez le club mandrake : http://www.mandrivaclub.com
=========================================

Répondre à