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

 


Dernière réponse
Sujet : matrox G400, DH et Linux?
kafifi

BlindMan a écrit :

Joli up sauvage  :D
 
Tu as défini Monitor0 pour les 2 sorties, ça vient peut-être de là??
 
 


        Device       "MATROX CARD 1"
        Monitor      "Monitor0"


 

       Device       "MATROX CARD 2"
        Monitor      "Monitor0"



 
 
J'ai d'abord essayé avec 2 moniteurs différents, puis avec un unique moniteur en paramètre => mêmes résultats. D'après ce que j' ai lu, cela indique au pilote que les 2 écrans raccordés sont identiques.
 


Votre réponse
Nom d'utilisateur    Pour poster, vous devez être inscrit sur ce forum .... si ce n'est pas le cas, cliquez ici !
Le ton de votre message                        
                       
Votre réponse


[b][i][u][strike][spoiler][fixed][cpp][url][email][img][*]   
 
   [quote]
 

Options

 
Vous avez perdu votre mot de passe ?


Vue Rapide de la discussion
kafifi

BlindMan a écrit :

Joli up sauvage  :D
 
Tu as défini Monitor0 pour les 2 sorties, ça vient peut-être de là??
 
 


        Device       "MATROX CARD 1"
        Monitor      "Monitor0"


 

       Device       "MATROX CARD 2"
        Monitor      "Monitor0"



 
 
J'ai d'abord essayé avec 2 moniteurs différents, puis avec un unique moniteur en paramètre => mêmes résultats. D'après ce que j' ai lu, cela indique au pilote que les 2 écrans raccordés sont identiques.
 

BlindMan Joli up sauvage  :D
 
Tu as défini Monitor0 pour les 2 sorties, ça vient peut-être de là??
 
 


        Device       "MATROX CARD 1"
        Monitor      "Monitor0"


 

       Device       "MATROX CARD 2"
        Monitor      "Monitor0"

kafifi Bonsoir à tous,
 
Suite aux conseils de Blindman, j'ai tenté de modifier mon fichier XF86Config-4.  
Malgré pas mal d'essais, je n'arrive pas à activer le second port de ma G400 Max DualHead.  
 
Pourriez-vous m'aider à trouver la source du pb ?
Ci-dessous mon XF86Config-4 modifié :
 
=================================================
# **********************************************************************
# 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"
EndSection
 
Section "ServerFlags"
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work
    #DontZap # disable <Crtl><Alt><BS> (server abort)
EndSection
 
Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    Load "dri" # direct rendering
EndSection
 
Section "DRI"
    Mode 0666
EndSection
 
Section "InputDevice"
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbOptions" ""
EndSection
 
Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "PS/2"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons"
    Option "Emulate3Timeout" "50"
EndSection
 
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "SUN"
        ModelName    "21 inches"
        HorizSync   31.0-82.0
        VertRefresh 50.0-110.0
EndSection
 
Section "Monitor"
  Identifier   "Monitor1"
  VendorName   "TV"
  ModelName    "Pal 36 inches"
  HorizSync    31,0 - 54,0
  VertRefresh  50,0 - 110,0
EndSection
 
# **********************************************************************
# Device section
# **********************************************************************
Section "Device"
        Identifier   "MATROX CARD 1"
        Driver       "mga"
        VendorName   "Matrox Millennium G400"
        BoardName    "Matrox Millennium G400"
        BusID        "PCI:1:0:0"
 Screen       0
EndSection
 
Section "Device"
        Identifier   "MATROX CARD 2"
        Driver       "mga"
        VendorName   "Matrox Millennium G400"
        BoardName    "Matrox Millennium G400"
 #Option      "TV" "yes"
 #Option      "TVStandard" "PAL"
 BusID        "PCI:1:0:0"
 Screen       1
EndSection
 
# **********************************************************************
# Screen sections
# **********************************************************************
Section "Screen"
 Identifier   "Screen0"
        Device       "MATROX CARD 1"
        Monitor      "Monitor0"
 DefaultDepth 16
  Subsection "Display"
   Depth       16
   Modes       "1280x1024"
          ViewPort    0 0
  EndSubsection
EndSection
 
Section "Screen"
  Identifier   "Screen1"
        Device       "MATROX CARD 2"
        Monitor      "Monitor0"
 DefaultDepth 16
  Subsection "Display"
   Depth       16
   Modes       "640x480"
   ViewPort    0 0
  EndSubsection
EndSection
# **********************************************************************
# Server Layout section
# **********************************************************************
Section "ServerLayout"
 Identifier "layout1"
#    Screen      0  "Screen0" 0 0  
#    Screen      0  "Screen1" 0 0
 Screen      "Screen0"  
 Screen      "Screen1"  
 
 InputDevice "Mouse1" "CorePointer"
 InputDevice "Keyboard1" "CoreKeyboard"
EndSection
=================================================
 
D'avance merci.
Karim
WipEout lol chuis nul
pracolas www.matrox.com -> drivers
WipEout et ou le trouver powrdesk
pracolas ok merci, je vais essyer
 
Pour les mail, je sais comment ca marche, mais depuis qq jours, ca marche plus...
BlindMan Salut,
Voici donc mon fichier XF86Config-4
Je te le donne à titre indicatif, car celui-ci ne contient pas que la configuration de la carte graphique...Et les résolutions définies ici sont particulièrement basses...
Tu n'as qu'à voir les diff entre le tien et celui-ci, les modifs à faire pour avoir le DH n'étant pas énormes...
(A noter: Pas d'accélération 2d ou 3d possible (XV ou DRI) lorsque tu utilises le DH)
(Ce fichier est configuré pour le mode Clone Tv, mais il me semble que pour le multi-écran, il suffit d'enlever l'option Xinerama)
Le deuxième écran configuré ici est une Tv Pal... Mais tu peux le remplacer pas un moniteur...
 
XF86Config-4 (Avec Dual-Head, en clone TV)
------------------------------------
Section "ServerLayout"
        Identifier     "Anaconda Configured"
        Screen      0  "Screen0" 0 0
 Screen      0  "Screen1" 0 0
        InputDevice    "Mouse0" "CorePointer"
 InputDevice    "Mouse1"
 InputDevice    "Keyboard0" "CoreKeyboard"
EndSection
 
Section "Files"
 
# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db" ).  There is normally
# no need to change the default.
 
    RgbPath "/usr/X11R6/lib/X11/rgb"
 
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
 
    FontPath   "unix/:7100"
 
EndSection
 
Section "Module"
        Load  "GLcore"
 Load  "v4l"
        Load  "dbe"
        Load  "extmod"
 Load "fbdevhw"
 Load "pex5"
 Load "dri"
        Load  "glx"
        Load  "pex5"
        Load  "record"
        Load  "xie"
EndSection
 
Section "ServerFlags"
 Option "Xinerama"
EndSection
 
Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
 
# Option "AutoRepeat" "500 5"
 
# when using XQUEUE, comment out the above line, and uncomment the
# following line
# Option "Protocol" "Xqueue"
 
# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
# Option "Xleds"  "1 2 3"
 
# To disable the XKEYBOARD extension, uncomment XkbDisable.
# Option "XkbDisable"
 
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
# Option "XkbModel" "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
# Option "XkbModel" "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
# Option "XkbOptions" "ctrl:nocaps"
 Option "XkbRules" "xfree86"
 Option "XkbModel" "pc105"
 Option "XkbLayout" "fr"
 Option "XkbVariant" "basic"
 #Option "XkbOptions" ""
EndSection
 
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection
 
Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/lircm"
        Option      "DeviceName" "Remote"
        Option      "AlwaysCore"
        Option      "Buttons" "5"
EndSection
 
Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync   31.0-54.0
        VertRefresh 50.0-110.0
        Option "dpms"
 
        # -- 1400x1050 --
        # 1400x1050 @ 60Hz, 65.8 kHz hsync
        Modeline "1400x1050"  129   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync
 
        # 1400x1050 @ 70Hz, 76.8 kHz hsync
        Modeline "1400x1050"  151   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync
 
        # 1400x1050 @ 75Hz, 82.3 kHz hsync
        Modeline "1400x1050"  162   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync
 
        # 1400x1050 @ 85Hz, 93.2 kHz hsync
        Modeline "1400x1050"  184   1400 1464 1656 1960
                              1050 1051 1054 1100 +HSync +VSync
 
EndSection
 
Section "Monitor"
 Identifier   "Monitor1"
 VendorName   "Monitor Vendor"
 ModelName    "Monitor Model"
 HorizSync    31,0 - 54,0
 VertRefresh  50,0 - 110,0
EndSection
 
Section "Device"
 # no known options
 Identifier   "MATROX CARD 1"
        Driver       "mga"
        VendorName   "Matrox Millennium G400"
        BoardName    "Matrox Millennium G400"
        BusID        "PCI:1:0:0"
EndSection
 
Section "Device"
 # no known options
 Identifier   "MATROX CARD 2"
        Driver       "mga"
        VendorName   "Matrox Millennium G400"
        BoardName    "Matrox Millennium G400"
 Option      "TV" "yes"
 Option      "CableType" "YC_COMPOSITE"
 Option      "TVStandard" "PAL"
 BusID        "PCI:1:0:0"
 Screen       1
EndSection
 
Section "Screen"
 Identifier   "Screen0"
        Device       "MATROX CARD 1"
        Monitor      "Monitor0"
 DefaultDepth 16
 
 Subsection "Display"
         Depth       16
                Modes       "800x600"
 EndSubsection
EndSection
 
Section "Screen"
 Identifier   "Screen1"
        Device       "MATROX CARD 2"
        Monitor      "Monitor1"
 DefaultDepth 16
 
 Subsection "Display"
         Depth       16
                Modes       "800x600"
 EndSubsection
EndSection
 
Section "DRI"
 Mode 0666
EndSection
 
-------------------------------------
BlindMan Quand tu créé le topic, il faut activer la case 'être prévenu en cas de réponse...)
pracolas OK? MERCI;;;
 
aUFAIT? PKOI JE RECOIT PLUS DE MAIL DU FORUM QD ON ME REPOND?
BlindMan Je peux éventuellement te poster le mien... je le ferais la prochaine fois que j'irais ss Linux...
pracolas t'as une source sur quoi me basé?
BlindMan

pracolas a écrit a écrit :

g trouver, le driver matrox powerdesk est quasi le mm que sous win....  



ça fonctionne parfaitement, aussi bien avec un second moniteur qu'avec la TV
Mais le fichier de config généré par le powerdesk est rarement parfait, voir même souvent défectueux...
Donc je ne saurai trop te conseiller de modifier le fichier XF86Config-4 à la main... :)

pracolas g trouver, le driver matrox powerdesk est quasi le mm que sous win....
911GT3 aucune idée :D
pracolas et pour s'en servir comme sortie tv??
911GT3 oui. c'est sûr. Et il est réputé très bon :)
 
J'ai trouvé ça dans une recherche rapide:  
http://www.linuxjournal.com/article.php?sid=4817
pracolas elle marche la 2e sortie de ma G400 comme sortie video sous linux?

Copyright © 1997-2025 Groupe LDLC (Signaler un contenu illicite / Données personnelles)