J’ai les cartes graphiques suivante :
- une radeon 7000 VE (vga+S-video)
- une radeon 9200 SE (vga+composite+s-video)
Voici ce que donne le lspci pour la 9200.
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] (Secondary) (rev 01)
J’essaie de faire fonctionner la sortie tv sur ces cartes. Auparavant, avec la radeon 7000, la sortie TV fonctionnait (en clone en 800x600). Le problème c’est que depuis une MAJ Debian (lenny) il y a quelques mois, j’ai perdu cette fameuse sortie TV (et au fil de mes périgrinations, j’ai perdu mon xorg.conf).
Depuis quelques jours j’essaie désespérement (et google me renvoie beaucoup de choses qui renvoient dans le mur) de faire fonctionner ceci.
J’ai testé :
1/ driver radeon + Option “TVOutput”.
J’obtiens dans les logs X :
(II) Primary Device is: PCI 01:00:0
(WW) RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
...
(WW) RADEON(0): Option "TVOutput" is not used[/code]
Voici le xorg.conf :
[code]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 "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"
#Option "TVOutput" "NTSC"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
# Driver "fglrx"
Driver "radeon"
# Driver "vesa"
BusID "PCI:1:0:0"
Option "TVOutput" "PAL"
option "no accel"
EndSection
Section "Monitor"
Identifier "�cran g�n�rique"
Option "DPMS"
HorizSync 27-96
VertRefresh 50-160
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 60
Option "DPMS"
EndSection
Section "Screen"
Identifier "Television"
Device "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Monitor "TV"
#Monitor "�cran g�n�rique"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600"
EndSubSection
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon RV100 QY [Radeon 7000/VE]"
Monitor "�cran g�n�rique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
#Screen "Default Screen"
Screen "Television"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
2/ Driver fglrx (installé avec module assistant)
Là, c’est encore pire, je n’arrive pas à avoir le serveur X et la seule erreur dans les logs est :
code RADEON: No matching Device section for instance (BusID PCI:1:0:1) found
[/code]
Je suis perdu. Que dois-je faire pour faire fonctionner cette sortie TV. Existe-t-il une solution côté Framebuffer ou autre ?