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 21/07/2006, à 10:45

jose99m

Twinview non fonctionnel

Bonjour à tous,

Je m'adresse à vous en désepoir de cause après moult tentative pour configurer Twinview avec :
un DFP Q17 en 1280
un vieux CRT iiyama en 1024
le tout en mode Clone

voici mon fichier : le CRT s'éteind après le démarrage du serveur X :

"Section "Device"
    Identifier    "NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
    Driver        "nvidia"
    BusID        "PCI:5:0:0"
    Option        "NoLogo"
    Option         "TwinView"
        Option         "MetaModes" "DFP : 1280x1024, CRT : 1024"
    Option         "SecondMonitorHorizSync" "27-96"
        Option         "SecondMonitorVertRefresh" "60-100"   
EndSection

Section "Monitor"
    Identifier    "Q17 Digital"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
    Monitor        "Q17 Digital"
    DefaultDepth    24
    Option "ConnectedMonitor" "DFP"
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1280x1024" "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection
"

Merci d'avance pour vos conseils

#2 Le 21/07/2006, à 18:43

Blackestmajor

Re : Twinview non fonctionnel

Il me semble que les metamodes sont incorrects, moi j'aurais mis:
"1280x1024,1024x768" plus quelques autres au cas où.
Ensuite il manque des options dans screen et il y'en a trop dans Device, inspire toi de cette partie du mien:

Section "Device"
    Identifier     "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
    Driver         "nvidia"
    VendorName     "Videocard vendor"
    BoardName      "NVIDIA GeForce 6600 GT"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV43 [GeForce 6600/GeForce 6600 Ultra]"
    Monitor        "Écran générique"
    DefaultDepth    24
    Option         "NvAGP" "2"
    Option         "NoLogo" "1"
    Option         "RenderAccel" "0"
    Option         "CursorShadow" "1"
    Option         "Coolbits" "1"
    Option         "ConnectedMonitor" "crt, crt" [b]Ici tu mets "dfp,crt"
    Option         "TwinView"
    Option         "TwinViewOrientation" "RightOf" [b]Ici tu mets "Clone"[/b]
    Option         "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768; 1280x1024,NULL; 1024x768,NULL; 800x600,NULL; 640x480, NULL" [b]Ici tu adaptes[/b]
    Option         "SecondMonitorHorizSync" "31-75"
    Option         "SecondMonitorVertRefresh" "60-60"

Hors ligne

#3 Le 26/07/2006, à 16:33

jose99m

Re : Twinview non fonctionnel

Merci d'avoir répondu. J'ai suivis tes conseils. Malheureusement, le CRT continue à s'éteindre dès le démarrage du serveur X. Je commence à me demander s'il n'y a pas une commande ou un paramètre à rentrer pour réveiller le moniteur secondaire....

Section "Monitor"
	Identifier	"Q17 Digital"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV44 [GeForce 6200 TurboCache]"
	Monitor		"Q17 Digital"
	DefaultDepth	24
	Option 		"ConnectedMonitor" "DFP, CRT"
	Option		"NoLogo"
	Option 		"TwinView"
	Option         	"TwinViewOrientation" "Clone"
    	Option 		"MetaModes" "DFP : 1280x1024, CRT : 1024x768; DFP : 1024x768, CRT : 1024x768; DFP : 800x600, CRT : 800x600; DFP : 720x400, CRT : 720x400; DFP : 640x480, CRT : 640x480"
	Option 		"SecondMonitorHorizSync" "27-96"
    	Option 		"SecondMonitorVertRefresh" "60-100"
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

#4 Le 26/07/2006, à 16:37

mika

Re : Twinview non fonctionnel

Essayes avec des résolutions plus basses pour voir si ça fonctionne. Chez moi la mémoire de mon laptop m'interdit le 2 fois 1024x768


Pinard m'a tueR (in vino veritas ?)
Cherche logiciel pour tagger ses vinyles.

Hors ligne