Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 21/07/2006, à 19:19

adam0509

[résolu] Geforce DDR et twinview (TVout)

Bonjour !!


Voilà, j'ai une geforce DDR avec sortie télé, mais je ne suis pas arriver a configurer correctement le bordel pour que ça marche...


J'ai suivi les conseils de ces 2 pages :

http://doc.ubuntu-fr.org/materiel/nvidia
http://doc.ubuntu-fr.org/materiel/nvidia_tvout



1°) Les drivers :


Je ne peux utiliser les drivers NVIDIA normal, comme le dit le wiki (TNT, TNT2 et Geforce DDR non compatible), j'ai donc utiliser les drivers 1.0-7174. Dans xorg.conf, celà se traduit par un "Driver" "nvidia"

Ici, tout semble marcher



2°) Nvidia settings.

Apperemment, avec ces drivers, je n'ai pas eu le droit a l'interface graphique de configuration "nvidia-settings". Je l'ai donc installé (sudo apt-get install nvidia-settings). Je le lance avec "nvidia-settings", et j'ai accés au programme, comme indiqué dans la capture du wiki.

Malheureusement, le programme ne voit que mon CRT-0

Ici, ça commence déjà a sentir marron... smile



3°) xorg.conf, 1ère méthode

J'ai esseyé la première méthode. Je ne suis arrivé a rien. Il faut dire que le wiki est assez imprécis concernant l'utilisation des espaces et des tabulations

4°) xorg.conf, 2ème méthode

Ici, ça semble déjà nettement plus marrant big_smile


Voici 2 erreurs (ou plutôt incohérances) dans le wiki :

Vous devrez tout d"abord éditer la section « Device »:

Section "Device"
        Identifier      "Device0"
        Driver          "nvidia"
        Screen 0
        Option  "NoLogo"        "true"
        Option  "RenderAccel"   "true"
        BusID   "PCI:02:09:0"
EndSection

Section "Device"
        Identifier      "Device1"
        Driver "nvidia"
        Screen 1
        Option  "TVOutFormat" "SVIDEO"
        Option  "TVStandard" "PAL-N"
        Option  "ConnectedMonitor" "Television"
        BusID   "PCI:02:09:0"
EndSection

Les options « NoLogo » et « RenderAccel » sont optionnelles, mais le plus important est ce que vous allez mettre dans l"option « BusID ». Vous trouverez cette information en utilisant la commande lspci ou en regardant le contenu du fichier /var/log/Xorg.0.log. Les autres valeurs de « TVOutFormat » peuvent être « COMPOSITE » ou « S-VIDEO », ce qui dépend de la version des pilotes Nvidia que vous utilisez (« S-VIDEO » ne fonctionne pas avec la version 1.0-7667 des pilotes). Les valeurs correctes de l"option « TVStandard » peuvent être trouvées dans le tableau ci-dessous.

Alors, SVIDEO, ou S-VIDEO ???

Ensuite, trouvez la section « Monitor » et éditez-là comme ce qui suit:

Section "Monitor"
        Identifier      "Monitor" #CRT
        HorizSync       30-70
        VertRefresh     50-140
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier "Television" #TV
        HorizSync 60
        VertRefresh 30-150
EndSection

La documentation Nvidia suggère l"utilisation des valeurs 30-50 pour l"option « VertRefresh », mais je n"ai pas eu de chance avec ces dernières.

30-150 ou 30-50 ??






Pour finir, voici mon xorg.conf :

# /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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    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/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    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"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "nvidia"
    Screen    0
    BusID        "PCI:1:0:0"
EndSection

Section "Device"
        Identifier      "Device1"
        Driver        "nvidia"
        Screen 1
        Option      "TVOutFormat" "SVIDEO"
        Option      "TVStandard" "PAL-N"
        Option      "ConnectedMonitor" "Television"
        BusID       "PCI:1:0:0"
EndSection


