Bonjour tous,
j'ai installé feisty sur mon macbook il y a quelques temps maintenant, le seul truc que je n'arrive vraiment pas à faire marcher c'est la sortie tv (avec l'adaptateur de chez apple).
Je vous joins le xorg.conf qui "marche le mieux"... non, en fait il marche pas du tout, mais il permet quand mm d'afficher une espèce de neige sur la télé où l'on peut distinguer des fenetres si on les change d'écran et qu'on les fait bouger 😉 (on distingue aussi le curseur de la souris parfois).
Notez que si je met " Option "MonitorLayout" "CRT,LFP"" c'est en connaissance de cause, quand je remplace CRT par TV, ma télé est toute noire...
J'imagine qu'il doit y avoir un problème de taux rafraichissement incorrect, mais je ne parviens pas à trouver le bon réglage.... J'ai essayé un peu toutes les fréquences plausibles, sans succès.
Est-ce que qqun a déjà fait des tests de ce genre ? De l'aide est la bienvenue !! 😉
Ps: ça marche tout seul sur OSX... mais ça m'arrange pas de rebooter à chaque fois 🙁
Merci d'avance pour votre aide potentielle.
Le xorg.conf (les sections interessantes):
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
Screen 0
Option "DDCMode" "True"
Option "MonitorLayout" "CRT,LFP"
EndSection
Section "Device"
Identifier "deviceTV"
Driver "i810"
BusID "PCI:0:2:0"
Screen 1
Option "DDCMode" "True"
Option "MonitorLayout" "CRT,LFP"
Option "TVStandard" "PAL-B"
Option "TVOutFormat" "SVIDEO"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-64
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "tv"
Option "DPMS"
HorizSync 30-50
VertRefresh 30-50
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "8OOx600"
EndSubSection
EndSection
Section "Screen"
Identifier "screenTV"
Device "deviceTV"
Monitor "tv"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "8OOx600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "8OOx600"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen"
Screen 1 "screenTV" LeftOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection