• [^] # Re: BusID

    Posté par . En réponse au message Xorg TV out avec Nvidia 7800GT. Évalué à 1.

    Salut !

    Merci d'avoir répondu ! Ca m'a donné la motive pour me crocher sur le problème et le débusquer...
    Il y avait plusieurs fautes dans ma config xorg (qui fonctionnaient avec l'ancienne geforce et pas la nouvelle). Je vous pastes ma config actuelle qui work impec (Dual head DVI+TVOUT)

    **************
    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/Speedo”
    FontPath “/usr/lib/X11/fonts/100dpi”
    FontPath “/usr/lib/X11/fonts/75dpi”
    EndSection

    Section “Module”
    # Load “GLcore”
    Load “bitmap”
    Load “dbe”
    Load “ddc”
    # Load “dri”
    Load “extmod”
    Load “freetype”
    Load “glx”
    Load “int10″
    Load “record”
    Load “speedo”
    Load “type1″
    Load “vbe”
    EndSection

    Section “InputDevice”
    Identifier “Keyboard0″
    Driver “keyboard”
    Option “CoreKeyboard”
    Option “XkbRules” “xfree86″
    Option “XkbModel” “pc105″
    Option “XkbLayout” “ch”
    Option “XkbVariant” “fr”
    EndSection

    Section “InputDevice”
    Identifier “Mouse0″
    Driver “mouse”
    Option “CorePointer”
    Option “Device” “/dev/psaux”
    Option “Protocol” “PS/2″
    Option “Emulate3Buttons” “true”
    Option “ZAxisMapping” “4 5″
    EndSection

    Section “InputDevice”
    Identifier “Generic Mouse”
    Driver “mouse”
    Option “SendCoreEvents” “true”
    Option “Device” “/dev/input/mice”
    Option “Protocol” “ImPS/2″
    Option “Emulate3Buttons” “true”
    Option “ZAxisMapping” “4 5″
    EndSection

    Section “Device”
    Identifier “Videocard0″
    Driver “nvidia”
    VendorName “Videocard vendor”
    BoardName “NVIDIA GeForce FX (generic)”
    EndSection

    Section “Device”
    Identifier “Videocard1″
    Driver “nvidia”
    VendorName “Videocard Vendor”
    BoardName “NVIDIA GeForce FX (generic)”
    BusID “PCI:1:0:0″
    Screen 1
    EndSection

    Section “Monitor”
    Identifier “Monitor0″
    HorizSync 31-83
    VertRefresh 56-76
    Option “DPMS”

    EndSection

    Section “Monitor”
    Identifier “TV-out”
    VendorName “Monitor Vendor”
    ModelName “Monitor ×ばつ768″
    HorizSync 30.0 - 50.0
    VertRefresh 60.0 - 60.0
    Option “dpms”
    EndSection

    Section “Screen”
    Identifier “Screen0″
    Device “Videocard0″
    Monitor “Monitor0″
    DefaultDepth 24
    SubSection “Display”
    Viewport 0 0
    Depth 16
    Modes ×ばつ600″ ×ばつ480″
    EndSubSection
    SubSection “Display”
    Viewport 0 0
    Depth 24
    Modes ×ばつ1024″
    EndSubSection

    EndSection

    Section “Screen”
    Identifier “Screen1″
    Device “Videocard1″
    Monitor “TV-out”
    DefaultDepth 24
    Option “TVStandard” “PAL-B”
    Option “TVOutFormat” “COMPOSITE”
    SubSection “Display”
    Viewport 0 0
    Depth 24
    Modes ×ばつ1024″
    EndSubSection

    EndSection

    Section “ServerLayout”
    Identifier “Multihead layout”
    Screen 0 “Screen0″ LeftOf “Screen1″
    Screen 1 “Screen1″ 0 0
    InputDevice “Mouse0″ “CorePointer”
    InputDevice “Keyboard0″ “CoreKeyboard”
    Option “Xinerama” “on”
    Option “Clone” “off”
    EndSection

    Section “DRI”
    Mode 0666
    EndSection
    **************

    Bonne soirée et @ une prochaîne :)

    Xen