Section "Monitor"
    Identifier    "COMPAQ V55"
    Option        "DPMS"
    HorizSync    31-60
    VertRefresh    47.5-125
EndSection

Section "Monitor"
        Identifier "Television" #TV
        HorizSync 60
        VertRefresh 30-50
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device 0"
    Monitor        "COMPAQ V55"
    DefaultDepth    16
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen1"
        Device          "Device1"
        Monitor         "Television"
        DefaultDepth    24
        SubSection "Display"
                Depth 24
                Modes "640x480"
        EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
        Screen 0        "Screen0"
        Screen 1        "Screen1" rightof "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

En vous remerciant d'avance !!

Dernière modification par adam0509 (Le 23/12/2006, à 19:48)


PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)

Hors ligne

#2 Le 23/07/2006, à 09:13

jeanf

Re : [résolu] Geforce DDR et twinview (TVout)

voiçi une partie de mon xorg.conf, si ça peu t'aider:

Section "Device"
	Identifier	"NVIDIA Corporation NV43 [GeForce 6600 GT]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
	Option "TwinView" "true"
	Option "TwinViewOrientation" "Clone"
	Option "MetaModes" "1280x1024,;1024x768,1024x768"
EndSection

Section "Monitor"
	Identifier	"iiyama pro410"
	Option		"DPMS"
	
EndSection

Section "Monitor"
	Identifier	"Sony"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV43 [GeForce 6600 GT]"
	Monitor		"iiyama pro410"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Cloned Screen"
	Device		"NVIDIA Corporation NV43 [GeForce 6600 GT]"
	Monitor		"Sony"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	Screen		"Cloned Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

il n'est pas parfait( affichage impossible en 1280x1024 pour la tv, frequence bloquée à 50htz quand la tv est affiché), mais ça fonctionne.


"Le système néo-libéral à donc un sous-produit important et nécessaire: des citoyens dépolitisés marqués par l'apathie et le cynisme" (Robert W.McChesney)

Hors ligne

#3 Le 23/07/2006, à 21:06

adam0509

Re : [résolu] Geforce DDR et twinview (TVout)

"affichage impossible en 1280x1024 pour la tv" => regarde dans ta section "Device" puis "metamodes", je crois que ya un probléme wink


Sinon moi de mon coté, j'ai modifié mon xorg, mais rien. En fait, quand je lance ubuntu, la télé capte un signal, et l'écran affiche du noir (mais on vot clairement les pixels), et quand l'interface graphique se lance, ya un petit truc genre un parasite, mais rien ne se produit...


voici mon xorg.conf modifié :

Section "Device"
    Identifier    "Geforce DDR"
    Driver        "nvidia"
    BusID        "PCI:1:0:0"
    Option "TwinView" "true"
    Option "TwinViewOrientation" "Clone"
    Option "TvOutFormat" "S-VIDEO"
    Option "Metamodes" "1024x768,1024x768"
    Option "TVStandard" "PAL-N"
    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "60"
EndSection

Section "Monitor"
    Identifier    "COMPAQ V55"
    Option        "DPMS"
    HorizSync    31-60
    VertRefresh    47.5-125
EndSection

Section "Monitor"
    Identifier    "Television"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Geforce DDR"
    Monitor        "COMPAQ V55"
    DefaultDepth    16
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "832x624" "800x600" "720x400" "640x480" "640x350"
    EndSubSection
EndSection

Section "Screen"
    Identifier      "Cloned Screen"
    Device          "Geforce DDR"
    Monitor         "Television"
    DefaultDepth    16
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
        Screen        "Default Screen"
        Screen        "Cloned Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

J'ai esseye avec COMPOSITE, SVIDEO et S-VIDEO, sans succés... =/


PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)

Hors ligne

#4 Le 24/07/2006, à 09:16

jeanf

Re : [résolu] Geforce DDR et twinview (TVout)

adam0509 a écrit :

