#1 Le 27/08/2006, à 02:47
- Orion Elenion
[Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
Bonjour,
j'ai beau insister, impossible de faire fonctionner l'écran et la télé en mode clone...
J'ai pourtant lu tout ce que je pouvais sur le sujet, mais non, rien n'y fait...
Voici ma config : ATI Radeon 9600 Pro ; Ubuntu kernel 2.6.15-26-386.
J'ai suivi le HOWTO en post-it sur ce forum pour l'installation des drivers 3d propriétaires.
Je dispose d'un écran lcd et d'une TV cathodique ne supportant que le 50 Hz.
Que dois-je mettre dans mon fichier xorg.conf ?
Le voici à l'heure actuelle :
Section "ServerLayout"
Identifier "PC"
Screen 0 "AffichagePC" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "ServerLayout"
Identifier "CloneView"
Screen 0 "AffichagePC" 0 0
Screen 1 "AffichageTV" RightOf "AffichagePC"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "CloneView"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
# Load "extmod"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
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"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "EcranPC"
Option "DPMS" "true"
EndSection
Section "Monitor"
Identifier "EcranTV"
VertRefresh 50.0
EndSection
Section "Device"
Identifier "SortiePC"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "SortieTV"
Driver "fglrx"
BusID "PCI:1:0:0"
Screen 1
Option "TVStandard" "PAL"
EndSection
Section "Screen"
Identifier "AffichagePC"
Device "SortiePC"
Monitor "EcranPC"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "AffichageTV"
Device "SortieTV"
Monitor "EcranTV"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Pour la petite histoire, je viens d'acheter une jolie télé toute neuve et je suis blasé...
Ma gratitude éternelle à qui me dépannera.
Dernière modification par Orion Elenion (Le 28/08/2006, à 18:14)
Ubuntu is an ancient african word meaning : "I can't configure Debian".
Hors ligne
#2 Le 27/08/2006, à 18:18
- Orion Elenion
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
Personne ?
Ubuntu is an ancient african word meaning : "I can't configure Debian".
Hors ligne
#3 Le 27/08/2006, à 18:35
- bergi
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
non ATI c'est tabou )
Hors ligne
#4 Le 27/08/2006, à 18:56
- ffomnislash
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
j'ai pas de sorties tele
Mais la solution m'interesse.
-- Mon blog --
Hors ligne
#5 Le 28/08/2006, à 15:00
- Orion Elenion
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
Bon, bien, je vais donc devoir repasser sous Windows à chaque fois que je veux regarder un DVD sur ma télé. Mes amis vont en rire et en seront d'autant plus confortés dans l'idée que Windows est mieux.
Tant pis.
Ubuntu is an ancient african word meaning : "I can't configure Debian".
Hors ligne
#6 Le 28/08/2006, à 16:26
- bergi
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
Oh le chantage à deux balle alors que la solution est dans la partie documentation de ce site...
Hors ligne
#7 Le 28/08/2006, à 17:37
- Orion Elenion
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
Ce n'est pas du chantage mais la triste réalité... D'ailleurs ça a déjà commencé pour tout ce qui concerne les jeux (et mon imprimante pour laquelle il n'existe aucun driver Linux).
Concernant la documentation, il est vrai qu'elle est très complète pour les cartes NVIDIA.
Or, je répète que j'ai une ATI Radeon 9600 Pro.
Mais, peu importe, je vais essayer de me débrouiller.
Ubuntu is an ancient african word meaning : "I can't configure Debian".
Hors ligne
#8 Le 28/08/2006, à 18:13
- Orion Elenion
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
J'ai réussi.
Ubuntu is an ancient african word meaning : "I can't configure Debian".
Hors ligne
#9 Le 28/08/2006, à 19:35
- compte supprimé
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
Peux-tu nous dire comment tu as fait? car cela nous interresse.
#10 Le 28/08/2006, à 20:17
- bergi
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
il a lu la doc ^^
Hors ligne
#11 Le 28/08/2006, à 21:18
- Orion Elenion
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
J'ai lu la doc, oui, j'ai aussi extrapolé les exemples avec de la logique, comparé avec la doc nVidia, deviné la moitié à partir de mes expériences malheureuses, et eu de la chance, beaucoup de chance. Et encore, j'ai un décalage léger : mon bureau sort un peu de l'écran de la télé, et j'ignore complétement comment régler le problème. Et pire : je n'ai pas l'impression d'avoir appris quoi que ce soit dans le procédé, et je ne crois pas que je serais capable de le refaire. Je me contente de débrancher la péritel lorsque je ne veux pas d'affichage sur la télé.
Franchement, j'aime bien Ubuntu, et toute la communauté qui va avec. Mais si cela avait été le premier réglage que j'aurais tenté de faire avec Ubuntu, je suppose que je serais retourné à Windows en peu de temps...
Pour savoir comment j'ai fait, ben j'ai essayé un peu tout ce que je trouvais sur le net, j'ai du coup un xorg.conf assez chaotique... Le dernier essai c'était avec aticonfig. Là, ça marche alors je ne touche plus (et j'ai horreur de penser ça, je n'ai pas l'impression d'avoir un système stable dans ce genre de cas).
Ubuntu is an ancient african word meaning : "I can't configure Debian".
Hors ligne
#12 Le 06/09/2006, à 04:19
- zit
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
STP On peut avoir le contenu de ton tout dernier xorg.conf car j'ai la même la même carte graphique que toi....
et par ailleurs je cherche un moyen d'avoir le fameux et indispensable "mode theatre" qui me ferra definitivement quitter windows... lol
Dernière modification par zit (Le 06/09/2006, à 04:25)
Hors ligne
#13 Le 06/09/2006, à 07:03
- lse34
Re : [Résolu] Configurer Xorg pour sortie TV, Radeon 9600 Pro.
STP On peut avoir le contenu de ton tout dernier xorg.conf car j'ai la même la même carte graphique que toi....
et par ailleurs je cherche un moyen d'avoir le fameux et indispensable "mode theatre" qui me ferra definitivement quitter windows... lol
+1
Ce serait bien si tu le diffusais car cela m'interresse aussi car j'ai une 9800pro et il ne doit pas y avoir de difference par rapport à ta config.
Merci
Hors ligne