J'ai r�cup�r� une carte vid�o PCI ATI Radeon RV100 QY. J'aimerai pouvoir utiliser la sortie TV. Si quelqu'un � r�ussi � le faire, j'aimerai bien avoir sa configuration de XFree.
Voici quelques �l�ments : http://lists.debian.org/debian-user-french/2003/09/msg01036.html
Voici mon fichier XF86Config.
Il est important d'�viter de charger des modules framebuffer et tout ce qui touche � l'affichage.
# File generated by anXious - the Debian X Configuration Tool # anXious and xviddetect are (c) 2000 Randolph Chung <[EMAIL PROTECTED]>
# Suggestions and bug reports about this tool should be sent to
# [EMAIL PROTECTED]
# ***************************************************************************
# Refer to the XF86Config(4/5) man page for details about the format of
# this file. A more thoroughly commented version of this configuration
# file can be found in /usr/share/doc/xserver-common/examples/XF86Config.eg
# ***************************************************************************
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/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/Speedo"
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
EndSection
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection
# **********************************************************************
# Monitor section
# **********************************************************************
Section "Monitor"
Identifier "EcranTV"
VendorName "TV"
ModelName "simple"
HorizSync 30-70
VertRefresh 50-160
# PAL : 50 , NTSC : 60
# PAL
ModeLine "640x480PAL" 29.50 640 675 678 944 480 530 535 625 Interlace
ModeLine "800x600PAL" 36.00 800 818 820 960 600 653 655 750 Interlace
EndSection
# **********************************************************************
# Graphics device section
# **********************************************************************
Section "Device"
Identifier "tv"
# Seul le pilote vesa � la place du pilote radeon donne chez moi
# une synchro correcte sur le t�l�viseur pour la carte Radeon VE QY.
# J'ai mis des heures avant de le comprendre.
Driver "vesa"
EndSection
Section "Screen"
Identifier "screen2"
Device "tv"
Monitor "EcranTV"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "640x480PAL"
# ViewPort 0 0
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
Screen "screen2"
InputDevice "Configured Mouse" "CorePointer"
InputDevice "Generic Keyboard" "CoreKeyboard"
EndSection

