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 15/09/2005, à 11:34

Guill

Encore un probleme ATI TV OUT ... [9600Pro]

Bonjour,

Ca fait quelques jours que j'essaie de faire fonctionner un dual screen (LCD ACER AL707+ TV) sous Ubuntu (derniere version preview 5.10).

J'ai parcouru et rechercher dans un peu tous les forums Linux, mais rien n'y fait.

Donc, j'ai une Radeon 9600Pro 128 Mo. je voudrais acceder au 2 display separement (0.0 et 0.1), mais lorsque l'un marche l'autre non (ou alors en mode clone et pas franchement joli).

J'ai installer les drivers fglrx, tenter des dizaines de fglrxconfig, sans succes. Au mieux, j'ai le LCD en 1280 et la TV toute brouillee (on distingue quand meme qq chose lorsque la souris passe sur la TV).


Voici mon Xorg qui marchote (en jouant sur Option "MonitorLayout"              "AUTO, CRT" ca passe d'un ecran a l'autre avec des resolutions etranges).

Y a t-il un specialiste dans la salle ?

# /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/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

# ===================== MONITOR DISPLAY (screen0)
Section "Monitor"
	Identifier	"Acer AL707"
	Option		"DPMS"
EndSection

Section "Device"
	Identifier	"ATILCD"
	Driver		"fglrx"
	BusID		"PCI:2:0:0"
	Screen 0
	Option "DesktopSetup" "0x00000000"
	# === disable/enable XAA/DRI ===
        Option "no_accel"                   "no"
        Option "no_dri"                     "yes"
	# === Screen Management ===
	    Option "DesktopSetup"               "0x00000000" 
	    Option "MonitorLayout"              "AUTO, CRT"
	    Option "IgnoreEDID"                 "off"
	    Option "HSync2"                     "31.5 - 37.9" 
	    Option "VRefresh2"                  "50 - 70" 
	    Option "ScreenOverlap"              "0" 
	# === TV-out Management ===
        #Option "NoTV"                       "no"     
	#Option "CursorShadow" "1"
	#Option "TVStandard" "PAL-N"
	#Option "ConnectedMonitor" "TV"
	#Option "TVOutFormat" "Composite"
	#Option "TVHSizeAdj"                 "-10"     
    	#Option "TVVSizeAdj"                 "20"     
    	#Option "TVHPosAdj"                  "15"     
    	#Option "TVVPosAdj"                  "0"
	#Option "VideoOverlay" "on"     
    	#Option "TVHStartAdj"                "0"     
    	#Option "TVColorAdj"                 "0"     
    	#Option "GammaCorrectionI"           "0x06419064"
    	#Option "GammaCorrectionII"          "0x06419064"
	# === OpenGL specific profiles/settings ===
        Option "Capabilities"               "0x00000000"
	# === Video Overlay for the Xv extension ===
        Option "VideoOverlay"               "on"
	# === OpenGL Overlay ===
	# Note: When OpenGL Overlay is enabled, Video Overlay
	#       will be disabled automatically
        Option "OpenGLOverlay"              "off"
	# === Center Mode (Laptops only) ===
        Option "CenterMode"                 "off"
	# === Pseudo Color Visuals (8-bit visuals) ===
        Option "PseudoColorVisuals"         "off"
	# === QBS Management ===
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
	# === FSAA Management ===
        Option "FSAAEnable"                 "no"
        Option "FSAAScale"                  "1"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
	# === Misc Options ===
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
    	Option "mtrr"                       "off"
EndSection

Section "Screen"
	Identifier	"DefaultScreen"
	Device		"ATILCD"
	Monitor		"Acer AL707"
	DefaultDepth	24
	SubSection "Display"
		Depth		16
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

# ===================== TV DISPLAY (screen1)
Section "Monitor"
	Identifier "tv"
	Option		"DPMS"
	#HorizSync 10.0-30.0 
	#VertRefresh 40.0-60.0
EndSection

Section "Device"
	Identifier	"ATI TV"
	Driver		"fglrx"
	BusID		"PCI:2:0:1"
	Screen 1
EndSection

Section "Screen"
	Identifier "tvscreen"
	Device "ATI TV"
	Monitor "tv"
	DefaultColorDepth 24
	Subsection "Display"
		Modes "800x600" "Interlace"
		Depth 24
	EndSubsection
EndSection


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

Section "DRI"
	Mode	0666
EndSection

Je precise que j'ai effectue des tests dans tous les sens et que ce .conf est l'un des version testee ... je suis completement perdu et je commence a me decourager ...

Guillaume

#2 Le 15/09/2005, à 15:07

dudie

Re : Encore un probleme ATI TV OUT ... [9600Pro]

bien ouai, moi j'ai les deux
un xorg pour le pc uniquement et l'autre pour pc + tv

mon xorg pour les deux écrans:

