Pages : 1
#1 Le 07/10/2005, à 10:55
- eax
sortie TV sur GeForce 4 MX
salut à tous!
j'ai une geforce 4mx avec sortie tv et je souhaiterai l'utiliser sur ma télé. dans l'utilitaire nvidia-settings, je ne trouve pas l'option qui permet d'activer la sortie tv et ma télé reste noire.
si qqun connait la solution, ce serait cool
merci
à+
eax
eax.fr
Hors ligne
#2 Le 07/10/2005, à 11:32
- DiCiCat
Re : sortie TV sur GeForce 4 MX
un xorg.conf avec sortie tv qui fonctionne
Section "Device"
Identifier "NVIDIA"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NvAGP" "1"
#Option "NoLogo" "true"
Option "ConnectedMonitor" "TV,CRT"
Option "TVStandard" "PAL-N" # Valable en France
Option "TVOutFormat" "SVIDEO"
Option "TVOverScan" "0.7"
EndSection
Section "Monitor"
Identifier "COMPAQ 7500"
HorizSync 30-70
VertRefresh 50-70
Option "DPMS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA"
Monitor "COMPAQ 7500"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
# Only the official NVIDIA driver supports twinview
# these setting are an example
Option "TwinView" "true"
Option "SecondMonitorVendorName" "TV"
Option "SecondMonitorModelName" "unknown"
Option "SecondMonitorHorizSync" "30-82"
Option "SecondMonitorVertRefresh" "50-70"
Option "MetaModes" "800x600, 800x600"
Option "TwinViewOrientation" "Clone"
Option "ConnectedMonitor" "crt,tv"
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Screen0"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Voila voila
Ici c'est pour avoir une copie conforme de ton ecran sur la TV, mais on peut aussi creer un xorg.conf pour avoir les deux ecran separés ou avoir al tv seule.
Drivers Nvdia fonctionnel imperatifs pour ce fichier
Hors ligne
#3 Le 07/10/2005, à 12:39
- eax
Re : sortie TV sur GeForce 4 MX
merci bcp,
je teste dès ce soir
++
eax.fr
Hors ligne
#4 Le 07/10/2005, à 14:34
- Tao
Re : sortie TV sur GeForce 4 MX
voici le mien qui fonctionne également sur la même carte que toi, comme ça tu auras deux sources d'inspiration :
Section "Device"
Identifier "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "TwinView"
Option "SecondMonitorHorizSync" "30-50"
Option "SecondMonitorVertRefresh" "60"
Option "MetaModes" "1280x960, 800x600@1280x960; 1024x768, 1024x768; 800x600, 800x600; 640x480, 640x480;"
Option "TVStandard" "NTSC-M" #valable au Canada
Option "TwinViewOrientation" "CLONE"
Option "ConnectedMonitor" "CRT, TV"
Option "TVOutFormat" "S-VIDEO"
Option "TVOverscan" "1.0"
EndSection
Section "Monitor"
Identifier "Envision EFT"
Option "DPMS"
HorizSync 30-100
VertRefresh 50-160
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
Monitor "Envision EFT"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1280x960" "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
Dernière modification par Tao (Le 07/10/2005, à 14:35)
Hors ligne
Pages : 1