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 04/06/2005, à 11:16

lolo1234

Comment utiliser le double ecran sous nvidia?

Bonjour j'aimerais utilser mes 2 ecran (un en dvi, l'autre en vga), j'ai les dernier drivers nvidia mais il ne me detecte qu'un seul ecran neutral
L'autre dit qu'il y a pas  de signal.
Comment faire ?

merci d'avance

#2 Le 05/06/2005, à 10:46

lolo1234

Re : Comment utiliser le double ecran sous nvidia?

je doit quand meme pas etre le seul a utiliser 2 ecran sous linux roll:mad:

#3 Le 06/06/2005, à 07:29

lolo1234

Re : Comment utiliser le double ecran sous nvidia?

Apparement si :(file:///usr/share/ubuntu-artwork/home/index.html

#4 Le 06/06/2005, à 21:36

Tao

Re : Comment utiliser le double ecran sous nvidia?

cherche du coté de twinview (cf le readme du driver de nvidia, dans /usr/share/doc/...)

voici à quoi ressemble ma section device de mon fichier /etc/X11/xorg.conf

Section "Device"
    Identifier    "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    Option        "NoLogo"
    Option "TwinView"
    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "60"
    Option "MetaModes" "1280x960, 800x600; 1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
    Option "TVStandard" "NTSC-M"
    Option "TwinViewOrientation" "CLONE"
    Option "ConnectedMonitor" "CRT, TV"
    Option "TVOutFormat" "S-VIDEO"
    EndSection

A priori, il faudra que tu remplaces clone par rightof, que tu dises que c'est un moniteur plutot qu'une TV, ...

Hors ligne

#5 Le 07/06/2005, à 15:26

lolo1234

Re : Comment utiliser le double ecran sous nvidia?

Salut, merci a toi merci, j'ai utiliser un peut de ton code et j'ai pris un peut sur un autre site, mais ma résolution est de 2048x768 je ne peut pas changé (enfin si je peut avoir plus petit...) mais je voudrait une résolution plus grande car les icon et la police sont trop gros big_smile.



Voila mon fichier xorg.conf :

# /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 "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 "Device"
	Identifier	"NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
        Option "DPMS"
	Option "TwinView"
	Option "SecondMonitorHorizSync" "31-82"
	Option "SecondMonitorVertrefresh" "55-120"
	Option "TwinViewOrientation" "LeftOf"
	Option "ConnectedMonitor" "crt,crt"
        Option "MetaModes" "1280x960, 800x600; 1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"# /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 "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 "Device"
	Identifier	"NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
        Option "DPMS"
	Option "TwinView"
	Option "SecondMonitorHorizSync" "31-82"
	Option "SecondMonitorVertrefresh" "55-120"
	Option "TwinViewOrientation" "LeftOf"
	Option "ConnectedMonitor" "crt,crt"
        Option "MetaModes" "1280x960, 800x600; 1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
EndSection

Section "Monitor"
	Identifier	"T710BH"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
	Monitor		"T710BH"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

EndSection

Section "Monitor"
	Identifier	"T710BH"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
	Monitor		"T710BH"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

Merci d'avance

Laurent

#6 Le 07/06/2005, à 18:20

Tao

Re : Comment utiliser le double ecran sous nvidia?

Tu as deux sections screen avec le même identifiant ! Pareil pour server layout ! Il ne te met pas d'erreur la dessus ?

Aussi, vu que tu dis "merci d'avance", j'imagine que dans l'état actuel des choses ça ne fonctionne pas... Message d'erreur ? Ou bien c'est juste les résolutions qui ne te plaisent pas ?

2048x768, c'est la résolution les deux écrans pris ensemble ? Tu dois pourvoir indiquer un metamode qui te convienne, en remplacant le premier "800x600" par "1280x960" par exemple.

Sinon tu dis au début que tu as un des écrans en dvi, alors que dans ConnectedMonitor tu parles de 2 CRT, ce n'est pas très logique. Si c'est bien un dvi (et non un 2eme vga branché à l'aide d'un adaptateur), il faut changer ça. Je ne me rappelle plus du nom de code des dvi, mais c'est dans le readme du driver nvidia.

EDIT : je n'aime pas le 1280x1024 car les pixels ne sont pas carrés, c'est pour ça que j'utilise 1280x960. Mais si ça ne te dérange pas d'avoir une image écrasée, garde 1280x1024...

Dernière modification par Tao (Le 07/06/2005, à 18:24)

Hors ligne

#7 Le 08/10/2005, à 23:30

don-yan

Re : Comment utiliser le double ecran sous nvidia?

DFP pour le moniteur DVI

Ton post indirectement m'a permis de resoudre un PB.

J'avais fait une install Ubuntu avec un ecran crt sur le port vga de ma carte graphique 6600gt (vga et dvi).

Apres l'achat d'un nouvel ecran lcd branché en dvi (je parametre le rafraichissement, la resolution dans le xorg.conf), mais rien a faire je n'avais plus d'image au lancement de gdm. Je tente un dpkg-reconfigure xserver-xorg...Toujours rien... du noir.

Enervé je fais un
contol+alt+f1
et un
/etc/init.d/gdm stop
puis Je rajoute l'option
option "ConnectedMonitor" "DFP" dans le fichier xorg.conf
J'enchaine par un
/etc/init.d.gdm start
et big_smile.... La lumiere fut.

Merci