# /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	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
# 	Load    "extmod"
    	SubSection "extmod"
        Option    "omit xfree86-dga"
    	EndSubSection
	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"	"be"
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"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
	Driver		"fglrx"
	BusID		"PCI:1:0:0"
    Option        "NoTV" "no"
# === disable/enable XAA/DRI ===
    Option        "no_accel" "no"
    Option        "no_dri" "no"
# === OpenGL specific profiles/settings ===
        Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option        "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
# === FSAA Management ===
        Option "FSAAEnable"                 "no"
        Option "FSAAScale"                  "1"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
        Option "mtrr"                       "off"
#
    screen 0
EndSection

Section "Device"
    Identifier    "ATI_tvout"
    Driver        "fglrx"
    Option        "VideoOverlay" "on"
    BusID        "PCI:1:0:0"
    Option        "NoTV" "no"
    screen 1
Option "DesktopSetup" "0x00000000"
    # === disable/enable XAA/DRI ===
        Option "no_accel"                   "no"
        Option "no_dri"                     "no"
    # === TV-out Management ===
        Option "NoTV"                       "no"     
    #Option "CursorShadow" "1"
    Option "TVStandard" "PAL-N"
    Option "ConnectedMonitor" "TV"
    Option "TVOutFormat" "Composite"
    Option "TVHSizeAdj"                 "-10"     
        Option "TVVSizeAdj"                 "20"     
        Option "TVHPosAdj"                  "15"     
        Option "TVVPosAdj"                  "0"
    #Option "VideoOverlay" "on"     
        Option "TVHStartAdj"                "0"     
        Option "TVColorAdj"                 "0"     
        Option "GammaCorrectionI"           "0x06419064"
        Option "GammaCorrectionII"          "0x06419064"
    # === OpenGL specific profiles/settings ===
        Option "Capabilities"               "0x00000000"
    # === Video Overlay for the Xv extension ===
        Option "VideoOverlay"               "on"
    # === OpenGL Overlay ===
    # Note: When OpenGL Overlay is enabled, Video Overlay
    #       will be disabled automatically
        Option "OpenGLOverlay"              "off"
    # === Center Mode (Laptops only) ===
        Option "CenterMode"                 "off"
    # === Pseudo Color Visuals (8-bit visuals) ===
        Option "PseudoColorVisuals"         "off"
    # === QBS Management ===
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
    # === FSAA Management ===
        Option "FSAAEnable"                 "no"
        Option "FSAAScale"                  "1"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
    # === Misc Options ===
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
        Option "mtrr"                       "off"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
EndSection

Section "Monitor"
    Identifier "MaTv"
    HorizSync 30.0-50.0
    VertRefresh 50.0-60.0
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon Mobility 9600/9700 M10/M11 (RV350 NP)"
	Monitor		"Écran générique"
	DefaultDepth	24
	SubSection "Display"
		Depth		1
		Modes		"1920x1440" "1400x1050" "1800x1350" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1400x1050" "1920x1440" "1400x1050" "1800x1350" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1400x1050" "1920x1440" "1400x1050" "1800x1350" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1400x1050" "1920x1440" "1400x1050" "1800x1350" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1400x1050" "1920x1440" "1400x1050" "1800x1350" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1400x1050" "1920x1440" "1400x1050" "1800x1350" "1600x1200" "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
	EndSubSection
EndSection

Section "Screen"
    Identifier "ecran_TV"
    Device "ATI_tvout"
    Monitor "MaTv"
    DefaultColorDepth 24
    Subsection "Display"
        Modes "800x600" "Interlace"
        Depth 24
    EndSubsection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	Screen        "ecran_TV" Below "Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
	InputDevice	"Synaptics Touchpad"
EndSection

Section "DRI"
	Mode	0666
EndSection

Dernière modification par dudie (Le 15/09/2005, à 15:08)


fait gaffe !!! parce-que linux fracas
et Ubuntu ? Ça tue !!

Hors ligne

#3 Le 15/09/2005, à 17:42

GUill

Re : Encore un probleme ATI TV OUT ... [9600Pro]

OK, merci, je vais partir du tiens et tester ca ce soir ...

Guillaume

#4 Le 16/09/2005, à 09:47

Guill

Re : Encore un probleme ATI TV OUT ... [9600Pro]

Bonjour,

Donc en m'aidant de ton xorg.conf, j'ai progresse un peu.

J'obtiens maintenant une belle image sur la tele, en 640x680 mais c'est un clone d'une partie de l'ecran du LCD smile C'est a dire que je vois ce qui est en haut a gauche de mon LCD en 1280x1024.

L'ideal serait donc un bon dual screen (comme sous Windows) mais je me contenterais d'un jolie mode clone MAIS EN PLEIN ECRAN SUR LA TV !!!

Voici mon Xorg.conf actuel.

# /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/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"
        SubSection "extmod"
        Option    "omit xfree86-dga"
        EndSubSection
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"type1"
	Load	"vbe"
EndSection

