• [^] # Re: j'y crois car c'est le jeux de la vie...

    Posté par . En réponse au message un X sur le moniteur, et un X sur la TV. Évalué à 2.

    Le voila

    Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "Sony CPD-100SX"
    HorizSync 30.0-65.0
    VertRefresh 50.0-120.0

    # Sony Vaio C1(X,XS,VE,VN)?
    # 1024x480 @ 85.6 Hz, 48 kHz hsync
    ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

    # 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
    EndSection

    Section "Monitor"
    Identifier "tv"
    HorizSync 30.0-50.0
    VertRefresh 50.0-60.0
    EndSection

    Section "Device"
    Identifier "nvidia0"
    VendorName "nVidia Corporation"
    BusID "PCI:1:0:0"
    BoardName "NVIDIA GeForce2 DDR (generic)"
    Driver "nvidia"
    Screen 0
    #Option "DPMS"
    Option "nologo" "1"
    Option "CursorShadow" "1"
    #Option "SecondMonitorHorizSync" "30-50"
    #Option "SecondMonitorVertRefresh" "60"
    #Option "Metamodes" "1024x768, 800x600"
    Option "ConnectedMonitor" "CRT"
    #Option "TVStandard" "PAL-N"
    EndSection

    Section "Device"
    Identifier "nvidia1"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    Screen 1
    Option "nologo" "1"
    Option "CursorShadow" "1"
    Option "ConnectedMonitor" "TV"
    #Option "TVStandard" "PAL-N"
    EndSection

    Section "Screen"
    Identifier "screen1"
    Device "nvidia1"
    Monitor "tv"
    Option "TVStandard" "PAL-N"
    Option "ConnectedMonitor" "TV"
    Option "TVOutFormat" "Composite"
    DefaultColorDepth 24
    Subsection "Display"
    Modes "800x600" "Interlace"
    Depth 24
    EndSubsection
    EndSection


    Section "Screen"
    Identifier "screen0"
    Device "nvidia0"
    Monitor "monitor1"
    DefaultColorDepth 24

    Subsection "Display"
    Depth 8
    Virtual 1024 768
    EndSubsection

    Subsection "Display"
    Depth 15
    Virtual 1024 768
    EndSubsection

    Subsection "Display"
    Depth 16
    Virtual 1024 768
    EndSubsection

    Subsection "Display"
    Depth 24
    Virtual 1024 768
    EndSubsection
    EndSection

    Section "ServerLayout"
    Identifier "layout0"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen 0 "screen0"
    Screen 1 "screen1" Above "screen0"
    EndSection