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 11/03/2006, à 19:40

Ekx27

Double écran sans ATI ou NVIDIA

Voila, après plusieurs recherches sur le forum et sur internet, je n'ai toujours pas réussi a trouver une solution a mon probleme...

Je cherche a activer la sortie écran sous Breezy sur mon PC portable NX6110, j'ai trouvé pleins de tutoriels mais ils sont tous soit pour ATI ou NVIDIA, mais jamais pour une carte autre (une Intel 915 GM pour mon cas).

Voici ma config :

Un portable NX6110 avec un écran 15" en 1024x768 (Aucun probleme pour celui la).
Un écran CRT 21" que j'arrive a activer en mode clone ou simple avec 'Fn + F4', mais la résolution reste en 1024x768 en 60Hz ! Alors que l'écran supporte le 1600x1200 sous windows !

Tout ce que j'aimerai ce serai augementer la résolution et le rafraichissement sur le 21 pouces.
J'ai essayé de modifier le fichier xorg avec un 'sudo vi /etc/X11/xorg.conf' et de mettre le deuxième écran en 1280x1024 mais rien n'y fait.

Voici mon xorg.conf pour les détails :

# /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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

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

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/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr-latin9"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option		"HorizScrollDelta"	"0"
	Option		"MaxTapTime"		"0"
EndSection

Section "Device"
	Identifier	"Intel Corporation Intel Default Card"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen 0
EndSection

Section "Device"
	Identifier	"Intel Corporation Intel Default Card"
	Driver		"i810"
	BusID		"PCI:0:2:0"
	Screen 1
EndSection

Section "Monitor"
	Identifier	"�ran g��ique"
	Option		"DPMS"
	HorizSync	28-49
	VertRefresh	43-72
EndSection

Section "Monitor"
	Identifier	"�ran g��ique 1"
	Option		"DPMS"
	HorizSync	45-68
	VertRefresh	60-85
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Intel Default Card"
	Monitor		"�ran g��ique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Intel Corporation Intel Default Card"
	Monitor		"�ran g��ique 1"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Merci d'avance.

#2 Le 14/03/2006, à 15:34

ekx27

Re : Double écran sans ATI ou NVIDIA

UP

Personne ne peut m'aider, ou au moins une page qui explique comment marche le fichier de config xorg.conf (je n'en ai pas trouvé de clair...)

#3 Le 17/03/2006, à 12:02

Tioneb

Re : Double écran sans ATI ou NVIDIA

Salut je me penche sur ce problème aussi car je voudrais lancé deux X serveur un sur chaque écran donc il me faut un peu le même worg que toi... bref
pour ton xorg.conf il n'est pas complet sur ton deuxièeme écran

SubSection "Display"
        Depth        24
        Modes        "1280x1024"
    EndSubSection

c'est le mieux que te proposeras ton X server
monte la résolution et précise la fréquence dans la section device de ton moniteur
tu peux par exemples utilisé un

modeline

qui définira un mode spécifique pour ton écran
pour ça google est ton ami smile

Dernière modification par Tioneb (Le 17/03/2006, à 12:08)

Hors ligne