J'ai a moitié résolu mon problème.
J'ai réussi a faire du double écrans.
Mai j'ai un problème:

Mai la résolution sur l'écran de TV est limité a 800x600 et on ne vois pas toute le bureau sauf si je met les 2 écrans a 800x600.
Voici comment je fais:
Mon xorg.conf
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "ca(fr)"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "radeon"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x1024" "1280x960" "1280x800" "1280x720" "1152x864" "1024x768" "800x600" "640x480"
Virtual 2080 1024
EndSubSection
EndSection
Une foi mon ordinateur démarrer je fait:
[jeremy2491@localhost ~]$ xrandr --output S-video --set load_detection 1
[jeremy2491@localhost ~]$ xrandr --output S-video --set tv_standard ntsc
[jeremy2491@localhost ~]$ xrandr --output S-video --mode 800x600 --right-of VGA-0
Est t'il possible de reparer mon problème?