Trucs:Utiliser la sortie TV-Out des cartes NVidia

De Lea Linux
Aller à la navigation Aller à la recherche
Léa (Fred)<fred chez lea linux org>

D'abord, vous devez installer les drivers closed-source de NVidia voir l'[../hardware/nvidia.php3 article] de Léa.

Ensuite, éditez /etc/X11/XF86Config ou /etc/X11/XF86Config-4, ajoutez une section "Monitor" pour votre TV :
Section "Monitor"
Identifier "TV"
VendorName "Daewoo"
ModelName "50cm"
HorizSync 30.0 - 50.0
VertRefresh 60
EndSection


Puis, si vous avez une GeForce2MX (au moins) qui supporte l'option TwinView, modifiez votre section "Device" correspondant à votre carte NVidia pour qu'elle ressemble à (le BusId dépend de votre configuration):
Section "Device"
Identifier "RIVA TNT2"
VendorName "Unknown"
BoardName "Unknown"
BusID "1:0:0"
Driver "nvidia"

Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
Option "TVStandard" "PAL-N"

EndSection

et c'est tout pour l'option TWinView.

Et si vous avez une carte NVidia ne supportant pas l'option TwinView :
Section "Device"
Identifier "RIVA TNT2"
VendorName "Unknown"
BoardName "Unknown"
BusID "1:0:0"
Driver "nvidia"

Option "ConnectedMonitor" "TV"
Option "TVStandard" "PAL-N"
EndSection


si vous n'utilisez pas l'option TwinView, il faut ajouter une section "Screen" pour votre TV :
Section "Screen"
Identifier "Television"
Device "RIVA TNT2"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 1
EndSubSection
SubSection "Display"
Depth 4
EndSubSection
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection


puis, remplacez l'option Screen de la section "ServerLayout" par :
Screen "Television"

Et voilà, il ne vous reste plus qu'a redémarrer votre server X.

Note : Les TVStandard supportés sont :

  • "PAL-B"  : en Belgique, Danmark, Finland, Allemagne, Guinée, Hong Kong, Inde, Indonesie, Italie, Malaysie, Les Pays Bas, Norvège, Portugal, Singapoure, Espagne, Suède, et Suisse
  • "PAL-D"  : en Chine and Corée du Nord
  • "PAL-G"  : au Danmark, Finland, Allemagne, Italie, Malaysie, Les Pays Bas, Norvège, Portugal, Espagne, Suède, et Suisse
  • "PAL-H"  : en Belgique
  • "PAL-I"  : à Hong Kong et au Royaume Uni
  • "PAL-K1" : en Guinée
  • "PAL-M"  : au Brézil
  • "PAL-N"  : en France, Paraguay, et Uruguay
  • "PAL-NC" : en Argentine
  • "NTSC-J" : au Japan
  • "NTSC-M" : au Canada, Chili, Colombie, Costa Rica, Ecuador, Haiti, Honduras, Mexique, Panama, Porto Rico, Corée du Sud, Taiwan, USA, et Venezuela


d'après http://www.linuxhardware.org/article.pl?sid=01/05/29/2147241&mode=thread