#1 Le 16/08/2005, à 17:50
- Kitty
[HowTo] nvidia et sortie TV en deuxième écran
Si ça peut intéresser des gens, je poste mon fichier /etc/X11/xorg.conf
Il permet, avec une carte nvidia, d'utiliser la sortie télé (jusqu'à là, rien de très nouveau...)
La plupart des tutoriels que j'ai trouvés sur le sujet proposait de configurer la télé pour qu'elle soit un "clone" de l'écran LCD.
Ma config permet d'avoir la télé comme un deuxième bureau, situé à droite de l'écran LCD.
Cela peut être utile aux personnes ayant des résolutions différentes entre le LCD et la télé.
On accède à la télé en faisant passer le curseur de souris à droite de son écran LCD.
Pour désactiver la télé, il suffit de commenter la ligne
Screen 1 "TV" RightOf "Default Screen"
, et de redémarrer le serveur X.
# /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 "Extensions"
#Option "Composite" "Enable"
EndSection
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 "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
#Option "SHMConfig" "on"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34M [GeForce FX Go 5200]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "NoLogo"
#Option "NvAGP" "3"
#Option "RenderAccel" "true"
#Option "CoolBits" "1"
#Option "AllowGLXWithComposite" "true"
EndSection
Section "Device"
Identifier "TV_Device"
Driver "nvidia"
VendorName "Nvidia"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "TV"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-67
VertRefresh 30-60
Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841
DisplaySize 338 212
EndSection
Section "Monitor"
Identifier "TV_Monitor"
VendorName "Thomson"
ModelName "PAL TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34M [GeForce FX Go 5200]"
Monitor "Écran générique"
DefaultDepth 16
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "TV_Device"
Monitor "TV_Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "TV" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#2 Le 17/08/2005, à 10:44
- oToKaR
Re : [HowTo] nvidia et sortie TV en deuxième écran
Si ça peut intéresser des gens, je poste mon fichier /etc/X11/xorg.conf
Il permet, avec une carte nvidia, d'utiliser la sortie télé (jusqu'à là, rien de très nouveau...)
La plupart des tutoriels que j'ai trouvés sur le sujet proposait de configurer la télé pour qu'elle soit un "clone" de l'écran LCD.
Ma config permet d'avoir la télé comme un deuxième bureau, situé à droite de l'écran LCD.
Cela peut être utile aux personnes ayant des résolutions différentes entre le LCD et la télé.On accède à la télé en faisant passer le curseur de souris à droite de son écran LCD.
Pour désactiver la télé, il suffit de commenter la ligne
Screen 1 "TV" RightOf "Default Screen"
, et de redémarrer le serveur X.
# /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 "Extensions" #Option "Composite" "Enable" EndSection 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 "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" #Option "SHMConfig" "on" EndSection Section "Device" Identifier "NVIDIA Corporation NV34M [GeForce FX Go 5200]" Driver "nvidia" BusID "PCI:1:0:0" Option "NoLogo" #Option "NvAGP" "3" #Option "RenderAccel" "true" #Option "CoolBits" "1" #Option "AllowGLXWithComposite" "true" EndSection Section "Device" Identifier "TV_Device" Driver "nvidia" VendorName "Nvidia" Option "TVOutFormat" "SVIDEO" Option "TVStandard" "PAL-N" Option "ConnectedMonitor" "TV" BusID "PCI:1:0:0" Screen 1 EndSection Section "Monitor" Identifier "Écran générique" Option "DPMS" HorizSync 30-67 VertRefresh 30-60 Modeline "1280x800@60" 83.91 1280 1312 1624 1656 800 816 824 841 DisplaySize 338 212 EndSection Section "Monitor" Identifier "TV_Monitor" VendorName "Thomson" ModelName "PAL TV" HorizSync 30.0 - 50.0 VertRefresh 60.0 - 60.0 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV34M [GeForce FX Go 5200]" Monitor "Écran générique" DefaultDepth 16 SubSection "Display" Depth 1 Modes "1280x800" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection Section "Screen" Identifier "TV" Device "TV_Device" Monitor "TV_Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "Default Screen" Screen 1 "TV" RightOf "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" EndSection Section "DRI" Mode 0666 EndSection
salut Kitty
dis moi, je possede aussi une carte nvidia 6200
et j'aimerai savoir si ta manip permet d'envoyer des films sur ma tv??
car chez moi ya que le son qui passe sur la tv et je sais pas comment configurer tout ça...
merci
Dernière modification par oToKaR (Le 17/08/2005, à 10:44)
« Être libre, ce n'est pas seulement se débarrasser de ses chaînes... c'est vivre d'une façon qui respecte et renforce la liberté des autres. » "Nelson Mandela"
Hors ligne
#3 Le 17/08/2005, à 10:45
- Kitty
Re : [HowTo] nvidia et sortie TV en deuxième écran
Oui, j'utilise ma manip pour lire les DVD sur ma télé en utilisant mon PC.
Hors ligne
#4 Le 17/08/2005, à 15:52
- oToKaR
Re : [HowTo] nvidia et sortie TV en deuxième écran
ok merci à toi vais essayer ça mais pas evident à faire pour moi..
« Être libre, ce n'est pas seulement se débarrasser de ses chaînes... c'est vivre d'une façon qui respecte et renforce la liberté des autres. » "Nelson Mandela"
Hors ligne
#5 Le 31/08/2005, à 23:43
- lecyborg
Re : [HowTo] nvidia et sortie TV en deuxième écran
Option "TVOutFormat" "SVIDEO"
Chez moi il a fallu que je remplace SVIDEO par S-VIDEO pour que celà fonctionne, ensuite c'est génial merci !
[-Jarod-]
Webmaster du site http://www.LeCyb.org
Hors ligne
#6 Le 07/09/2005, à 08:45
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
coucou
chez moi ca ne fontionne pas
mon serveur x demarre normalement mais pas de sortie tele
exactement, si je met ma tele sur video2, j'ai une image tremblotante de tout ce qui se passe sur ma machine avant le lancement du serveur X et apres sa fermeture.
mais, j'ai beau passer ma souris a droite de l'ecran et insister, rien n'y fait, pas de sortie tele.
d'ailleurs, nvidia-settings ne me montre qu'un ecran
vous avez une idée du pb ?
Hors ligne
#7 Le 07/09/2005, à 09:00
- Kitty
Re : [HowTo] nvidia et sortie TV en deuxième écran
Vois-tu un message d'erreur dans /var/log/X.log ?
Hors ligne
#8 Le 07/09/2005, à 10:02
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
ben non, a priori aucun
**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "true"
(--) NVIDIA(0): Linear framebuffer at 0xD0000000
(--) NVIDIA(0): MMIO registers at 0xF4000000
(II) NVIDIA(0): NVIDIA GPU detected as: GeForce 6600 GT
(--) NVIDIA(0): VideoBIOS: 05.43.02.69.00
(--) NVIDIA(0): Interlaced video modes are supported on this GPU
(II) NVIDIA(0): Detected PCI Express Link width: 16X
(--) NVIDIA(0): VideoRAM: 131072 kBytes
(II) NVIDIA(0): Connected display device(s): CRT-0, TV-0
--> (WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
--> (WW) NVIDIA(0): using first display
(--) NVIDIA(0): CRT-0: maximum pixel clock: 400 MHz
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"
(II) Reloading /usr/X11R6/lib/modules/libddc.a
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(WW) NVIDIA(0): Bad V_BIOS checksum
(II) NVIDIA(0): Primary V_BIOS segment is: 0xc000
(WW) NVIDIA(0): The user specified VertRefresh "50.000-75.000" has been
(WW) NVIDIA(0): adjusted to "55.000-75.000" (the intersection with
(WW) NVIDIA(0): EDID-specified VertRefresh "55.000-75.000"
(II) NVIDIA(0): Écran générique: Using hsync range of 30.00-65.00 kHz
(II) NVIDIA(0): Écran générique: Using vrefresh range of 55.00-75.00 Hz
(II) NVIDIA(0): Clock range: 12.00 to 400.00 MHz
(II) NVIDIA(0): Not using default mode "640x350" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x175" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "720x400" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "360x200" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "640x480" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "320x240" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "800x600" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "400x300" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "512x384" (vrefresh out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "512x384" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x960" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x480" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1280x1024" (hsync out of range)
(II) NVIDIA(0): Not using default mode "640x512" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1600x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "800x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1792x1344" (hsync out of range)
(II) NVIDIA(0): Not using default mode "896x672" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1856x1392" (hsync out of range)
(II) NVIDIA(0): Not using default mode "928x696" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1152x864" (hsync out of range)
(II) NVIDIA(0): Not using default mode "576x432" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1400x1050" (hsync out of range)
(II) NVIDIA(0): Not using default mode "700x525" (hsync out of range)
(WW) (1680x1050,Écran générique) mode clock 147.14MHz exceeds DDC maximum 140MHz
(II) NVIDIA(0): Not using default mode "1920x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1200" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x600" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1920x1440" (hsync out of range)
(II) NVIDIA(0): Not using default mode "960x720" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "2048x1536" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1024x768" (hsync out of range)
(II) NVIDIA(0): Not using default mode "1680x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1400x1050" (width too large for virtual size)
(II) NVIDIA(0): Not using default mode "1440x900" (width too large for virtual size)
(WW) NVIDIA(0): Not using mode "840x525" (height 1050 is larger than
(WW) NVIDIA(0): EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0): EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "1152x768":
(WW) NVIDIA(0): horizontal sync start (1178) not a multiple of 8
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0): horizontal sync start (589) not a multiple of 8
(**) NVIDIA(0): Validated modes for display device CRT-0:
(**) NVIDIA(0): Default mode "1280x1024": 108.0 MHz, 64.0 kHz, 60.0 Hz
(**) NVIDIA(0): Default mode "1024x768": 78.8 MHz, 60.1 kHz, 75.1 Hz
(**) NVIDIA(0): Default mode "800x600": 49.5 MHz, 46.9 kHz, 75.0 Hz
(**) NVIDIA(0): Default mode "1280x960": 108.0 MHz, 60.0 kHz, 60.0 Hz
(**) NVIDIA(0): Default mode "1280x800": 83.5 MHz, 49.7 kHz, 60.0 Hz
(**) NVIDIA(0): Default mode "1280x768": 80.1 MHz, 47.7 kHz, 60.0 Hz
(**) NVIDIA(0): Default mode "1024x768": 75.0 MHz, 56.5 kHz, 70.1 Hz
(**) NVIDIA(0): Default mode "1024x768": 65.0 MHz, 48.4 kHz, 60.0 Hz
(**) NVIDIA(0): Default mode "832x624": 57.3 MHz, 49.7 kHz, 74.6 Hz
(**) NVIDIA(0): Default mode "800x600": 50.0 MHz, 48.1 kHz, 72.2 Hz
(**) NVIDIA(0): Default mode "800x600": 40.0 MHz, 37.9 kHz, 60.3 Hz
(**) NVIDIA(0): Default mode "800x600": 36.0 MHz, 35.2 kHz, 56.2 Hz
(**) NVIDIA(0): Default mode "640x512": 54.0 MHz, 64.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0): Default mode "720x450": 54.4 MHz, 56.9 kHz, 60.2 Hz (D)
(**) NVIDIA(0): Default mode "640x480": 31.5 MHz, 37.5 kHz, 75.0 Hz
(**) NVIDIA(0): Default mode "640x480": 31.5 MHz, 37.9 kHz, 72.8 Hz
(**) NVIDIA(0): Default mode "640x480": 25.2 MHz, 31.5 kHz, 60.0 Hz
(**) NVIDIA(0): Default mode "640x480": 54.0 MHz, 60.0 kHz, 60.0 Hz (D)
(**) NVIDIA(0): Default mode "640x400": 41.7 MHz, 49.7 kHz, 60.0 Hz (D)
(**) NVIDIA(0): Default mode "640x384": 40.1 MHz, 47.7 kHz, 60.1 Hz (D)
(**) NVIDIA(0): Default mode "512x384": 39.4 MHz, 60.1 kHz, 75.1 Hz (D)
(**) NVIDIA(0): Default mode "512x384": 37.5 MHz, 56.5 kHz, 70.1 Hz (D)
(**) NVIDIA(0): Default mode "512x384": 32.5 MHz, 48.4 kHz, 60.0 Hz (D)
(**) NVIDIA(0): Default mode "416x312": 28.6 MHz, 49.7 kHz, 74.7 Hz (D)
(**) NVIDIA(0): Default mode "400x300": 24.8 MHz, 46.9 kHz, 75.1 Hz (D)
(**) NVIDIA(0): Default mode "400x300": 25.0 MHz, 48.1 kHz, 72.2 Hz (D)
(**) NVIDIA(0): Default mode "400x300": 20.0 MHz, 37.9 kHz, 60.3 Hz (D)
(**) NVIDIA(0): Default mode "400x300": 18.0 MHz, 35.2 kHz, 56.3 Hz (D)
(**) NVIDIA(0): Default mode "320x240": 15.8 MHz, 37.5 kHz, 75.0 Hz (D)
(**) NVIDIA(0): Default mode "320x240": 15.8 MHz, 37.9 kHz, 72.8 Hz (D)
(**) NVIDIA(0): Default mode "320x240": 12.6 MHz, 31.5 kHz, 60.1 Hz (D)
(II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
(--) NVIDIA(0): Display dimensions: (340, 270) mm
(--) NVIDIA(0): DPI set to (95, 96)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/X11R6/lib/modules/libfb.a
Skipping "/usr/X11R6/lib/modules/libfb.a:fbmmx.o": No symbols found
(II) Module fb: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 1.0.0
ABI class: X.Org ANSI C Emulation, version 0.2
(II) Loading sub module "ramdac"
(II) LoadModule: "ramdac"
(II) Loading /usr/X11R6/lib/modules/libramdac.a
(II) Module ramdac: vendor="X.Org Foundation"
compiled for 6.8.2, module version = 0.1.0
ABI class: X.Org Video Driver, version 0.7
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC? No, I don't.
(II) resource ranges after preInit:
[0] 0 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b]
[1] 0 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b]
[2] 0 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[b]
[3] -1 0 0xffe00000 - 0xffffffff (0x200000) MX[b](B)
[4] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
[5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
[6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
[7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
[8] -1 0 0xfe604000 - 0xfe607fff (0x4000) MX[b]
[9] -1 0 0xfe600000 - 0xfe60007f (0x80) MX[b]
[10] -1 0 0xfe800000 - 0xfe803fff (0x4000) MX[b]
[11] -1 0 0xfe9ff000 - 0xfe9ff7ff (0x800) MX[b]
[12] -1 0 0xfebf9000 - 0xfebf9fff (0x1000) MX[b]
[13] -1 0 0xfebfa000 - 0xfebfafff (0x1000) MX[b]
[14] -1 0 0xfebfb000 - 0xfebfbfff (0x1000) MX[b]
[15] -1 0 0xfebfe000 - 0xfebfe0ff (0x100) MX[b]
[16] -1 0 0xfebff000 - 0xfebfffff (0x1000) MX[b]
[17] -1 0 0xf8000000 - 0xf8ffffff (0x1000000) MX[b](B)
[18] -1 0 0xd0000000 - 0xd7ffffff (0x8000000) MX[b](B)
[19] -1 0 0xf4000000 - 0xf7ffffff (0x4000000) MX[b](B)
[20] -1 0 0xfeaff000 - 0xfeafffff (0x1000) MX[b](B)
[21] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
[22] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
[23] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
[24] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
[25] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
[26] -1 0 0x0000bf00 - 0x0000bf7f (0x80) IX[b]
[27] -1 0 0x0000ce00 - 0x0000ceff (0x100) IX[b]
[28] -1 0 0x0000de00 - 0x0000de1f (0x20) IX[b]
[29] -1 0 0x0000df00 - 0x0000df7f (0x80) IX[b]
[30] -1 0 0x0000f000 - 0x0000f007 (0x8) IX[b]
[31] -1 0 0x0000f100 - 0x0000f10f (0x10) IX[b]
[32] -1 0 0x00000b60 - 0x00000b63 (0x4) IX[b]
[33] -1 0 0x00000960 - 0x00000967 (0x8) IX[b]
[34] -1 0 0x00000be0 - 0x00000be3 (0x4) IX[b]
[35] -1 0 0x000009e0 - 0x000009e7 (0x8) IX[b]
[36] -1 0 0x0000f600 - 0x0000f60f (0x10) IX[b]
[37] -1 0 0x00000b70 - 0x00000b73 (0x4) IX[b]
[38] -1 0 0x00000970 - 0x00000977 (0x8) IX[b]
[39] -1 0 0x00000bf0 - 0x00000bf3 (0x4) IX[b]
[40] -1 0 0x000009f0 - 0x000009f7 (0x8) IX[b]
[41] -1 0 0x0000fb00 - 0x0000fb0f (0x10) IX[b]
[42] -1 0 0x00004c40 - 0x00004c7f (0x40) IX[b]
[43] -1 0 0x00004c00 - 0x00004c3f (0x40) IX[b]
[44] -1 0 0x0000ff00 - 0x0000ff1f (0x20) IX[b]
[45] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
[46] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
(II) NVIDIA(0): Setting mode "1280x1024"
(II) Loading extension NV-GLX
(II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
(II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
(==) NVIDIA(0): Backing store disabled
(==) NVIDIA(0): Silken mouse enabled
(**) Option "dpms"
(**) NVIDIA(0): DPMS enabled
(II) Loading extension NV-CONTROL
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension LBX
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(II) Initializing extension GLX
(**) Option "CoreKeyboard"
(**) Generic Keyboard: Core Keyboard
(**) Option "Protocol" "standard"
(**) Generic Keyboard: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Generic Keyboard: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Generic Keyboard: XkbModel: "pc105"
(**) Option "XkbLayout" "fr"
(**) Generic Keyboard: XkbLayout: "fr"
(**) Option "XkbVariant" "latin9"
(**) Generic Keyboard: XkbVariant: "latin9"
(**) Option "CustomKeycodes" "off"
(**) Generic Keyboard: CustomKeycodes disabled
(**) Option "Protocol" "ImPS/2"
(**) Configured Mouse: Device: "/dev/input/mice"
(**) Configured Mouse: Protocol: "ImPS/2"
(**) Option "CorePointer"
(**) Configured Mouse: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "true"
(**) Configured Mouse: Emulate3Buttons, Emulate3Timeout: 50
(**) Option "ZAxisMapping" "4 5"
(**) Configured Mouse: ZAxisMapping: buttons 4 and 5
(**) Configured Mouse: Buttons: 5
(II) XINPUT: Adding extended input device "Configured Mouse" (type: MOUSE)
(II) XINPUT: Adding extended input device "Generic Keyboard" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
(II) Configured Mouse: ps2EnableDataReporting: succeeded
Warning: font renderer for ".pcf" already registered at priority 0
Warning: font renderer for ".pcf.Z" already registered at priority 0
Warning: font renderer for ".pcf.gz" already registered at priority 0
Warning: font renderer for ".snf" already registered at priority 0
Warning: font renderer for ".snf.Z" already registered at priority 0
Warning: font renderer for ".snf.gz" already registered at priority 0
Warning: font renderer for ".bdf" already registered at priority 0
Warning: font renderer for ".bdf.Z" already registered at priority 0
Warning: font renderer for ".bdf.gz" already registered at priority 0
Warning: font renderer for ".pmf" already registered at priority 0
Could not init font path element unix/:7100, removing from list!
j'ai mis en evidence ce qui me semble correspondre au pb (Multiple displays connected, but only one display allowed; using first display)
mais je vois pas de pb autre
@+
Hors ligne
#9 Le 07/09/2005, à 10:51
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
voila mon xorg au cas où vous y voyez quelque chose:
# /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 "Extensions"
# Option "Composite" "Enable"
#EndSection
Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/CID"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/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 "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dbe"
# Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
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"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
Option "NoLogo" "true"
Option "RenderAccel" "true"
BusID "PCI:5:0:0"
EndSection
Section "Device"
Identifier "TV_Device"
Driver "nvidia"
vendorName "Nvidia"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "TV"
BusID "PCI:1:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 30-65
VertRefresh 50-75
EndSection
Section "Monitor"
Identifier "TV_Monitor"
VendorName "JVC"
ModelName "PAL TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "TV_Device"
Monitor "TV_Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "TV" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
Hors ligne
#10 Le 07/09/2005, à 11:15
- lecyborg
Re : [HowTo] nvidia et sortie TV en deuxième écran
Chez moi il a fallu que je remplace SVIDEO par S-VIDEO pour que celà fonctionne, ensuite c'est génial merci!
si tu lis même pas ce qui est marqué plus haut....
[-Jarod-]
Webmaster du site http://www.LeCyb.org
Hors ligne
#11 Le 07/09/2005, à 11:45
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
si si, j'ai teste avec les deux
d'ailleurs sur le net, on trouve les deux possibilites
bref, ca vient pas de là
@+
Hors ligne
#12 Le 07/09/2005, à 16:36
- Kitty
Re : [HowTo] nvidia et sortie TV en deuxième écran
Ta télé est-elle bien configuré pour recevoir ce genre de signal ?
Sinon, il semblerait que ton TV-out 2 soit "spécial"... mais un véritable TV out mais un clone matériel du LCD en signal TV. (ou bien ?)
Hors ligne
#13 Le 07/09/2005, à 18:51
- lecyborg
Re : [HowTo] nvidia et sortie TV en deuxième écran
Bon je poste mon xorg.conf qui marche parfaitement chez moi si ça peut servir !
# /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 "GLcore"
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 "ZAxisMapping" "4 5"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV34 [GeForce FX 5200]"
Driver "nvidia"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "TV_Device"
Driver "nvidia"
VendorName "Nvidia"
Option "TVOutFormat" "S-VIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "TV"
BusID "PCI:2:0:0"
Screen 1
EndSection
Section "Monitor"
Identifier "L1915S"
Option "DPMS"
EndSection
Section "Monitor"
Identifier "TV_Monitor"
VendorName "Thomson"
ModelName "PAL TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV34 [GeForce FX 5200]"
Monitor "L1915S"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "TV_Device"
Monitor "TV_Monitor"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "TV" Above "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
voilà en espérant que ça puisse aider !
[-Jarod-]
Webmaster du site http://www.LeCyb.org
Hors ligne
#14 Le 07/09/2005, à 20:13
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
Ta télé est-elle bien configuré pour recevoir ce genre de signal ?
Sinon, il semblerait que ton TV-out 2 soit "spécial"... mais un véritable TV out mais un clone matériel du LCD en signal TV. (ou bien ?)
oui oui, ma tele fonctionne parfaitement sous windows et fonctionnait avant sous linux sur mon ancienne machine
par contre, j'ai rien compris à la dernière phrase. Tu peux être plus clair ?
@+
Hors ligne
#15 Le 07/09/2005, à 20:37
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
Bon je poste mon xorg.conf qui marche parfaitement chez moi si ça peut servir !
...
voilà en espérant que ça puisse aider !
merci c'est sympa
mais, j'ai pas vu beaucoup de difference. un busID qui change et une option sur le second ecran.
J'ai fais les modifs sur mon xorg, ca ne change rien au pb mais ca ne bloque pas le serveur x non plus. bref, je suis encore perdue
@+
Dernière modification par daria (Le 07/09/2005, à 20:37)
Hors ligne
#16 Le 08/09/2005, à 01:33
- lecyborg
Re : [HowTo] nvidia et sortie TV en deuxième écran
j'ai une geforce FX 5200 et toi?
[-Jarod-]
Webmaster du site http://www.LeCyb.org
Hors ligne
#17 Le 08/09/2005, à 17:55
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
j'ai une geforce FX 5200 et toi?
moi ? une gforce 6600gt, la classe quoi !
mais pas de sortie tele sous linux, sniff!
Hors ligne
#18 Le 09/09/2005, à 08:48
- Kitty
Re : [HowTo] nvidia et sortie TV en deuxième écran
Tu peux vérifier sous Windows que ton standard TV est PAL (et non SECAM...) ?
TVStandard" "PAL-N"
Hors ligne
#19 Le 09/09/2005, à 13:13
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
Tu peux vérifier sous Windows que ton standard TV est PAL (et non SECAM...) ?
sous windows, c'est en pal seulement (pas pal-n)
ça a son importance ?
@+
Hors ligne
#20 Le 23/09/2005, à 21:45
- tijutiju
Re : [HowTo] nvidia et sortie TV en deuxième écran
Question idiote
mais tu est bien branché sur ta télé en SVideo ou bien tu serais en composite?
je demande comme ça
l'homme tout intelligent qu'il soit, obtempère à des situations inhérente dont la psychologie intrinsèques lui échappe parfois!
Hors ligne
#21 Le 24/09/2005, à 08:47
- daria
Re : [HowTo] nvidia et sortie TV en deuxième écran
bien vu mais, c'est pas ça
oui, je suis en s-video. D'ailleurs je crois pas avoir de sortie composite sur ma carte.
@+
Hors ligne
#22 Le 27/10/2005, à 20:25
- lydubu
Re : [HowTo] nvidia et sortie TV en deuxième écran
Hello
j'ai teste le mode Dualview et ca fonctionne mis à part que je n'ai pas de couleurs.
La tele est en NB ! c'est qd mem dommage pour les DVD
Qqn pourrai-t-il m'aider ? (sinon je pense retourner sous windaube)
++
Hors ligne
#23 Le 27/10/2005, à 21:49
- tijutiju
Re : [HowTo] nvidia et sortie TV en deuxième écran
si tu as une carte nvidia installe nvidia-settings dans lequelle tu pourras parametrer, entre autre, la couleur.
l'homme tout intelligent qu'il soit, obtempère à des situations inhérente dont la psychologie intrinsèques lui échappe parfois!
Hors ligne
#24 Le 28/10/2005, à 11:47
- Kitty
Re : [HowTo] nvidia et sortie TV en deuxième écran
J'avais aussi au début la télé en noir et blanc.
J'ai pris la télécommande de la télé et modifié les paramétrages des entrées Vidéo. En testant les différents modes possibles, j'ai fini par avoir la couleur.
Hors ligne
#25 Le 28/10/2005, à 17:29
- Byron
Re : [HowTo] nvidia et sortie TV en deuxième écran
Message pour Daria :
Je crois avoir identifier ton probleme (J'ai eu le meme, ça aide... ) Je ne te garantie pas que ça marchera mais je pense que c'est ça
.
Tu as cette configuration là normalement (j'ai mis que la partie des ecrans) :
Section "Device"
Identifier "NVIDIA Corporation NV43 [GeForce 6600 GT]"
Driver "nvidia"
Option "NoLogo" "true"
Option "RenderAccel" "true"
BusID "PCI:5:0:0"
EndSectionSection "Device"
Identifier "TV_Device"
Driver "nvidia"
vendorName "Nvidia"
Option "TVOutFormat" "SVIDEO"
Option "TVStandard" "PAL-N"
Option "ConnectedMonitor" "TV"
BusID "PCI:1:0:0"
Screen 1
EndSection
Et c'est là qu'est ton erreur : dans la declaration de la TV, tu as mis comme BusID PCI:1:0:0 alors que ton ecran tourne sur PCI:5:0:0. Remplace le 1 par un 5 et ça devrait marcher.
Bonne chance.
Byron.
Hors ligne