jrg a écrit 3 commentaires

  • [^] # Re: extraits...

    Posté par  . En réponse au message Pb afficher du 1400x1050 sur un ecran 1920x1080. Évalué à 1.

    Merci, pour l'inf.
    Comme je suis en vacance pendant 15j, j'essayerai la manip à mon retour.

    A+
  • [^] # Re: extraits...

    Posté par  . En réponse au message Pb afficher du 1400x1050 sur un ecran 1920x1080. Évalué à 1.

    Merci pour l'info.
    Comme je suis en vacance pendant 15j, j'essaye la manip à mon retour

    A+
  • [^] # Re: extraits...

    Posté par  . En réponse au message Pb afficher du 1400x1050 sur un ecran 1920x1080. Évalué à 1.

    Merci de passer un peu de temps à mon probleme.

    Je suis obligé d'utiliser des modelines, car les info EDID du vidéoprojecteur induise le serveur X en erreur et il n'arrive pas à afficher.

    > le video peut surement faire en dessous de 1920x1080

    Avec windows XP, j'arrive à afficher du 1400x1050, ainsi que d'autre résolution plus petite. Je ne sais pas comment se débrouille windows ou le driver de la carte graphique. mais j'ai l'impression qu'il envoi toujours du 1920x1080, avec des bordures noir autour de la partie utilie si cette dernière est inférieure à la résolution native.

    ci-joint mon fichier config

    Section "ServerLayout"
    Identifier "Matrox PowerDesk configured."
    Screen 0 "Screen 1" 0 0
    Screen 1 "Screen 2" Above "Screen 1"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "DevInputMice" "AlwaysCore"
    EndSection

    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    FontPath "unix/:7100"
    EndSection

    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "fbdevhw"
    Load "glx"
    Load "record"
    Load "freetype"
    Load "type1"
    Load "dri"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    EndSection

    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "PS/2"
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "no"
    EndSection

    Section "InputDevice"
    Identifier "DevInputMice"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5"
    Option "Emulate3Buttons" "no"
    EndSection

    Section "Monitor"
    Identifier "Display 1"
    HorizSync 28.0 - 138
    VertRefresh 50.0 - 213
    Option "dpms"
    EndSection

    Section "Monitor"
    Identifier "Display 2"
    HorizSync 56.25 -95
    VertRefresh 50.0 - 89
    # Option "dpms"
    Modeline "1400x1050" 148.5 1400 1500 2056 2200 1050 1084 1089 1125 +hsync +vsync HSkew 8
    EndSection

    Section "Device"
    Identifier "MATROX CARD 1"
    Driver "mtx"
    VendorName "Videocard vendor"
    VideoRam 32768
    Option "hw cursor" "off"
    BusID "PCI:1:0:0"
    # Option "DigitalScreen1" "on"
    Screen 0
    EndSection

    Section "Device"
    Identifier "MATROX CARD 2"
    Driver "mtx"
    VendorName "Videocard vendor"
    VideoRam 32768
    Option "hw cursor" "off"
    BusID "PCI:1:0:0"
    Option "DigitalScreen2" "on"
    Option "Offscreen" "4"
    Screen 1
    EndSection

    Section "Screen"
    Identifier "Screen 1"
    Device "MATROX CARD 1"
    Monitor "Display 1"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x768" "640x480"
    EndSubSection
    EndSection

    Section "Screen"
    Identifier "Screen 2"
    Device "MATROX CARD 2"
    Monitor "Display 2"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    # Virtual 1920 1080
    # ViewPort 260 15
    Modes "1400x1050"

    Option "NoStretch" "on"
    Option "LcdCenter" "on"
    # Modes "1600x1200" "1400x1050" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

    Section "DRI"
    # Group 0
    # Mode 0666
    EndSection