Aller au contenu
  • Pas encore inscrit ?

    Pourquoi ne pas vous inscrire ? C'est simple, rapide et gratuit.
    Pour en savoir plus, lisez Les avantages de l'inscription... et la Charte de Zébulon.
    De plus, les messages que vous postez en tant qu'invité restent invisibles tant qu'un modérateur ne les a pas validés. Inscrivez-vous, ce sera un gain de temps pour tout le monde, vous, les helpeurs et les modérateurs ! :wink:

dualhead et xorg sur matrox G450?


Messages recommandés

Posté(e) (modifié)

J'ai essayer de configurer un dual screen en utilisant un tuto pour xfree86 car je n'en ai pas trouvé pour xorg.

Le résultat est que mes deux éran affichent la même chose.

Comment faire marcher mon bi-écran?

Si quelqu'un s'y connait assez voici mon xorg.conf :

 

Section "Files"
FontPath	"unix/:7100"			# local font server
# if the local font server has problems, we can fall back on these
FontPath	"/usr/lib/X11/fonts/misc"
FontPath	"/usr/lib/X11/fonts/cyrillic"
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/CID"
FontPath	"/usr/lib/X11/fonts/Speedo"
FontPath	"/usr/lib/X11/fonts/100dpi"
FontPath	"/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load	"GLcore"
Load	"bitmap"
Load	"dbe"
Load	"ddc"
Load	"dri"
Load	"extmod"
Load	"freetype"
Load	"glx"
Load	"int10"
Load	"record"
Load	"speedo"
Load	"type1"
Load	"vbe"
EndSection
Section "InputDevice"
Identifier	"Generic Keyboard"
Driver		"keyboard"
Option		"CoreKeyboard"
Option		"XkbRules"	"xfree86"
Option		"XkbModel"	"pc105"
Option		"XkbLayout"	"fr"
EndSection
Section "InputDevice"
Identifier	"Configured Mouse"
Driver		"mouse"
Option		"CorePointer"
Option		"Device"		"/dev/psaux"
Option		"Protocol"		"ImPS/2"
Option		"Emulate3Buttons"	"true"
Option		"ZAxisMapping"		"4 5"
EndSection
Section "Device"
Identifier	"Matrox Graphics, Inc. MGA G400 AGP"
Driver		"mga"
BusID 		 "PCI:1:0:0"
	Screen  0
EndSection
Section "Device"
	Identifier	  "carte2"
	Driver		  "mga"
	BusID			"PCI:1:0:0"
	Screen  1
EndSection
Section "Monitor"
Identifier	"LCD"
HorizSync	30-57
VertRefresh	43-72
Option		"DPMS"
EndSection
Section "Monitor"
	Identifier	  "CRT"
	HorizSync	   30-30
	VertRefresh	 50-70
	Option		  "DPMS"
EndSection
Section "Screen"
Identifier	"Screen1"
Device		"Matrox Graphics, Inc. MGA G400 AGP"
Monitor		"LCD"
DefaultDepth	24
SubSection "Display"
	Depth		24
	Modes		"1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier  "Screen2"
Device	  "carte2"
Monitor	 "CRT"
DefaultDepth 24
 Subsection "Display"
		Depth	   24
		Modes	   "640x480"
		ViewPort	0 0
 EndSubsection
EndSection
Section "ServerLayout"
Identifier  "DualHead Layout"
Screen	0	"Screen1" LeftOf "Screen2"
Screen	0	"Screen1"
InputDevice	"Generic Keyboard" "CoreKeyboard"
InputDevice	"Configured Mouse" "CorePointer"
EndSection
Section "DRI"
Mode	0666
EndSection

Modifié par bobymaw

Posté(e)

tu as pensé à rajouter

Option "Xinerama"

 

dans ta section ServerLayout ?

 

ou bien dans une section ServerFlags

Section "ServerFlags"
Option "Xinerama" "on"
EndSection

Posté(e)

J'ai changé quelque petites chose et ajouté le

Option "Xinerama"

dans ServerLayout. Je n'ai pas de section ServerFlags et je ne sais à pas quoi ça sert je n'ai donc pas essayé.

Et maintenant mon deuxième écran devient noir quand je lance X (il finit par passé en veille)

Voici mon nouveau xorg.conf (pour le raccourcir j'ai changé placé quelque [...]):

 Section "Files"
[...]
EndSection
Section "Module"
[...]
EndSection
Section "InputDevice"
Identifier	"Generic Keyboard"
Driver		"keyboard"
Option		"CoreKeyboard"
Option		"XkbRules"	"xfree86"
Option		"XkbModel"	"pc105"
Option		"XkbLayout"	"fr"
Option		"XkbVariant"	""
EndSection
Section "InputDevice"
Identifier	"Configured Mouse"
Driver		"mouse"
Option		"CorePointer"
Option		"Device"		"/dev/psaux"
Option		"Protocol"		"ImPS/2"
Option		"Emulate3Buttons"	"true"
Option		"ZAxisMapping"		"4 5"
EndSection
Section "Device"
Identifier	"Matrox Graphics, Inc. MGA G400 AGP"
Driver		"mga"
BusID 		 "PCI:1:0:0"
	Screen  0
EndSection
Section "Device"
	Identifier	  "carte1"
	Driver		  "mga"
	BusID			"PCI:1:0:0"
	Screen  1
EndSection
Section "Monitor"
Identifier	"LCD"
HorizSync	30-57
VertRefresh	43-72
Option		"DPMS"
EndSection
Section "Monitor"
	Identifier	  "CRT"
	HorizSync	   30-30
	VertRefresh	 50-70
	Option		  "DPMS"
EndSection
Section "Screen"
Identifier	"Screen0"
Device		"Matrox Graphics, Inc. MGA G400 AGP"
Monitor		"LCD"
DefaultDepth	24
  [...]
EndSection
Section "Screen"
Identifier  "Screen1"
Device	  "carte1"
Monitor	 "CRT"
DefaultDepth 24
		[...]
EndSection
Section "ServerLayout"
Identifier  "DualHead Layout"
Screen	0	"Screen0" LeftOf "Screen1"
Screen	0	"Screen0"
InputDevice	"Generic Keyboard" "CoreKeyboard"
InputDevice	"Configured Mouse" "CorePointer"
Option "Xinerama"
EndSection
Section "DRI"
Mode	0666
EndSection

Rejoindre la conversation

Vous publiez en tant qu’invité. Si vous avez un compte, connectez-vous maintenant pour publier avec votre compte.
Remarque : votre message nécessitera l’approbation d’un modérateur avant de pouvoir être visible.

Invité
Répondre à ce sujet…

×   Collé en tant que texte enrichi.   Coller en tant que texte brut à la place

  Seulement 75 émoticônes maximum sont autorisées.

×   Votre lien a été automatiquement intégré.   Afficher plutôt comme un lien

×   Votre contenu précédent a été rétabli.   Vider l’éditeur

×   Vous ne pouvez pas directement coller des images. Envoyez-les depuis votre ordinateur ou insérez-les depuis une URL.

  • En ligne récemment   0 membre est en ligne

    • Aucun utilisateur enregistré regarde cette page.
×
×
  • Créer...