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 14/06/2006, à 19:32

grosse patate

[Résolu] tremblement de l'image sur la télé

Bonjour à tous,

Voilà mon histoire :

J'ai un moniteur Dell et une télé pour regarder les dvd.
Après une mise à jour de la breezy à la dapper, qui s'est très bien passée smile, l'image sur la télé est devenue temblottante au point de ne pas pouvoir regarder de vidéo bien sûr.
Avec l'aide de la communauté, j'avais configurer la sortie sur l'écran de télé qui fonctionnait très bien, alors qu'a-t-il bien pu se passer lors de la mise à jour.
Voici la configuration qui fonctionnait très bien sous la breezy

# /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/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	"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"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
        Option "TwinView" "true"
        Option "TwinViewOrientation" "Clone"
        Option "TVOutFormat" "S-Video"
        Option "TVStandard" "PAL-N"
        Option "SecondMonitorHorizSync" "30-50"
        Option "SecondMonitorVertRefresh" "60"
        Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;    512x384,512x384"  
EndSection

Section "Monitor"
	Identifier	"DELL M770"
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
	Monitor		"DELL M770"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1024x768" "800x600" "720x350" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1024x768" "800x600" "720x350" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1024x768" "800x600" "720x350" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1024x768" "800x600" "720x350" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1024x768" "800x600" "720x350" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1024x768" "800x600" "720x350" "640x480"
	EndSubSection
EndSection

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

Section "DRI"
	Mode	0666
EndSection

Voilà

Merci
Gwen

Dernière modification par grosse patate (Le 27/06/2006, à 15:23)


« Rien, ici-bas, n'est plus souple, moins résistant que l'eau, pourtant il n'est rien qui vienne mieux à bout du dur et du fort. »
                                          Lao-Tzu 570-490 av. J.-C.

ASUSTek P5GD1-VW Intel core 2 cpu 4300 1,8 GHz nVIDIA NV44 2 GO RAM

Hors ligne

#2 Le 14/06/2006, à 21:35

grosse patate

Re : [Résolu] tremblement de l'image sur la télé

des nouvelles !!!

j'ai suivi qq infos pêchées ailleurs sur le forum pou essayer de résoudre ce pb de tremblement de l'image sur la télé. J'ai tapé dans une console "sudo dpkg-reconfigure xserver-xorg" et suivi les instructions.
J'ai donc maintenant un nouveau xorg.conf que voici

# /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	"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	"NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
	Driver		"nvidia"
	BusID		"PCI:1:0:0"
EndSection

Section "Monitor"
	Identifier	"DELL M770"
	Option		"DPMS"
	HorizSync	30-60
	VertRefresh	50-75
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV18 [GeForce4 MX 440 AGP 8x]"
	Monitor		"DELL M770"
	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		15
		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 "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice     "stylus" "SendCoreEvents"
	InputDevice     "cursor" "SendCoreEvents"
	InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
	Mode	0666
EndSection

auquel j'ai ajouté dans la section "device"

Option "TwinView" "true"
        Option "TwinViewOrientation" "Clone"
        Option "TVOutFormat" "S-Video"
        Option "TVStandard" "PAL-N"
        Option "SecondMonitorHorizSync" "30-50"
        Option "SecondMonitorVertRefresh" "60"
        Option "MetaModes" "1024x768,1024x768;800x600,800x600;640x480,640x480;    512x384,512x384"

mais toujours le même problème.

Si vous avez une idée... Merki !!!$
Gwen


« Rien, ici-bas, n'est plus souple, moins résistant que l'eau, pourtant il n'est rien qui vienne mieux à bout du dur et du fort. »
                                          Lao-Tzu 570-490 av. J.-C.

ASUSTek P5GD1-VW Intel core 2 cpu 4300 1,8 GHz nVIDIA NV44 2 GO RAM

Hors ligne

#3 Le 19/06/2006, à 14:11

miniFab

Re : [Résolu] tremblement de l'image sur la télé

Il est possible que ça vienne d'une valeur de depth trop forte pour ta télé. Essai avec une valeur inférieure à 24.

Hors ligne

#4 Le 19/06/2006, à 14:22

DiCiCat

Re : [Résolu] tremblement de l'image sur la télé

va voir ici http://mythtv-fr.info/wiki/wiki.php?Nvidia_SortieTV
et adapte ce que tu trouve, c'est mon tuto et ca marche tres bien depuis warty

Hors ligne

#5 Le 20/06/2006, à 17:18

Jéprimme

Re : [Résolu] tremblement de l'image sur la télé

Salut, il me semble qu'il faut mettre "Pal-B" au lieu de "Pal-N" dans la section "Device"
J'ai vu ça sur le forum mais où exactement...mystère:D

Hors ligne

#6 Le 20/06/2006, à 18:16

bebop

Re : [Résolu] tremblement de l'image sur la télé

@Jéprimme, c'est exactement ça > j'ai eu le même problème.

Pareil, en farfouillant sur les forums, j'ai trouvé cette petite bidouille (remplacer PAL-N par PAL-B) et je n'ai plus de tremblements...

cool


Ecoute moi bien mon p'tit José. Tu baises les ménagères, bien, tu dois avoir le cul qui brille. Mais c'est pas ça qu'on appelle la classe. J'te dis ça en qualité d'homme le plus classe du monde. (Georges Abitbol)

Hors ligne

#7 Le 21/06/2006, à 00:35

flarre

Re : [Résolu] tremblement de l'image sur la télé

YEEEEEPIIIIIE
Le "PAL-N" -> "PAL-B" marche terriblement bien... Ca a guéri ma télé de la maladie de Parkinson...
Je vais enfin pouvoir mater mes films wink
MERCI

Hors ligne

#8 Le 27/06/2006, à 15:20

grosse patate

Re : [Résolu] tremblement de l'image sur la télé

Merci merci merci à tous, merci Jéprimme !!!

PAL-N en PAL-G ça marche

A bientôt pour de nouvelles aventures

g.


« Rien, ici-bas, n'est plus souple, moins résistant que l'eau, pourtant il n'est rien qui vienne mieux à bout du dur et du fort. »
                                          Lao-Tzu 570-490 av. J.-C.

ASUSTek P5GD1-VW Intel core 2 cpu 4300 1,8 GHz nVIDIA NV44 2 GO RAM

Hors ligne