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 07/08/2005, à 20:00

lpf

[Info] Xorg.conf : activer sortie TV en mode clone pour Nvidia FX5200

Si cela peut aider voici mon Xorg.conf pour faire fonctionner la sortie TVOUT d'une carte Nvidia FX5200

# /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 NV34 [GeForce FX 5200]"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    Option         "TwinView" "true"
    Option         "TwinViewOrientation" "Clone"
    Option         "TVOutFormat" "S-VIDEO"
    Option         "TVStandard" "PAL-N"
    Option         "SecondMonitorHorizSync" "30-50"
    Option         "SecondMonitorVertRefresh" "60"
    Option         "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480"
    Option        "NoLogo"
EndSection

Section "Monitor"
    Identifier    "PHILIPS 107E"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "NVIDIA Corporation NV34 [GeForce FX 5200]"
    Monitor        "PHILIPS 107E"
    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

ma config : 1 écran CRT philips + 1 TV + 1 carte nvidia FX5200 AGP 128 MB avec sortie S-VIDEO

en fait les seules lignes à rajouter à un Xorg.conf standard sont dans Section "device":

Option         "TwinView" "true"
Option         "TwinViewOrientation" "Clone"
Option         "TVOutFormat" "S-VIDEO"
Option         "TVStandard" "PAL-N"
Option         "SecondMonitorHorizSync" "30-50"
Option         "SecondMonitorVertRefresh" "60"
Option         "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480"

si vous avez une sortie composite, je crois qu'il faut mettre "COMPOSITE" au lieu de "S-VIDEO"
et "PAL-N", c'est la format pour la TV en France... si vous avez une TV 100 Hz il faudra peut être modifier les synchro 30-50 & 60

pour info nvtv n'a pas fonctionné pour moi.
nividia settings : la TV est apparue uniquement depuis le rajout des lignes ci-dessus.
j'avais une ATI 8500, galère à essayer de modifier mon Xorg.conf pdt 2 semaines et impossible de faire fonctionner la sortie TV.

En espérant que cela aide des utilisateurs d'ubuntu.

Hors ligne

#2 Le 10/08/2005, à 10:59

patgrysli

Re : [Info] Xorg.conf : activer sortie TV en mode clone pour Nvidia FX5200

Un retour un peu tard... mais bon!
Merci j ai réussi a avoir mon ubuntu (oui !je sais... je me l' approprie ) sur la tele
avec l aide de ta config.
Le petit blème que j ai pour le moment c est la résolution de l écran .
cool

Hors ligne

#3 Le 10/08/2005, à 12:16

lpf

Re : [Info] Xorg.conf : activer sortie TV en mode clone pour Nvidia FX5200

patgrysli a écrit :

Le petit bl�me que j ai pour le moment c est la r�solution de l �cran .
cool

et ça consiste en quoi ce problème ?

Hors ligne

#4 Le 10/08/2005, à 12:51

patgrysli

Re : [Info] Xorg.conf : activer sortie TV en mode clone pour Nvidia FX5200

Avec mon xorg "normale j ai une resol. 1280.1024.75h nikel
lorsque je rajoute tes quelques lignes ,la resol. de l ecran ne monte pas plus haut
que 1024 .768 et c est pas assez.
Mais je viens de voir tes metamodes s arrette a 1024.768.
Donc j ai une idee de ta reponse.

Hors ligne

#5 Le 11/08/2005, à 08:39

patgrysli

Re : [Info] Xorg.conf : activer sortie TV en mode clone pour Nvidia FX5200

Je me rend compte que je ne suis pas toujours très clair .
Je devrais attendre quelques heures et relire avant de poster. roll
A nouveaux plus d'ubuntu sur la  tele.
Je met ici ma config.

Section "Device"
	Identifier	"NVIDIA Corporation NV34 [GeForce FX 5900]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	VideoRam	1028
        Option         "TwinView" "true"
        Option         "TwinViewOrientation" "Clone"
        Option         "TVOutFormat" "S-VIDEO"
        Option         "TVStandard" "PAL-B"
        Option         "SecondMonitorHorizSync" "30-50"
        Option         "SecondMonitorVertRefresh" "60"
        Option         "MetaModes" "1280x1024,1280x1024;1024x768,1024x768;800x600,800x600;640x480,640x480"
EndSection

Section "Monitor"
	Identifier	"SyncMaster"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device  	"NVIDIA Corporation NV34 [GeForce FX 5900]"
	Monitor		"SyncMaster"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "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

Dernière modification par patgrysli (Le 11/08/2005, à 09:04)

Hors ligne

#6 Le 11/08/2005, à 11:32

lpfinvité

Re : [Info] Xorg.conf : activer sortie TV en mode clone pour Nvidia FX5200

patgrysli a écrit :

Avec mon xorg "normale j ai une resol. 1280.1024.75h nikel
lorsque je rajoute tes quelques lignes ,la resol. de l ecran ne monte pas plus haut
que 1024 .768 et c est pas assez.
Mais je viens de voir tes metamodes s arrette a 1024.768.
Donc j ai une idee de ta reponse.

pour le 1280.1024, je crois que c'est mort avec le mode clone :

Originally Posted by kayas80
Has anyone got an idea why my monitor works but the TV is blank when I add 1280x1024 to the "MetaModes". It works fine as 1024x768.
Thanks

The NVidia card can only TV-Out to 1024x768 max. It will do this with their official windoze drivers too.

I've set my configuration up by this guide, and its working great, however now BOTH my LCD & TV are set to 1024x768 from the clone. Does ANYONE know how to clone the display on the TV-Out (S-VIDEO) @ 1024x768 while having 1280x1024 (or even higher) on the LCD?

ci-dessous le post original :

http://ubuntuforums.org/showthread.php?t=50749

#7 Le 12/08/2005, à 09:33

patgrysli

Re : [Info] Xorg.conf : activer sortie TV en mode clone pour Nvidia FX5200

Il neme reste plus qu 'a trouver un moyen
de switcher facillement entre les deux xorg.
J ai vu xandr ? sur le site.
Je vais voir merci.

Hors ligne