Précédent   Forum des professionnels en informatique > Systèmes > Linux > Matériel
Matériel Vos questions relatives à la configuration optimale et au support matériel
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 19/08/2004, 23h58   #1
Membre du Club
 
Inscription : décembre 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : décembre 2002
Messages : 140
Points : 41
Points : 41
Par défaut Dual Screen sur portable

Salut !

J'ai correctement installé le driver nVidia sur mon portable et tout fonctionne correctement.

Maintenant je cherche à utiliser le Dual Screen tel que décrit dans ce fichier : ftp://download.nvidia.com/XFree86/Linux-x86/1.0-6111/README.txt

Voici mon fichier XF86Config-4 :

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
# XF86Config-4 (XFree86 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 XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86
 
##########################################################################
# Files
##########################################################################
 
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
 
##########################################################################
# Module
##########################################################################
 
# GLcore et dri sont commentés car utilisation du driver graphique nVidia
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
 
##########################################################################
# Input devices
##########################################################################
 
Section "InputDevice"
	Identifier	"Dell Inspiron 8000 keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"fr_CH"
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
 
##########################################################################
# Graphics device
##########################################################################
 
Section "Device"
	Identifier	"NVIDIA Corporation NV11 [GeForce2 Go]"
	Driver		"nvidia"
#	Driver		"nv"
	VendorName	"nvidia"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option		"IgnoreEDID"    "1"
EndSection
 
Section "Device"
	Identifier	"NVIDIA Corporation NV11 [GeForce2 Go] TwinView"
	VendorName	"nvidia"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option		"IgnoreEDID"    "1"
 
 
	Option 		"TwinView"
	Option 		"SecondMonitorHorizSync"   "28-90"
	Option 		"SecondMonitorVertRefresh" "50-110"
	Option 		"TwinViewOrientation"      "LeftOf"
	Option 		"MetaModes"                "1600x1200,1600x1200; 1280x1024,1280x1024; 1024x768,1024x768; 800x600,800x600; 640x480,640x480"
	Option 		"ConnectedMonitor"         "dfp,crt"
EndSection
 
##########################################################################
# Monitor
##########################################################################
 
Section "Monitor"
	Identifier	"Dell Inspiron 8000 monitor"
	HorizSync	28-90
	VertRefresh	50-110
	Option		"DPMS"
EndSection
 
##########################################################################
# Screen
##########################################################################
 
Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV11 [GeForce2 Go]"
	Monitor		"Dell Inspiron 8000 monitor"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
 
Section "Screen"
	Identifier	"TwinView Screen"
	Device		"NVIDIA Corporation NV11 [GeForce2 Go] TwinView"
	Monitor		"Dell Inspiron 8000 monitor"
	DefaultColorDepth	24	
 
	SubSection "Display"
		Depth		24 
 		Modes		"1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection
 
##########################################################################
# Server layout
##########################################################################
 
Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Dell Inspiron 8000 keyboard"
	InputDevice	"Configured Mouse"
EndSection
 
Section "ServerLayout"
	Identifier	"TwinView Layout"
	Screen		"TwinView Screen"
	InputDevice	"Dell Inspiron 8000 keyboard"
	InputDevice	"Configured Mouse"
EndSection
 
# je commente DRI car j'ai un pilote nVidia
#Section "DRI"
#	Mode	0666
#EndSection
En relancant mon ordi, seul l'écran du portable est actif et l'écran branché dessus reste éteind. Que puis-je faire pour l'activer ? Dois-je lancer une commande spéciale lors du startx ou Linux dévrit-il être capable de déterminer tout seul qu'un deuxième écran est branché ?

Est-ce que le problème peux venir de :

Ou
Code :
Option      "IgnoreEDID"    "1"
Ou
Code :
Option       "ConnectedMonitor"         "dfp,crt"
A vrai dire j'ai recopié sur quelqu'un mais je ne comprends pas vraiment à quoi cela correspond.

Mon deuxième écran est un HP à tube cathodique...

Merci d'avance pour votre aide !!!
__________________
</aliasjcdenton>

"Un Homme devient vieux lorsque ses regrets prennent la place de ses rêves"
aliasjcdenton est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/08/2004, 10h24   #2
Membre du Club
 
Inscription : juin 2004
Messages : 39
Détails du profil
Informations forums :
Inscription : juin 2004
Messages : 39
Points : 40
Points : 40
que veux tu dire par cette precision?

que tu veux avoir l'ecran du portable+l'ecran cathodique ?
ou un ecran virtuel (2ecrans phisiques) pour generer une plus grande surface d'affichage ?

parceque c'est assez different comme configuration
vi4ever est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/08/2004, 13h13   #3
Membre du Club
 
Inscription : décembre 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : décembre 2002
Messages : 140
Points : 41
Points : 41
Salut !

En fait j'aimerai avoir une plus grande surface d'affichage, que le bureau s'étende sur les 2 écrans physiques : comme le dual screen sous Windows, quand j'arrive au bout d'un écran, ma souris passe sur le deuxième écran. Exemple ici : http://www.estart.co.za/graphics/screenshots/mandrake/mdk81_02.jpg

Merci !
__________________
</aliasjcdenton>

"Un Homme devient vieux lorsque ses regrets prennent la place de ses rêves"
aliasjcdenton est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 20/08/2004, 22h50   #4
Membre du Club
 
Inscription : décembre 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : décembre 2002
Messages : 140
Points : 41
Points : 41
__________________
</aliasjcdenton>

"Un Homme devient vieux lorsque ses regrets prennent la place de ses rêves"
aliasjcdenton est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 22/08/2004, 16h09   #5
Membre du Club
 
Inscription : décembre 2002
Messages : 140
Détails du profil
Informations forums :
Inscription : décembre 2002
Messages : 140
Points : 41
Points : 41
Bon j'ai enfin trouvé. En fait mon fichier de config était correct simplement X chargeait le premier layout par défaut. J'ai donc commenté ce dernier afin que seul le layout TwinView soit disponible.

Sinom je crois qu'on peut avoir plusieurs layouts et qu'il faut les appeler avec l'option -layout de startx. A essayer...
__________________
</aliasjcdenton>

"Un Homme devient vieux lorsque ses regrets prennent la place de ses rêves"
aliasjcdenton est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 12h38.


 
 
 
 
Partenaires

Hébergement Web