Deuxième écran

vendredi 29 mai 2015

Salut !

J'ai un écran qui ne me servait que pour dépanner quand je n'avais plus d'accès ssh à mes serveurs.
En rêvassant, l'autre jour, je me suis aperçu que ma carte mère disposait d'un port VGA inutilisé.

Ce soir, je branche mon écran mais vous savez bien que c'est pas plug and play.

Après plusieurs visites et changements dans le BIOS, j'arrive enfin à le voir grâce à lshw (je ne mets que ce qui concerne le VGA) :

*-display
             description: VGA compatible controller
             produit: G94 [GeForce 9600 GT]
             fabriquant: NVIDIA Corporation
             identifiant matériel: 0
             information bus: pci@0000:02:00.0
             version: a1
             bits: 64 bits
             horloge: 33MHz
             fonctionnalités: vga_controller bus_master cap_list rom
             configuration: driver=nvidia latency=0
             ressources: irq:42 mémoire:f8000000-f8ffffff mémoire:d0000000-dfffffff mémoire:f6000000-f7ffffff portE/S:ac00(taille=128) mémoire:f9000000-f907ffff
     *-display NON-RÉCLAMÉ
          description: VGA compatible controller
          produit: C61 [GeForce 7025 / nForce 630a]
          fabriquant: NVIDIA Corporation
          identifiant matériel: d
          information bus: pci@0000:00:0d.0
          version: a2
          bits: 64 bits
          horloge: 66MHz
          fonctionnalités: vga_controller cap_list
          configuration: latency=0
          ressources: mémoire:fb000000-fbffffff mémoire:c0000000-cfffffff mémoire:fc000000-fcffffff mémoire:e8000000-e801ffff

J'ai essayé ceci (même si c'est obsolète, je me suis dit que ça pourrait me donner des idées):
http://ift.tt/1Fy3PTc … -xorg:conf


Voici le /root/xorg.conf.new :

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        Screen      1  "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/X11/misc"
        FontPath     "/usr/share/fonts/X11/cyrillic"
        FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
        FontPath     "/usr/share/fonts/X11/Type1"
        FontPath     "/usr/share/fonts/X11/100dpi"
        FontPath     "/usr/share/fonts/X11/75dpi"
        FontPath     "built-ins"
EndSection

Section "Module"
        Load  "glx"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        BusID       "PCI:0:13:0"
EndSection

Section "Device"
        Identifier  "Card1"
        Driver      "nvidia"
        BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Card1"
        Monitor    "Monitor1"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Lorsque je teste la nouvelle conf, j'ai un écran noir.

Mon xorg.conf actuel étant minimaliste :

Section "Device"
        Identifier      "Card0"
        Driver          "nvidia"
EndSection

Section "Module"
        Load "dbe"
EndSection

En ajoutant juste ces 3 lignes :

Section "Device"
        Identifier      "Card1"
        Driver          "nvidia"
EndSection

Ça ne suffit pas.
Je ne sais plus trop quoi faire.

Pendant tout ce temps, le deuxième écran est en veille, comme sans signal.



Deuxième écran

0 commentaires:

Enregistrer un commentaire

 

Lorem

Ipsum

Dolor