"affichage impossible en 1280x1024 pour la tv" => regarde dans ta section "Device" puis "metamodes", je crois que ya un probléme wink

non, non, c'est normal même si j'ajoute la valeur "1280x1024" la télé ne m'affiche pas le bureau. mais j'aurais du le préciser pour pas que cela ne porte à confusion roll

sinon pour ton problème:

-est ce que ton cable et bien branché et n'est pas défectueux? reçoit tu le son sur la télé? (pour cela il à fallu que j'active les options "Surround" et "Duplicate front" dans le contrôleur de volume).
-le logo "nvidia" s'affiche bien au démarrage de ton interface graphique?

pour le reste, je ne sais pas si je vais pouvoir t'aider, je ne suis moi même pas un expert...


"Le système néo-libéral à donc un sous-produit important et nécessaire: des citoyens dépolitisés marqués par l'apathie et le cynisme" (Robert W.McChesney)

Hors ligne

#5 Le 24/07/2006, à 18:05

adam0509

Re : [résolu] Geforce DDR et twinview (TVout)

pour le son, ça doit étre bon, vu que je relie directement ma CG a la télé...


oui le logo Nvidia s'affiche bien... hmm

et le cable, c'est bon : jte dis, ya du signal au lancement de l'interface graphique, un pti truc mais après rien, comme si j'avais choisi un mode non-compaatible...

enfin au pire jsuis en dual boot win98SE et j'ai les drivers... tant pis, une victoire de moins pour linux sad


PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)

Hors ligne

#6 Le 19/11/2006, à 18:29

adam0509

Re : [résolu] Geforce DDR et twinview (TVout)

Bon alors du neuf un peu histoire de compléter le topic :

-Je ne suis pas sur de celà, mais il faut qu'au moins un des écran soit branché sur DVI
-Pour utiliser le twin-view, il faut une carte compatible Twinview (Geforce 2MX et plus apperemment)

Donc du coup, il va absolument falloir que j'utilise une la méthode sans TwinView :

http://doc.ubuntu-fr.org/materiel/multi-ecran
http://doc.gwos.org/index.php/NvidiaTvOut



EDIT :

Apperemment, il y avait une énorme erreur dans le wiki :

HorizSync 60
VertRefresh 30-150

ça devrait être :


        HorizSync 30-50
        VertRefresh 60

Soit l'inverse !

Rassurez-vous, j'ai corriger le wiki (et pas seulement cette page tant qu'a faire big_smile).


Bon bah maintenant je suis parer pour tester !!

Dernière modification par adam0509 (Le 19/11/2006, à 21:43)


PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)

Hors ligne

#7 Le 23/12/2006, à 16:27

adam0509

Re : [résolu] Geforce DDR et twinview (TVout)

ENFIN.

Après avoir récuperer ma télé (prété a qqun), je me suis jeté sur le PC et j'ai bidouiller xorg.conf...

En fait, ma carte n'accepte NI le twinview, NI le double-ecran !! (Ce dernier est d'ailleur signalé comme par un message plus qu'explicite dans /etc/var/Xorg.0.log...)

Quand à l'option "Clone", elle est impossible à mettre en tant que screen (dans serverlayout : Screen "Screen 1" clone "Screen 0"). Il suffit d'ouvrir "man xorg.conf" pour s'en convaincre : xorg ne connait pas clone. (Mais les drivers nvidia si... ^^)


J'ai donc fais un Xorg avec uniquement la télé, mais j'ai un peu galerer a cause d'une erreur dans le wiki ("Connectedmonitor" "TV", et non pas "Television" - j'ai corrigé vous inquietez pas).


J'ai donc fais un Xorg.conf.tv et un Xorg.conf.notv, avec pour seule différence :

Screen "Screen 0" pour xorg.conf.notv
Screen "Screen 1" pour xorg.conf.tv