Section "ServerFlags"
#	Option "Xinerama" "on" 
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    "ATILCD"
    Driver        "fglrx"
    BusID        "PCI:2:0:0"
    Option        "NoTV" "no"
	Option "MonitorLayout" "AUTO, AUTO"
	Option "DesktopSetup" "0x00000200"
Chipset "RADEON 9600 PRO (RV360 4152)"

# === disable/enable XAA/DRI ===
    Option        "no_accel" "no"
    Option        "no_dri" "yes"
# === OpenGL specific profiles/settings ===
        Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option        "VideoOverlay" "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
# === FSAA Management ===
        Option "FSAAEnable"                 "no"
        Option "FSAAScale"                  "1"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
# === Misc Options ===
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
        Option "mtrr"                       "off"
#
    screen 0
EndSection

Section "Device"
    Identifier    "ATI_tvout"
    Driver        "fglrx"
    Option        "VideoOverlay" "on"
    BusID        "PCI:2:0:0"
    Option        "NoTV" "no"
    screen 1
Option "DesktopSetup" "0x00000200"
    # === disable/enable XAA/DRI ===
        Option "no_accel"                   "no"
        Option "no_dri"                     "yes"
    # === TV-out Management ===
        Option "NoTV"                       "no"     

Chipset "RADEON 9600 PRO (RV360 4152)"

    #Option "CursorShadow" "1"
    Option "TVStandard"                 "NTSC-M"
    Option "ConnectedMonitor" "TV"
    Option "TVOutFormat" "S-VIDEO"
    Option "TVHSizeAdj"                 "-10"     
        Option "TVVSizeAdj"                 "20"     
    Option "TVHPosAdj"                  "0"     
    Option "TVVPosAdj"                  "0"     
    #Option "VideoOverlay" "on"     
    Option "TVHStartAdj"                "0"     
    Option "TVColorAdj"                 "0"     
    Option "GammaCorrectionI"           "0x06419064"
    Option "GammaCorrectionII"          "0x06419064"
    # === OpenGL specific profiles/settings ===
        Option "Capabilities"               "0x00000000"
    # === Video Overlay for the Xv extension ===
        Option "VideoOverlay"               "on"
    # === OpenGL Overlay ===
    # Note: When OpenGL Overlay is enabled, Video Overlay
    #       will be disabled automatically
        Option "OpenGLOverlay"              "off"
    # === Center Mode (Laptops only) ===
        Option "CenterMode"                 "off"
    # === Pseudo Color Visuals (8-bit visuals) ===
        Option "PseudoColorVisuals"         "off"
    # === QBS Management ===
        Option "Stereo"                     "off"
        Option "StereoSyncEnable"           "1"
    # === FSAA Management ===
        Option "FSAAEnable"                 "no"
        Option "FSAAScale"                  "1"
        Option "FSAADisableGamma"           "no"
        Option "FSAACustomizeMSPos"         "no"
        Option "FSAAMSPosX0"                "0.000000"
        Option "FSAAMSPosY0"                "0.000000"
        Option "FSAAMSPosX1"                "0.000000"
        Option "FSAAMSPosY1"                "0.000000"
        Option "FSAAMSPosX2"                "0.000000"
        Option "FSAAMSPosY2"                "0.000000"
        Option "FSAAMSPosX3"                "0.000000"
        Option "FSAAMSPosY3"                "0.000000"
        Option "FSAAMSPosX4"                "0.000000"
        Option "FSAAMSPosY4"                "0.000000"
        Option "FSAAMSPosX5"                "0.000000"
        Option "FSAAMSPosY5"                "0.000000"
    # === Misc Options ===
        Option "UseFastTLS"                 "0"
        Option "BlockSignalsOnLock"         "on"
        Option "UseInternalAGPGART"         "no"
        Option "ForceGenericCPU"            "no"
        Option "mtrr"                       "off"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
EndSection

Section "Monitor"
    Identifier "MaTv"
    HorizSync 30.0-50.0
    VertRefresh 50.0-60.0
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATILCD"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1280x1024" 
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1280x1024"
    EndSubSection
    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
EndSection

Section "Screen"
    Identifier "ecran_TV"
    Device "ATI_tvout"
    Monitor "MaTv"
    DefaultColorDepth 24
    Subsection "Display"
        Modes "640x480"
        Depth 24
    EndSubsection
EndSection

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

Section "DRI"
    Mode    0666
EndSection

Par rapport au tien, j'ai changer/ajoute :

Dans Device:

  Option "MonitorLayout" "AUTO, AUTO"
  Option "DesktopSetup" "0x00000200"
  Chipset "RADEON 9600 PRO (RV360 4152)"

  Option        "no_dri" "yes" (dri ne semble pas fonctionner chez moi)


J'ai aussi trouve une aide interressante sur les options du Xorg.conf ici http://www.x.org/X11R6.8.2/doc/xorg.conf.5.html ... S'il existait la meme avec les options du driver ATI ce serait top !!!

Je suis pas encore sortie de l'auberge smile
Guillaume