[nvidia] Sortie TV & Xfree

Sortie TV & Xfree [nvidia] - Linux et OS Alternatifs

Marsh Posté le 23-07-2005 à 17:54:18    

:hello:
 
Je bataille un peu pour faire marcher ma sortie tv. En fait tout ce que je souhaite c'est un mode clone, qui me permettrais de lancer un film sur l'écran puis de le regarder sur la télé.
 
Voici mon XF86Config-4
 

Code :
  1. Section "Device"
  2.         Identifier      "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
  3.         Driver          "nvidia"
  4.         Option          "NvAGP"                 "1"
  5.         Option          "TwinView"
  6.         Option          "SecondMonitorHorizSync"        "30-50"
  7.         Option          "SecondMonitorVertRefresh"      "60"
  8.         Option          "TwinViewOrientation"           "Clone"
  9.         Option          "MetaModes"                     "1280x1024,800x600;1024x768,800x600;800x600,800x600;640x480,640x480;320x200,NULL"
  10.         Option          "TVStandard"                    "PAL-N"
  11. EndSection
  12. Section "Monitor"
  13.         Identifier      "NEC1701BK"
  14.         Option          "DPMS"
  15. EndSection
  16. Section "Screen"
  17.         Identifier      "Default Screen"
  18.         Device          "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x]"
  19.         Monitor         "NEC1701BK"
  20.         DefaultDepth    24
  21.         SubSection "Display"
  22.                 Depth           1
  23.                 Modes           "1280x1024"
  24.         EndSubSection
  25.         SubSection "Display"
  26.                 Depth           4
  27.                 Modes           "1280x1024"
  28.         EndSubSection
  29.         SubSection "Display"
  30.                 Depth           8
  31.                 Modes           "1280x1024"
  32.         EndSubSection
  33.         SubSection "Display"
  34.                 Depth           15
  35.                 Modes           "1280x1024"
  36.         EndSubSection
  37.         SubSection "Display"
  38.                 Depth           16
  39.                 Modes           "1280x1024"
  40.         EndSubSection
  41.         SubSection "Display"
  42.                 Depth           24
  43.                 Modes           "1280x1024"
  44.         EndSubSection
  45. EndSection
  46. Section "ServerLayout"
  47.         Identifier      "Default Layout"
  48.         Screen          "Default Screen"
  49.         InputDevice     "Logitech Internet Keyboard"
  50.         InputDevice     "Logitech MouseMan Dual Optical"
  51. EndSection
  52. Section "DRI"
  53.         Mode    0666
  54. EndSection


 
 
 
L'affichage fonctionne mais comme je n'ai pas sépcifier les même résolutions (MetaModes) pour l'écran et la télé, je n'ai qu'un quarte de l'écran qui apparait sur la télé.
 
 
Pourriez vous m'aider ? Merci d'avance :jap:

Reply

Marsh Posté le 23-07-2005 à 17:54:18   

Reply

Marsh Posté le 24-07-2005 à 10:55:02    

Pour ma part:

Section "Device"
        Identifier      "NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
        Driver          "nvidia"
        BusID           "PCI:2:0:0"
        Option          "TVStandard" "PAL-N"
        Option          "NoLogo" "on"
EndSection
 
Section "Monitor"
        Identifier      "Écran générique"
        Option          "DPMS" "off"
EndSection
 
Section "Screen"
        Identifier      "Default Screen"
        Device          "NVIDIA Corporation NV25 [GeForce4 Ti 4200]"
        Monitor         "Écran générique"
        DefaultDepth    24
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600"
        EndSubSection
EndSection


 
et affichage en 1024x768 (max de la carte pour la sortie TV)


Message édité par jdloic le 24-07-2005 à 10:55:21
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed