Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 23/04/2007, à 03:57

Zzzef

Sortie TV - ATI - Feisty

Bonjour,

Après mes échecs répétés pour faire fonctionner la sortie TV sous les différentes versions depuis Dapper, je viens de tenter de nouveau avec Feisty. sad

Le gestionnaire de pilotes propriétaires me dit que je n'ai pas besoin de pilotes propriétaires. Sauf que la résolution maxi est minable, la fréquence aussi et la sortie TV ne tourne pas. Etant donné mes mauvaises aventures passées d'installation de pilotes propriétaires à la paluche sur cette machine en suivant scrupuleusement les tutos, j'aimerais éviter.

J'ai tout de même testé ça
http://doc.ubuntu-fr.org/materiel/multi-ecran#dual-desktop_un_bureau_independant_sur_chaque_ecran
Mais x se gamelle. Je désespère vraiment de réussir à faire tourner un jour cette sortie TV. sad

Si quelqu'un sait m'aider, je l'en remercie par avance. 

Mon xorg.conf

# /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 "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbOptions"    "lv3:ralt_switch"
    Option        "XkbVariant"    "oss"
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    "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

Section "Device"
    Identifier    "TV"
    Driver        "ati"
    Option "MonitorLayout"    "TV,LFP"
    Option "TVStandard"    "PAL-B”
    Option "TVOutFormat"    "SVIDEO" # "COMPOSITE"
    Option "ConnectedMonitor"    "TV"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "NEC CI A727"
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection

Section "Monitor"
    Identifier    "TV"
    HorizSync    30-50
    VertRefresh    60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
    Monitor        "NEC CI A727"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "720x400" "640x480"
    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 0    "Screen0" #"Default Screen"
        Screen 1        "Screen1" RightOf "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus"    "SendCoreEvents"
    InputDevice     "cursor"    "SendCoreEvents"
    InputDevice     "eraser"    "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection

#2 Le 23/04/2007, à 04:00

Zzzef

Re : Sortie TV - ATI - Feisty

J'oubliais, quand x plante, la sortie TV fonctionne. roll Juste pour dire que ce n'est pas un problème matériel, ça tourne aussi sous Windows. Voilà pourquoi je pense que c'est le xorg.conf qui a un soucis. Mais lequel. hmm

#3 Le 23/04/2007, à 09:09

sam air

Re : Sortie TV - ATI - Feisty

ça m'interrese aussi , avec le driver proprio la sorite tv marche mais l'ecran du pc est tout pale j'ai essaye aussi avec xinerama x plante aussi,quand à mergefb( http://ubuntuforums.org/showthread.php?p=1773710)cela ne change rien, a ma config, donc si quel'un a une solution je serai ravi
(radeon ,9200se, feisty, driver libre)

@zeff a tu essyer d'enlever leschiffres dans la section "server layaout" comme indiquer dans le wiki de xinerama:

Dans certains cas où X refuse de redémarrer, il semble qu'il faille retirer le chiffre (0 et 1) devant "Screen" :

Screen        "Screen0"
Screen        "Screen1" RightOf "Screen0"

Dernière modification par sam air (Le 23/04/2007, à 09:11)

Hors ligne

#4 Le 23/04/2007, à 11:00

Zef

Re : Sortie TV - ATI - Feisty

Depuis le temps que j'essaie de la faire fonctionner je pense avoir essayé toutes les combinaisons possibles dans ce fichu xorg.conf roll. Donc a priori ce n'est pas ça. Pourtant c'est évident que je dois faire une bêtise quelque part, puisque quand x n'est pas démarré la sortie TV fonctionne (ce qui est d'ailleurs un progrès sous Feisty).

Là un xorg.conf qui ne permet toujours d'avoir la sortie TV, mais qui au moins permet de démarrer X. Et je pense moins déconnant que le précédent que j'ai posté. hmm

# /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 "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbOptions"    "lv3:ralt_switch"
    Option        "XkbVariant"    "oss"
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    "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

Section "Device"
    Identifier    "TV"
    Driver        "ati"
    Option "MonitorLayout"    "TV,LFP"
    Option "TVStandard"    "PAL-B”
    Option "TVOutFormat"    "SVIDEO" # "COMPOSITE"
    Option "ConnectedMonitor"    "TV"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "NEC CI A727"
    Option        "DPMS"
    HorizSync    28-51
    VertRefresh    43-60
EndSection

Section "Monitor"
    Identifier    "TV"
    HorizSync    30-50
    VertRefresh    60
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies Inc Radeon RV100 QY [Radeon 7000/VE]"
    Monitor        "NEC CI A727"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "720x400" "640x480"
    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

Hors ligne

#5 Le 23/04/2007, à 11:07

Zef

Re : Sortie TV - ATI - Feisty

A noter qu'avec ce xorg.conf j'ai bien accès à 2 écrans dans le displayconfig-gtk mais que la sortie TV me donne encore et toujours un superbe cryptage à rendre Canal + jaloux.

Hors ligne