[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: nvidia deuxieme ecran



Didier Verna a écrit :

Ben oui, tu n'a qu'un seul écran de configuré... Jette un oeil au mien, ça
devrait t'éclairer:
Je l'ai fait. Il est possible que tes trois écrans tourne en même temps ?

# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
[... point sans importances et pas compatible d'un système à l'autre...]

EndSection

Premier couple écran/sortie écran

# ============
# DFP Section:
# ============

Section "Device"
	Identifier	"NVIDIA GeForce FX 5200 DFP"
	Driver		"nvidia"
	Screen		0
Comme je n'ai pas de cartes avec plusieurs sorties, je pense que c'est
pour identifier la sortie de la carte.
C'est peut-être ça qu'il te faudra rajouter : un "screen 0" pour l'écran
du portable et un "screen 1" pour celui du vidéo.
En espérant pouvoir tester rapidement sur le portable promis par le
boulot ;)

	BusId		"PCI:01:00:0"
	Option		"CursorShadow"		"true"
	Option		"ConnectedMonitor"	"DFP"
EndSection

Section "Monitor"
	Identifier	"Hercules ProphetView"
	HorizSync	31.5 - 64.3
	VertRefresh	50.0 - 70.0
#	Option		"DPMS"
EndSection

Définition du couple 1

Section "Screen"
	Identifier	"DFP Screen"
	Device		"NVIDIA GeForce FX 5200 DFP"
La sortie est commandée par le device ayant le nom "NVIDIA GeForce FX
5200 DFP"

	Monitor		"Hercules ProphetView"
Et l'écran est caractérisé par la section "Hercules ProphetView"

	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "800x600" "640x480"
	EndSubSection
EndSection


second couple

# =======================
# Videoprojector Section:
# =======================

Section "Device"
	Identifier	"NVIDIA GeForce FX 5200 VP"
	Driver		"nvidia"
	Screen		1
	BusId		"PCI:01:00:0"
	Option		"CursorShadow"		"true"
	Option		"ConnectedMonitor"	"CRT"
EndSection

Section "Monitor"
	Identifier	"Toshiba TDP MT-200"
	HorizSync	31.469 - 91.146
	VertRefresh	59.940 - 85.061
#	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"VP Screen"
	Device		"NVIDIA GeForce FX 5200 VP"
	Monitor		"Toshiba TDP MT-200"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "640x480"
	EndSubSection
EndSection


Une troisième sortie !
Ceci me semble normal : l'écran du portable, une sortie écran normale +
une sortie TV

# ===========
# TV Section:
# ===========

Section "Device"
	Identifier	"NVIDIA GeForce FX 5200 TV"
	Driver		"nvidia"
	Screen		2
	BusId		"PCI:01:00:0"
	Option		"ConnectedMonitor"	"TV"
	Option		"CursorShadow"		"true"
EndSection

Section "Monitor"
	Identifier	"TV"
	HorizSync	30 - 50
	VertRefresh	60
#	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"TV Screen"
	Device		"NVIDIA GeForce FX 5200 TV"
	Monitor		"TV"
	Option		"TVStandard"	"PAL-N"
	DefaultDepth	24
	Subsection	"Display"
		Depth	1
Modes "800x600" "640x480" EndSubsection
	Subsection	"Display"
		Depth	4
Modes "800x600" "640x480" EndSubsection
	Subsection	"Display"
		Depth	8
Modes "800x600" "640x480" EndSubsection
	Subsection	"Display"
		Depth	24
Modes "800x600" "640x480" EndSubsection
EndSection


On définit comment on place l'ensemble des 3 couples.

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		0	"DFP Screen"
#	Videoprojector as secondary screen:
	Screen		1	"VP Screen"	RightOf	"DFP Screen"
#	TV as third screen:
#	Screen		2	"TV Screen"	LeftOf	"DFP Screen"
	InputDevice	"Key Tronic"
	InputDevice	"Logitech"
Pourquoi il n'y a pas l'option  :
Option "Xinerama"
Elle nécessite que les 3 profondeurs soient identique, et c'est le cas.

EndSection

Section "DRI"
	Mode	0666
EndSection



--
Amicalement vOOotre              Troumad Alias Bernard SIAUD
mon site : http://troumad.free.fr : AD&D maths WEB sectes
Pour la liberté http://lea-linux.org http://www.eurolinux.org/index.fr.html
N'envoyez que des documents avec des formats ouverts, comme
http://fr.openoffice.org



Reply to: