Bonjour,
Pour voir un film sur la TV il faut utiliser le système X Session du serveur X.
Il faut que tu modifies pour cela le fichier de configuration du X : /etc/X11/Xorg.conf.
Etant donné que je n'ai pas de ATI, je ne connais pas exactement la manipulation qui diffère par rapport à Nvidia, mais voici un fichier xorg.conf d'exemple pour un double écran :
- Code: Tout sélectionner
Section "Files"
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, mandriva 6.0 and later now use a font server independent of
# the X server to render fonts.
FontPath "unix/:-1"
EndSection
Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
EndSection
Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "dri" # direct rendering
Load "/usr/X11R6/lib/modules/extensions/libglx.a"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "6 7"
EndSection
Section "Monitor"
Identifier "monitor0"
VendorName "Samsung"
ModelName "Samsung SyncMaster 171v"
HorizSync 30-81
VertRefresh 56-75
# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
Section "Monitor"
Identifier "monitor1"
VendorName "Fujitsu"
ModelName "Fujitsu 1554G+"
HorizSync 30-54
VertRefresh 50-120
# Monitor preferred modeline (60.0 Hz vsync, 64.0 kHz hsync, ratio 5/4)
ModeLine "1280x1024" 108 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
EndSection
Section "Device"
Identifier "ATI Graphics Adapter connector 0"
VendorName "ATI"
BoardName "ATI Radeon (fglrx)"
Driver "fglrx"
Screen 0
BusID "PCI:2:0:0"
Option "DPMS"
Option "FSAAMSPosY1" "0.000000"
# === FireGL DDX driver module specific settings ===
# === Screen Management ===
Option "DesktopSetup" "0x00000200"
Option "HSync2" "unspecified"
Option "TVHStartAdj" "0"
Option "FSAAMSPosX0" "0.000000"
Option "no_dri" "no"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "no"
Option "FSAAMSPosX1" "0.000000"
Option "MonitorLayout" "AUTO, AUTO"
# === Misc Options ===
Option "UseFastTLS" "0"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "yes"
Option "ForceGenericCPU" "no"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter connector 1"
VendorName "ATI"
BoardName "ATI Radeon"
Driver "radeon"
Screen 1
BusID "PCI:2:0:1"
Option "DPMS"
EndSection
Section "Screen"
Identifier "screen0"
Device "ATI Graphics Adapter connector 0"
Monitor "monitor0"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
Section "Screen"
Identifier "screen1"
Device "ATI Graphics Adapter connector 1"
Monitor "monitor1"
DefaultColorDepth 24
Subsection "Display"
Depth 24
Modes "1024x768"
ViewPort 0 0 # initial origin if mode is smaller than desktop
EndSubsection
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen0"
Screen "screen1" RightOf "screen0"
EndSection
Evidemment pour connaître le bus ID de ta sortie TV, il faut faire un lspci en mode console.