Les deux peuvent étre inter-changé grâce à un script (repris du script pour la voodoo 3 "accel - no accel").
Il suffit donc ensuite de redemarrer X (CTRL + ALT + BSPACE ; startx), et ça marche !!!


bon bah j'éditerais le wiki, je posterai le script et mes xorg.conf dans ce post, et une fois tout celà fais, je mettrais "résolu" wink


PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)

Hors ligne

#8 Le 23/12/2006, à 19:47

adam0509

Re : [résolu] Geforce DDR et twinview (TVout)

http://doc.ubuntu-fr.org/materiel/nvidia_tvout


Je n'ai pas enlevé a chaque fois ce qui est inutile (je devrais le faire, mais est-ce que ça va accélérer le processus de démarrage ? pas sur)

Mon xorg.conf.tv :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@rothera)  Thu Jan  5 15:32:31 UTC 2006

# /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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Files"

	# path to defoma fonts
    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/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    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" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection


Section "Monitor"
    Identifier     "COMPAQ V55"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier	"Television"
    HorizSync	30-50
    VertRefresh 60
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV10DDR [GeForce 256 DDR]"
    Driver         "nvidia"
    BusID	   "PCI:1:0:0"
    Option	   "NoLogo"	"true"
    Option	   "RenderAccel"	"true"
EndSection

Section "Device"
    Identifier     "TV"
    Driver         "nvidia"
    Option	   "TVOutFormat"	"COMPOSITE"
    Option	   "TVStandard"		"PAL-B"
    Option	   "ConnectedMonitor"	"TV"
EndSection

Section "Screen"
    Identifier     "Screen 0"
    Device         "NVIDIA Corporation NV10DDR [GeForce 256 DDR]"
    Monitor        "COMPAQ V55"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen 1"
        Device          "TV"
        Monitor         "Television"
        DefaultDepth    24
        SubSection "Display"
                Depth 24
                Modes "800x600"
        EndSubSection
EndSection

Mon xorg.conf.notv :

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildd@rothera)  Thu Jan  5 15:32:31 UTC 2006

# /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 command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

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

Section "Files"

	# path to defoma fonts
    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/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "int10"
    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" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection


Section "Monitor"
    Identifier     "COMPAQ V55"
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier	"Television"
    HorizSync	30-50
    VertRefresh 60
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV10DDR [GeForce 256 DDR]"
    Driver         "nvidia"
    BusID	   "PCI:1:0:0"
    Option	   "NoLogo"	"true"
    Option	   "RenderAccel"	"true"
EndSection

Section "Device"
    Identifier     "TV"
    Driver         "nvidia"
    Option	   "TVOutFormat"	"COMPOSITE"
    Option	   "TVStandard"		"PAL-B"
    Option	   "ConnectedMonitor"	"TV"
EndSection

Section "Screen"
    Identifier     "Screen 0"
    Device         "NVIDIA Corporation NV10DDR [GeForce 256 DDR]"
    Monitor        "COMPAQ V55"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
        Identifier      "Screen 1"
        Device          "TV"
        Monitor         "Television"
        DefaultDepth    24
        SubSection "Display"
                Depth 24
                Modes "640x480"
        EndSubSection
EndSection

bon bah jpeux passer en "résolu" smile


PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)

Hors ligne

#9 Le 27/01/2007, à 21:50

adam0509

Re : [résolu] Geforce DDR et twinview (TVout)

J'ai trouvé une solution encore meilleure :

le paquet "nvtv"

sudo apt-get install nvtv

Ca me permet même de faire du clônage (mais il faut que je configure mon bureaux en 640*480 avant...)


PIII 533Mhz - 192Mo RAM - Geforce DDR - Win98SE/Xubuntu Feisty
AthlonXP2500+ - 512Mo DDR - ATI9600XT - WinXPSP2/Ubuntu Feisty
Dell Ubuntu - Dual Core - 1024Mo -...carte graphique à chier !!! (Intel 950)

Hors ligne