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 07/03/2007, à 21:41

CaptainBigleux

Configurer sa sortie TV Geforce 2 mx avec nvtv ou xorg.conf? argh

smile Bonjour

Ce n'est pas vraiment l'endroit exact car ma question concerne mon installation d'une dreamlinux mais normalement il ne devrait pas y avoir de différence pour ce cas. (ne vous inquiétez pas, j'aime bien ubuntu aussi:D)

Je souhaite activer la sortie TV de ma Geforce 2 MX, cependant... rien sur la télévision. A l'aide de nvtv, je suis arrivé à quelques résultats mais depuis quelques changements (je pense surtout à la résolution) c'est devenu désormais des lignes blanches sur la télé. Je suis en effet en 1600*1200 sur un écran 21 pouces et ceci semble poser des problèmes visiblement. J'ai tenté de recopier différentes sections dans le xorg.conf (actuellement je suis avec le driver nvidia et la 3d fonctionne, pas de souci de ce côté) en m'inspirant de ce que j'avais vu sur le net mais je n'ai réussi qu'à planter mon serveur X donc je préfère vous demander un peu d'aide afin d'éviter une crise de nerf éventuelle smile (c'est le principal point noir qu'il reste à résoudre). Je vous poste ici-même mon xorg.conf afin que puissiez éventuellement m'aiguiller...

Merci de votre attention wink

# /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
#va tfaire foutre bon fichier config la résolution !
Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	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"	"pc104"
	Option		"XkbLayout"	"fr"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

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

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	30-75
	VertRefresh	50-85
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Nvidia"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

Voilà ce qu'il en est d'après ma dernière sauvegarde, j'ai ma résolution que je souhaite (1600*1200), la 3d ok, mais aucun signe de la sortie tv mis à part les droles de choses avec nvtv. Des idées? (ou solutions:D)

EDIT : Utilise les balises Code pour coller du texte à rallonge sur le Forum, merci.

Dernière modification par michel2652 (Le 12/03/2007, à 15:22)

#2 Le 08/03/2007, à 13:51

CaptainBigleux

Re : Configurer sa sortie TV Geforce 2 mx avec nvtv ou xorg.conf? argh

Bien, en fait, après avoir testé beryl.. j'ai pu voir qu'il me manquait d'ailleurs quelques options. Voici donc mon xorg.conf dans l'état actuel, sans être passé par l'interface de sortie tv (j'ai une option pour configurer la sortie tv dans la dreamlinux) car celui-ci change ma résolution sur l'écran.. et je n'arrive toujours pas à mes fins. Quelles rubriques dois-je rajouter sachant que je suis en composite? J'ai fait quelques tests mais visiblement, rien ne s'affiche sur l'écran de tv.

# /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
#va tfaire foutre bon fichier config la résolution !
Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/share/fonts/X11/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load  "ddc"  # ddc probing of monitor
#	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
	Load  "bitmap" # bitmap-fonts
	Load  "speedo"
	Load  "type1"
	Load  "record"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"fr"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

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

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	HorizSync	30-75
	VertRefresh	50-85
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"Nvidia"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1600x1200"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1600x1200"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

Section "Extensions"
	Option	"Composite"	"1"
#	Option	"RENDER"	"1"
EndSection

EDIT : Même remarque que dans le 1er post.

Dernière modification par michel2652 (Le 12/03/2007, à 15:22)

#3 Le 08/03/2007, à 14:11

CaptainBigleux

Re : Configurer sa sortie TV Geforce 2 mx avec nvtv ou xorg.conf? argh

(ne pas faire attention au #va tfaire foutre bon fichier config la résolution !, j'étais énervé:D

#4 Le 12/03/2007, à 15:11

CaptainBigleux

Re : Configurer sa sortie TV Geforce 2 mx avec nvtv ou xorg.conf? argh

Personne? sad

#5 Le 12/03/2007, à 23:07

Iriiko

Re : Configurer sa sortie TV Geforce 2 mx avec nvtv ou xorg.conf? argh

Bonjour,
C'est la 1ere fois que je vais poster un truc pr résoudre un pb qui m'a turlupiner très souvent!

Comme j'ai testé de multiple distributions (mandriva, opensuse (d'où le "Sax" ds la conf de la carte, kubuntu et maintenant, en + de kubuntu, Sabayon)

