Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1260 connectés 

  FORUM HardWare.fr
  Linux et OS Alternatifs

  Dual screen Matrox G550

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Dual screen Matrox G550

n°605188
guiltyxx
Posté le 15-12-2004 à 10:59:58  profilanswer
 

Bonjour,
 
 
J'ai un problème pour installer mon 2eme ecran TFT, les 2 ecran sont identiques, un est branché en cable analogique et l'autre en numerique.
 
Ma carte: Matrox G550 dualhead
 
Mon systeme: Mandrake 9.2
 
 
Dans mon fichier XF86Config-4 je vois bien les 2 ecran:
 

Citation :


Section "Device"
    Identifier "device1"
    VendorName "Matrox"
    BoardName "Matrox Millennium G550 DualHead"
    Driver "mga"
    Screen 0
    BusID "PCI:1:0:0"
    Option "DPMS"
EndSection
 
Section "Device"
    Identifier "device2"
    VendorName "Matrox"
    BoardName "Matrox Millennium G550 DualHead"
    Driver "mga"
    Screen 1
    BusID "PCI:1:0:0"
    Option "DPMS"
EndSection


 
Mais je ne parviens pas a afficher les 2 ecran en meme temps. Quel est la procedure a faire?
 
merci

mood
Publicité
Posté le 15-12-2004 à 10:59:58  profilanswer
 

n°605372
nicolbolas
Optiquement votre.
Posté le 15-12-2004 à 16:34:44  profilanswer
 

regardes la doc sur le site de matrox, ils ont un outil pour la config de xinerama


---------------
#NetOp. T'as pas 10G ?
n°605426
dargas
Posté le 15-12-2004 à 17:59:35  profilanswer
 

Il faudrait voir le fichier complet XF86config pour comprendre
Le départ est bon, c'est de cette façon que je gère sur ma carte qui est une NVIDIA.
 
Fais attention aux majuscules/minuscules dans les sections. j'ai une fois passé 1h pour voir que j'avais écris sceen0 au lieu de screen0.
 
Quand je rentre du taff, je te poste mon fichier dual screen

n°605503
dargas
Posté le 15-12-2004 à 20:56:24  profilanswer
 

Voilà un fichier XF86Config pour carte nvidia et config dual view avec un bureau sur mon moniteur et un autre bureau sur la 2eme sortie VGA connectée à mon vidéoprojecteur avec d'autres applications comme mplayer  :D
Attention à la section monitor1, les féquences sont élevées, elles sont faites pour mon P9OF, il faut prendre des modelines plus bas
 

Citation :


# File generated by XFdrake.
 
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************
 
Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
    FontPath "/usr/lib/X11/fonts/misc"
    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/Speedo"
    FontPath "/usr/lib/X11/fonts/100dpi"
    FontPath "/usr/lib/X11/fonts/75dpi"
    FontPath "/usr/lib/X11/fonts/TTF"
EndSection
 
Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
 
Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
EndSection
 
Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbOptions" ""
EndSection
 
Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
EndSection
 
Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    HorizSync 30-110
    VertRefresh 50-180
    ModeLine "1152x864" 163.84 1152 1200 1440 1536 864 866 878 904 #118Hz
     
    # 1152x864 @ 100 Hz, 89.62 kHz hsync
    # ModeLine "1152x864"   137.65 1152 1184 1312 1536   864  866  885  902 -HSync -VSync
     
    ModeLine "1024x768" 150.17 1024 1072 1312 1408 768 770 782 808 #132Hz
     
    # 1024x768 @ 100Hz, 80.21 kHz hsync
    ModeLine "1024x768"   115.5  1024 1056 1248 1440  768  771  781  802 -HSync -VSync
    ModeLine "800x600" 119.70 800 840 1040 1120 600 602 614 640 #167Hz
    # 800x600 @ 100 Hz, 64.02 kHz hsync
    # ModeLine "800x600"    69.65  800  864  928 1088   600  604  610  640 -HSync -VSync
EndSection
 
Section "Monitor"
    Identifier "monitor2"
    VendorName "Plug'n Play"
    HorizSync 30-70
    VertRefresh 50-150
    DisplaySize 288 216
     
    # 800x600 @ 72 Hz, 48.0 kHz hsync
    ModeLine "800x600"     50     800  856  976 1040   600  637  643  666 +hsync +vsync
EndSection
 
Section "Device"
    Identifier "device1"
    VendorName "nVidia"
    BoardName "NVIDIA GeForce4 (generic)"
    Driver "nvidia"
    screen 0  
    BusID "PCI:1:0:0"
    Option "DPMS"
    Option "IgnoreEDID" "1"
EndSection
 
Section "Device"
    Identifier "device2"
    VendorName "NVidia"
    BoardName "NVIDIA GeForce4 (generic)"
    Driver "nvidia"
    screen 1
    BusID "PCI:1:0:0"
    Option "DPMS"
    Option "IgnoreEDID" "1"
EndSection
 
Section "Screen"
    Identifier "screen1"
    Device "device1"
    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 "Screen"
    Identifier "screen2"
    Device "device2"
    Monitor "monitor2"
    DefaultColorDepth 24
     
    Subsection "Display"
        Depth 8
        Modes "800x600"
        # Virtual 800 600
    EndSubsection
     
    Subsection "Display"
        Depth 15
        Modes "800x600"
        # Virtual 800 600
    EndSubsection
     
    Subsection "Display"
        Depth 16
        Modes "800x600"
        # Virtual 800 600
    EndSubsection
     
    Subsection "Display"
        Depth 24
        Modes "800x600"
        # Virtual 800 600
    EndSubsection
EndSection
 
 
Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Screen "screen1
    Screen "screen2" RightOf "screen1"
EndSection


Message édité par dargas le 15-12-2004 à 21:02:39

Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  Dual screen Matrox G550

 

Sujets relatifs
[SuSE]Installation en dual Boot avec Win2k et protection des donnéesPb dual boot Linux/Xp Cause probable:Geometrie du disque!Aidez moi
screen + routeurFramebuffer et matrox G550
CM HS - changement - Dual boot - comment faire SVP ?problème dual boot!
pb xfree et carte graphique intégrée : "no screen found"GEForce FX 5200 et dual screen.... ca marche pas :(
Plus de sujets relatifs à : Dual screen Matrox G550


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR