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 13/01/2006, à 20:13

CeReAl KiLLeR Du 77

Tv Out fonctionne en mode vga mais

Bonsoir,

Je viens de configurer mon xorg.conf pour pouvoir bénéficier de ma télévision. Quand mon écran plat tout beau tout neuf est branché en vga ma télévision fonctionne, et quand je le branche sur le dvi je n'ai plus de télévision.

En vga, j'ai l'image sur ma télé dès que j'allume mon pc, et en dvi rien du tout. Voici mon xorg.conf

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Dec 14 16:39:22 PST 2005

# /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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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         "Default Screen" 0 0
    Screen 1        "TV" RightOf "Default Screen"  
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

        # paths 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/CID"
    FontPath        "/usr/share/X11/fonts/100dpi"
    FontPath        "/usr/share/X11/fonts/75dpi"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    Load           "extmod"
    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" "ImPS/2"
    Option         "Emulate3Buttons" "true"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Écran générique"
    HorizSync       28.0 - 64.0
    VertRefresh     43.0 - 60.0
    ModeLine       "1280x800@60" 83.9 1280 1312 1624 1656 800 816 824 841
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier   "TV_Monitor"
    VendorName   "Sony"
    ModelName    "PAL TV"
    HorizSync    30.0 - 50.0
    VertRefresh  60.0 - 60.0
EndSection

Section "Device"
    Identifier     "NVIDIA Corporation NV40 [GeForce 6800 GT]"
    Driver         "nvidia"
    Screen 0
EndSection

Section "Device"
    Identifier    "TV_Device"
    Driver        "nvidia"
    vendorName    "Nvidia"
    Option        "TVOutFormat" "SVIDEO"
    Option        "TVStandard" "PAL-N"
    Option        "ConnectedMonitor" "TV"
    BusID         "PCI:01:0:0"
    Screen        1
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "NVIDIA Corporation NV40 [GeForce 6800 GT]"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier "TV"
        Device     "TV_Device"
        Monitor    "TV_Monitor"
        DefaultDepth     24
        SubSection "Display"
        Depth     24
        Modes    "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Sachant que je préfère rester en dvi j'obtient une meilleur qualité d'image! Je ne comprend pas, ma carte graphique pour ceux qui ne l'aurait pas vu est une Nvidia GeForce 6800 GT (agp de chez Point Of View). Je pense avoir tout dis sur mon problème, en espérant qu'une personne ici peut m'aider.


SuperBox = Serveur (FreeBSD 7.2) (DEAD) | H²O = Serveur (FreeBSD 8.1) | Nephrotique = Desktop (Ubuntu Lucid Lynx 64 bits) | Skizophrene = Laptop (DesktopBSD 1.7/WinXP SP3) | Epileptik = Desktop (Diskless) | WRT54GL 1.1 (Openwrt Backfire 10.3 noyau 2.4) | WRT54GL 1.1 (DDWRT V24 SP1)

Hors ligne

#2 Le 13/01/2006, à 22:18

akas

Re : Tv Out fonctionne en mode vga mais

J'ai une FX 5200 où la sortie S-vidéo et le DVi sont utilisés, et la seule différence avec toi est :

Section "ServerLayout"
        Identifier      "Default Layout"
        Screen 0        "Screen[0]"
        Screen 1        "Screen[1]" LeftOf "Screen[0]"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
EndSection

Hors ligne

#3 Le 13/01/2006, à 22:40

CeReAl KiLLeR Du 77

Re : Tv Out fonctionne en mode vga mais

Humm d'accord. J'essaierai demain alors.


SuperBox = Serveur (FreeBSD 7.2) (DEAD) | H²O = Serveur (FreeBSD 8.1) | Nephrotique = Desktop (Ubuntu Lucid Lynx 64 bits) | Skizophrene = Laptop (DesktopBSD 1.7/WinXP SP3) | Epileptik = Desktop (Diskless) | WRT54GL 1.1 (Openwrt Backfire 10.3 noyau 2.4) | WRT54GL 1.1 (DDWRT V24 SP1)

Hors ligne