Voici mon fichier /etc/X11/xorg.conf
(ne pas oublier de sauvegarder le tiens au cas où)
J'utilise le driver nvidia propriaitaire et j'ai mon moniteur à gauche, la télé à droite (comme un bureau en ralonge)
Attention aux fréquences de ton écran.
Et j'ai fais un mix entre le fichier de Suse, Ubuntu et Sabayon.
L'important c'est le Layout si tu utilises 2 screen, ou la conf de la carte (pr nvidia et un driver rescent)

En bref, il te faut:
2 monitor (tv et ecran)
1 ou 2 device nvidia (le 2d avec Screen 1) (voir le 2e xorg.conf)
et la Section "ServerLayout".


# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Thu Nov  9 17:55:20 PST 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      0  "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
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        "/usr/share/fonts/X11/misc"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "dbe" # Double-Buffering Extension
    Load           "v4l" # Video for Linux
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"

    Load	"ddc"
    Load	"synaptics"
    Load	"vbe"
    Load	"i2c"

EndSection

Section "ServerFlags"
     Option 	"AllowMouseOpenFail" "true"
     Option     "AIGLX" "true"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    #Option         "ZAxisMapping" "4 5"
    #Option         "Protocol"     "evdev"
    Option         "ZAxisMapping" "5 6"
    Option         "Buttons" "6"
    #Option         "Emulate3Buttons" "true"
EndSection

Section "InputDevice"

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

Section "InputDevice"

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

Section "InputDevice"

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

Section "Monitor"

    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    Identifier     "P910+"
    VendorName     "Plug'n Play"
    ModelName      "P910+"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    ModeLine       "768x576" 50.0 768 832 846 1000 576 590 595 630
    ModeLine       "768x576" 63.1 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV36 [GeForce FX 5700LE]"
    Driver         "nvidia"
    VendorName     "NVIDIA"
    BoardName      "NVIDIA GeForce FX (generic)"
    Screen          0
	Option		"RenderAccel"		"true"
	Option		"AllowGLXWithComposite" "true"
	Option 		"AddARGBGLXVisuals" "True"
	Option 		"TripleBuffer" "true"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV36 [GeForce FX 5700LE]"
    Monitor        "P910+"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "DPMS"
    Option         "SaXDualVSync" "50-60"
    Option         "SaXDualOrientation" "RightOf"
    Option         "SaXDualMonitorVendor" "--> VESA"
    Option         "SaXDualHSync" "31-50"
    Option         "SaXDualResolution" "1024x768"
    Option         "SaXDualHead"
    Option         "TwinView"
    Option         "SecondMonitorHorizSync" "31-50"
    Option         "SaXDualMonitorModel" "1024X768@60HZ"
    Option         "MetaModes" "1600x1200,1024x768;1600x1024,1024x768;1600x1000,1024x768;1400x1050,1024x768;1280x1024,1024x768;1440x900,1024x768;1280x960,1024x768;1366x768,1024x768;1280x800,1024x768;1152x864,1024x768;1280x768,1024x768;1024x768,1024x768;1280x600,1280x600;1024x600,1024x600;800x600,800x600;768x576,768x576;640x480,640x480"
    Option         "SaXDualMode" "Xinerama"
    Option         "SecondMonitorVertRefresh" "50-60"
    Option         "TwinViewOrientation" "RightOf"
    Option         "TVOverScan"
    Option         "RenderAccel" "true"
    Option         "AllowGLXWithComposite" "true"
    SubSection     "Display"
        Depth       8
        Modes      "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1400x1050" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
    EndSubSection
EndSection

Section "DRI"
    Mode 0666
EndSection

Section "Extensions"
    Option         "Composite"
