Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/11/2006, à 12:26

broza

Problème d'affichage DualScreen au boot

Bonjour bonjour,

Quand je boot, un seul ecran s'affiche, je suis obligé d'éditer mon xorg.conf pour remettre l'affichage en clone :

Section "Screen"
     Identifier    "screen1"
     Device        "device0"

Puis rééditer le xorg.conf :

Section "Screen"
     Identifier    "screen1"
     Device        "device1"

et recharger le serveur X et ca refonctionne.

Donc en gros, je comprends pas pourquoi une fois rechargé, le fichier de conf est bon, mais au boot il ne fonctionne pas.

J'ai cherché sur le forum une solution à ce problème sans succès, essayer différent xorg.conf de meme.


Voici mon xorg.conf qui fonctionne une fois chargé après chaque boot.

 #/etc/X11/xorg.conf (xorg X Window System server configuration file)
 #
 # This file was generated by dexconf, the Debian X Configuration tool, using
 # values from the debconf database.
 #
 # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
 # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
 #
 # This file is automatically updated on xserver-xorg package upgrades *only*
 # if it has not been modified since the last upgrade of the xserver-xorg
 # package.
 #
 # If you have edited this file but would like it to be automatically updated
 # again, run the following command:
 #   sudo dpkg-reconfigure -phigh xserver-xorg
 
 Section "Files"
     FontPath    "/usr/share/X11/fonts/misc"
     FontPath    "/usr/share/X11/fonts/cyrillic"
     FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
     FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
     FontPath    "/usr/share/X11/fonts/Type1"
     FontPath    "/usr/share/X11/fonts/100dpi"
     FontPath    "/usr/share/X11/fonts/75dpi"
     # path to defoma fonts
     FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 EndSection
 
 Section "Module"
     Load    "bitmap"
     Load    "ddc"
     Load    "dri"
     Load    "glx"
     Load    "extmod"
     Load    "freetype"
     Load    "int10"
     Load    "type1"
     Load    "vbe"
 EndSection
 
 Section "InputDevice"
     Identifier    "Generic Keyboard"
     Driver        "kbd"
     Option        "CoreKeyboard"
     Option        "XkbRules"    "xorg"
     Option        "XkbModel"    "pc104"
     Option        "XkbLayout"    "fr"
 EndSection
 
 Section "InputDevice"
     Identifier    "Configured Mouse"
     Driver        "mouse"
     Option        "CorePointer"
     Option        "Device"        "/dev/input/mice"
     Option        "Protocol"        "ExplorerPS/2"
     Option        "ZAxisMapping"        "4 5"
     Option        "Emulate3Buttons"    "true"
 EndSection
 
 Section "Device"
     Identifier    "device0"
     Driver        "mga"
     BusID        "PCI:4:0:0"
     Screen         0
 EndSection
 
 Section "Device"
     Identifier    "device1"
     Driver        "mga"
     BusID        "PCI:4:0:0"
     Screen         1
 EndSection
 
 Section "Monitor"
     Identifier    "monitor0"
     Option        "DPMS"
     HorizSync    30-70
     VertRefresh    50-160
 EndSection
 
 Section "Monitor"
     Identifier    "monitor1"
     Option        "DPMS"
     HorizSync    30-70
     VertRefresh    50-160
 EndSection
 
 Section "Screen"
     Identifier    "screen0"
     Device        "device0"
     Monitor        "monitor0"
     DefaultDepth    24
     SubSection "Display"
         Depth        24
         Modes        "1280x1024" "1024x768" "800x600" "640x480"
     EndSubSection
 EndSection
 
 Section "Screen"
     Identifier    "screen1"
     Device        "device1"
     Monitor        "monitor1"
     DefaultDepth    24
     SubSection "Display"
         Depth     24
         Modes    "1280x1024" "1024x768"
     EndSubSection
 EndSection
 
 Section "ServerLayout"
     Identifier    "Default Layout"
     Screen    0    "screen0"
     Screen    1    "screen1" RightOf "screen0"
     InputDevice    "Generic Keyboard"
     InputDevice    "Configured Mouse"
 EndSection
 
 Section "ServerFlags"
     Option        "xinerama"    "on"
 EndSection
 
 Section "DRI"
     Mode    0666
 EndSection

Pour ce qui est du Hardware si ca peut aider, j'ai une tour Dell OptiPlex 210L, et la carte graph :

04:00.0 VGA compatible controller: Matrox Graphics, Inc. G400/G450 (rev 85)

Si quelqu'un a une ou plusieurs suggestion, ca serait la bienvenu smile.

Hors ligne

#2 Le 29/01/2007, à 00:37

Dark Hyparion

Re : Problème d'affichage DualScreen au boot

Salut, j'ai la même carte graphique que toi, mais même en copiant tes config, j'arrive pas à configurer mes deux écrans, ni pendant un court laps de temps, ni définitivement sad

Si quelqu'un pourrait m'aider hmm

Je post ici, car je pense que ca pourrait aider également Broza smile

Hors ligne

#3 Le 29/01/2007, à 01:07

yepla

Re : Problème d'affichage DualScreen au boot

essayez de retirer les option screen 0 et sdreen 1 dans les sections device.

#4 Le 29/01/2007, à 20:47

Dark Hyparion

Re : Problème d'affichage DualScreen au boot

J'ai essayé et le X ne démarre pas non plus sad

Hors ligne