[RESOLU] rallonge écran plat : problème de fréquence?

salut! voici mon 1er post, merci aux admins pour l’existence de ce forum:
voici mon problème : jusqu’à présent j’ai connecté sans problème mon écran LG LX40 directement à ma carte video ATI 9550 (voir xorg.conf plus bas), avec les pilotes fglrx.
J’ai du déporter l’écran dans une autre pièce, et j’ai acheté un cable video rallonge de 5m. Lorsque je boot mon pc, l’affichage est ok tant que je ne lance pas X. Dès que je startx, l’affichage disparait, et mon écran affiche une mire avec deux chiffres en Hz. A ce moment, si je connecte l’écran directement à la carte video, cette fois ci sans rallonge, l’affichage sous X apparait. Puis si je remets la rallonge, l’affichage est OK, et je peux enfin commencer à utiliser mon PC!!
Donc c’est pas pratique, et ça dépasse ma compréhension : le signal subit-il une perturbation dûe à la longueur du cable, qui modifie la fréquence de synchro entre la carte video et l’écran? J’ai récupéré les fréquences verticales et horizontales sur le site de LG.

Voilà, je vous mets donc mon xorg.conf, et vous remercie pour toute suggestion! A+
Debian testing


# /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  "aticonfig-Screen[0]" 0 0
	InputDevice    "Generic Keyboard"
	InputDevice    "Configured Mouse"
EndSection

Section "Files"

	# path to defoma fonts
	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"
	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  "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"
EndSection

Section "Monitor"
	Identifier   "Écran générique"
	HorizSync    30.0 - 83.0
	VertRefresh  56.0 - 75.0
	Option	    "DPMS"
EndSection

Section "Monitor"
	Identifier   "aticonfig-Monitor[0]"
	Option	    "VendorName" "ATI Proprietary Driver"
	Option	    "ModelName" "Generic Autodetecting Monitor"
	Option	    "DPMS" "true"
EndSection

Section "Device"
	Identifier  "Carte vidéo générique"
	Driver      "vesa"
EndSection

Section "Device"
	Identifier  "aticonfig-Device[0]"
	Driver      "fglrx"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Carte vidéo générique"
	Monitor    "Écran générique"
	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    "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier "aticonfig-Screen[0]"
	Device     "aticonfig-Device[0]"
	Monitor    "aticonfig-Monitor[0]"
	DefaultDepth     24
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Mode         0666
EndSection

je pense en effet que la longueur du cable y est pour qq chose, il y a une perte de charge.
ptet aussi que ton cable n’est pas parfaitement adapté à ton matos ?

merci pour ta réponse,
la qualité du câble est, à mon avis, hors de cause (câble coax surcouf, pas du premier prix). Quand à savoir s’il est adapté, je pense que oui puisqu’il fonctionne, et sans perturbations malgré la longueur.
En fait je ne m’explique pas que mon écran+rallonge marche malgré tout sous X , mais uniquement si j’ai démarré X au préalable sans rallonge… (je sais pas si je suis clair)
A+

Autre chose : dans Xorg.conf : Section “ServerLayout” -> c’est cela qui définit quel matériel utiliser en priorité non?
il n’est pas indiqué dans la section “monitor” d’ati (aticonfig-Monitor[0]) le HorizSync et VertRefresh, est-ce normal? dois-je le rajouter?

envoie ici tout ton xorg.conf, sauf les lignes commentées du début.

bon ben en fait j’ai modifié

Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection

en

Section "Monitor" Identifier "aticonfig-Monitor[0]" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 75.0 Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection

et X boot directement, avec ou sans rallonge de câble video. J’aurais dû y penser… :unamused:

Bizarre que ce simple ajout suffise mais si ça fonctionne, tant mieux.