EndSection
Section "Monitor"
    Identifier "monitor1"
    VendorName "Plug'n Play"
    ModelName "P910+"
    HorizSync 30-110
    VertRefresh 50-150
    
    # TV fullscreen mode or DVD fullscreen output.
    # 768x576 @ 79 Hz, 50 kHz hsync
    ModeLine "768x576"     50.00  768  832  846 1000   576  590  595  630
    
    # 768x576 @ 100 Hz, 61.6 kHz hsync
    ModeLine "768x576"     63.07  768  800  960 1024   576  578  590  616
EndSection

Section "Monitor"
    Identifier "monitor2"
    VendorName "Thomson"
    ModelName "80cm"
    HorizSync 30-50
    VertRefresh 60
    Option "dpms"
EndSection

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Mar 29 14:43:26 PST 2006

# File generated by XFdrake.
# **********************************************************************
# Refer to the XF86Config man page for details about the format of
# this file.
# **********************************************************************

Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    Option "Clone" "on"
    Screen 0 "screen1" LeftOf "screen2"
    Screen 1 "screen2" 0 0
    Option "Xinerama" "on"
EndSection

Section "Files"
    # Multiple FontPath entries are allowed (they are concatenated together)
    # By default, Mandrake 6.0 and later now use a font server independent of
    # the X server to render fonts.
    FontPath "unix/:-1"
EndSection

Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
EndSection

Section "ServerFlags"
    #DontZap # disable <Crtl><Alt><BS> (server abort)
    #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
    
    # allows the server to start up even if the mouse does not work
    Option "allowmouseopenfail"
EndSection

Section "InputDevice"
    Identifier "Keyboard1"
    Driver "keyboard"
    Option "XkbModel" "logicdo"
    Option "XkbLayout" "fr"
    Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
    Option "Buttons" "4"
EndSection

Section "Device"
    Identifier "device1"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce FX (generic)"
    Driver "nvidia"
    Option "UseEDIDDpi" "TRUE"
    Option "DPI" "112 x 112"
    Option "UseEdidFreqs" "TRUE"
    Option "AllowDDCCI" "TRUE"
EndSection

Section "Device"
    Identifier "device2"
    VendorName "nVidia Corporation"
    BoardName "NVIDIA GeForce FX (generic)"
    Driver "nvidia"
    Screen 1
    BusID "PCI:1:0:0"
    Option "TVOverScan" "0.6"
EndSection

Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24
    
    Subsection "Display"
        Depth 8
        Modes "1280x1024"
    EndSubsection
    
    Subsection "Display"
        Depth 15
        Modes "1280x1024"
    EndSubsection
    
    Subsection "Display"
        Depth 16
        Modes "1280x1024"
    EndSubsection
    
    Subsection "Display"
        Depth 24
        Modes "1280x1024"
    EndSubsection
    Option "DPMS"
EndSection

Section "Screen"
    Identifier "screen2"
    Device "device2"
    Monitor "monitor2"
    DefaultColorDepth 24

    Subsection "Display"
        Depth 8
       Modes "800x600"
    EndSubsection
    
    Subsection "Display"
        Depth 15
       Modes "800x600"
    EndSubsection
    
    Subsection "Display"
        Depth 16
       Modes "800x600"
    EndSubsection
    
    Subsection "Display"
        Depth 24
       Modes "800x600"
       #Modes "1024x768" "800x600" "640x480"
    EndSubsection
EndSection

#6 Le 13/03/2007, à 18:14

CaptainBigleux

Re : Configurer sa sortie TV Geforce 2 mx avec nvtv ou xorg.conf? argh

:) Ah chouette, merci beaucoup  de ta réponse Iriiko. Je viens seulement de la lire, je vais tester tout ceci en espérant que cela convienne.

A bientôt !

#7 Le 13/03/2007, à 18:19

CaptainBigleux

Re : Configurer sa sortie TV Geforce 2 mx avec nvtv ou xorg.conf? argh

EDIT : Utilise les balises Code pour coller du texte à rallonge sur le Forum, merci.

Oui, je viens de m'en apercevoir, désolé wink