Geforce 6100 et TV-OUT

Bonjour à tous,

Je suis sous debian etch.
Noyau: 2.6.18-4-686
Chip graphique: 00:05.0 VGA compatible controller: nVidia Corporation MCP51 PCI-X GeForce Go 6100 (rev a2)

J’essaie de faire fonctionner la sortie TV en twinview (avec adaptateur S-video -> composite), en vain.
Mon xorg.conf et une partie du log en diront plus:

[code]# Dernière modif : 29 août 2007, 18:31:03

Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath “/usr/share/fonts/X11/100dpi”
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” "fr"
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ImPS/2"
EndSection

Section "Device"
Identifier "nVidia Corporation MCP51 PCI-X GeForce Go 6100"
Driver "nvidia"
BusID "PCI:0:5:0"
Option “ConnectedMonitor” "DFP-0"
Option "TwinView"
Option “TVStandard” "PAL-N"
Option “MetaModes” "1280x800, 1024x768; 800x600, 800x600; 640x480, 640x480;"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection

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

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation MCP51 PCI-X GeForce Go 6100"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes “1280x800” “1024x768” “800x600” "640x480"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection[/code]

code NVIDIA(0): TwinView requested, but only 1 display devices found.
(II) NVIDIA(0): Assigned Display Device: DFP-0
(WW) NVIDIA(0): Invalid display device in Mode Description “1024x768”
(WW) NVIDIA(0): Not using mode description “1024x768”; unable to map to
(WW) NVIDIA(0): display device
(WW) NVIDIA(0): Invalid display device in Mode Description “800x600”
(WW) NVIDIA(0): Not using mode description “800x600”; unable to map to display
(WW) NVIDIA(0): device
(WW) NVIDIA(0): Invalid display device in Mode Description “640x480”
(WW) NVIDIA(0): Not using mode description “640x480”; unable to map to display
(WW) NVIDIA(0): device
[/code]

La TV est pourtant bien reliée (fonctionne quand X n’est pas lancé).
Avez-vous des idées quant à l’origine du problème ?
Par avance, merci.

Bonsoir,
tu n’as rien du tout sur la sortie TV ?
regarde un exmple ici:
mythtv-fr.info/wiki/wiki.php?Nvidia_SortieTV

[quote=“piratebab”]Bonsoir,
tu n’as rien du tout sur la sortie TV ?
regarde un exmple ici:
mythtv-fr.info/wiki/wiki.php?Nvidia_SortieTV[/quote]
Merci pour ce lien.
Je l’épluche et je vous tiens au courant de l’avancement. :slightly_smiling:

logiquement il te manque une section device et une section screen

C’est justement le principe de twinview: une seule section device, une seule section screen.
Je vais essayer avec deux écrans X…