Archive:Configurer sa sortie vidéo

Ce wiki a été archivé en 2018.

Le nouveau wiki se trouve à: ressources.labomedia.org

Les fonctionnalités sont désactivées: vous pouvez faire une recherche sur Google site:https://wiki.labomedia.org et découvrir La Labomedia.

De Centre de Ressources Numériques - Labomedia
Aller à : navigation, rechercher

Configurer sa sortie vidéo

Sous Ubuntu Hardy avec une carte graphique NVIDIA GE Force 7600, drivers propriétaires installés (v 173.14.12)

Ayant constaté que le soft de configuration fourni par NVIDIA reconnaissait mal ma sortie vidéo (il ne proposait qu'une résolution à 720x480 quand la prise s-video de la carte graphique est branchée sur un téléviseur ou un vidéoprojecteur), j'ai été amené à modifier manuellement le fichier de configuration de l'affichage : xorg.conf


Pour cela, editer le fichier xorg.conf en superutilisateur :

Dans un terminal, taper :

sudo gedit /etc/X11/xorg.conf

et ajouter les lignes ci-dessous dans la section "Screen" :

   Option         "TwinView" "1"
   Option         "TwinViewXineramaInfoOrder" "DFP-0
   Option         "metamodes" "TV: 720x576 +1680+0, DFP: 1680x1050_60 +0+0"
   Option 	   "TVStandard" "PAL-B"
   Option	   "TVOutFormat" "SVIDEO"


comme dans le xorg.conf recopié ci-dessous

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder57)  Thu Jul 17 18:40:12 PDT 2008

# xorg.conf (X.Org 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 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 "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Screen0" 0 0
    InputDevice    "Synaptics Touchpad"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "oss"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
EndSection 

Section "InputDevice"
    Identifier     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizEdgeScroll" "0"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "CMO"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce Go 7600"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "TV: 720x576 +1680+0, DFP: 1680x1050_60 +0+0"
    Option 	   "TVStandard" "PAL-B"
    Option	   "TVOutFormat" "SVIDEO"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Globalement, on dit au driver :

  • d'activer le Twinview,
  • de mettre l'écran du portable (DFP-0) en écran principal
  • de mettre la résolution de la sortie video à 720x576 et de la déplacer de 1680 pixels (la largeur de mon écran de portable) = la placer à droite de mon écran principal
  • de sortie en PAL-B
  • de choisir la sortie s-video

configurer sa sortie VGA

je rencontre des problèmes de détection de vidéoprojecteur avec laptop + nvidia (il ne me propose qu'une résolution en 640x480), pour y pallier, 2 techniques :

  • soit trouver un écran cathodique "normal" et là la détection se passe bien, on branche ensuite le vp sans redémarrer X11
  • soit télécharger un des fichiers ci-dessous et l'adapter à sa carte
http://labomedia.net/ressource/linux/xorg.conf.okcloneVGA1024x768
http://labomedia.net/ressource/linux/xorg.conf.okcloneVGA1280x1024
http://labomedia.net/ressource/linux/xorg.conf.okrightofVGA800x600
http://labomedia.net/ressource/linux/xorg.conf.okrightof-Y100VGA800x600
http://labomedia.net/ressource/linux/xorg.conf.okTV720x576svideo