#1 Le 03/04/2007, à 13:47
- la_briOche
Affichage sur télévision avec radeon, dual screen ?
Bonjour à tous !
J'ai installé Kubuntu Feisty récemment...
Je possède une radeon 9550, et les pilotes radeon sont installés.
Beryl fonctionne sans soucis.
J'aimerais pouvoir regarder mes films sur ma télévision, via une sortie s-video.
J'ai essayé de modifié le xorg.conf comme ceci:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf(5) manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/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 "vbe"
EndSection
Section "Extensions"
Option "RENDER" "Enable"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbVariant" "oss"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/wacom" # Change to
# /dev/input/event
# for USB
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "radeon"
BusID "PCI:1:0:0"
EndSection
Section "Device"
Identifier "TV"
Driver "radeon"
Option "MonitorLayout" "TV,LFP"
Option "TVStandard" "PAL-B
Option "TVOutFormat" "SVIDEO" # "COMPOSITE"
Option "ConnectedMonitor" "TV"
Screen 1
BusID "PCI:1:0:0"
EndSection
Section "Monitor"
Identifier "Écran générique"
Option "DPMS"
HorizSync 28-166
VertRefresh 43-60
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30-50
VertRefresh 60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "3329x605" "3097x0" "1888x1888" "1360x1088" "1280x1024" "1080x1080" "1064x1064" "1024x768" "992x744" "916x548" "832x624" "800x600" "720x400" "640x480" "448x448" "392x2115"
EndSubSection
SubSection "Display"
Depth 4
Modes "3329x605" "3097x0" "1888x1888" "1360x1088" "1280x1024" "1080x1080" "1064x1064" "1024x768" "992x744" "916x548" "832x624" "800x600" "720x400" "640x480" "448x448" "392x2115"
EndSubSection
SubSection "Display"
Depth 8
Modes "3329x605" "3097x0" "1888x1888" "1360x1088" "1280x1024" "1080x1080" "1064x1064" "1024x768" "992x744" "916x548" "832x624" "800x600" "720x400" "640x480" "448x448" "392x2115"
EndSubSection
SubSection "Display"
Depth 15
Modes "3329x605" "3097x0" "1888x1888" "1360x1088" "1280x1024" "1080x1080" "1064x1064" "1024x768" "992x744" "916x548" "832x624" "800x600" "720x400" "640x480" "448x448" "392x2115"
EndSubSection
SubSection "Display"
Depth 16
Modes "3329x605" "3097x0" "1888x1888" "1360x1088" "1280x1024" "1080x1080" "1064x1064" "1024x768" "992x744" "916x548" "832x624" "800x600" "720x400" "640x480" "448x448" "392x2115"
EndSubSection
SubSection "Display"
Depth 24
Modes "3329x605" "3097x0" "1888x1888" "1360x1088" "1280x1024" "1080x1080" "1064x1064" "1024x768" "992x744" "916x548" "832x624" "800x600" "720x400" "640x480" "448x448" "392x2115"
EndSubSection
EndSection
Section "Screen"
Identifier "TV"
Device "TV"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
Screen "TV" RightOf "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "DRI"
Mode 0666
EndSection
Lors du démarrage, j'ai alors un écran gris, mais je peux voir certaines choses, comme les effets de fermeture de fenêtre de beryl, c'est comme s'il y avait un "masque".
J'ai également essayé de rajouté les lignes suivantes dans la section device:
Option "MergedFB" "true" #Enable MergedFB function
Option "MonitorLayout" "LCD" # Use LCD and CRT even if you have 2 LCD's or CRT's
Option "CRT2Hsync" "30-65" #Horizontal Sync of the Monitor (check your monitor's manual for correct values)
Option "CRT2VRefresh" "50-75" #Vertical Refresh rate of the Monitor (check your monitor's manual for correct values)
Option "OverlayOnCRTC2" "true"
Option "CRT2Position" "LeftOf" #Physical location of your secondary monitor in relationship to your primary monitor.
Option "MetaModes" "1280x1024-1280x1024" #Monitor Resolutions for Primary-Secondary monitors
Option "MergedXineramaCRT2IsScreen0" "true" #determines which screen is going to be the primary screen; value can be "true" or "false"
J'ai alors quelque chose d'utilisable, mais je ne peux plus choisir le gestionnaire de fenêtre de beryl, yakuake n'est plus visible, mon fond d'écran est méchamment étiré... et je n'ai aucun affichage sur la télé.
J'en appel alors à vous, en espérant que vous pourrez m'aider...
Merci d'avance
#2 Le 03/04/2007, à 20:13
- la_briOche
Re : Affichage sur télévision avec radeon, dual screen ?
Personne n'a une idée d'où peut venir le problème ?