Saida de Tv Nvidia fx5200

Iniciado por luck_blm, 03 de Julho de 2010, 22:26

tópico anterior - próximo tópico

luck_blm

Olá gente meu problema é o seguinte quero fazer dual vídeo no meu ubuntu mas não estou conseguindo configurar o xorg corretamente.
o meu xorg esta assim:

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
   DefaultDepth   24
EndSection

Section "Module"
   Load   "glx"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
   Driver   "nvidia"
   Option   "NoLogo"   "True"
EndSection


Usei um tutorial que até deu certo a imagem apareceu na TV mas no meu monitor LCD sansung não apareceu nada vejam o codigo do xorg que usei :


Option "NvAGP" "1" # Configura o suporte AGP interno
   Option "NoLogo" "TRUE" # Desabilita o logo da NVIDIA ao iniciar o modo gráfico
   Option "TwinView" "TRUE" # Detecta qual módulo da placa está habilitado no kernel
   Option "TwinViewOrientation" "Clone" # Mostra exatamente o que é exibido no monitor na TV
   Option "SecondMonitorHorizSync" "31-50" # Frequência
   Option "SecondMonitorVertRefresh" "60"
   Option "MetaModes" "800x600,800x600" # Padrões de resolução para o Monitor e TV, respectivamente.
   Option "TVStandard" "PAL-M" # Sistema de vídeo padrão no Brasil
   Option "TVOutFormat" "SVIDEO" # Formato de saída do vídeo
   Option "ConnectedMonitor" "CRT,TV" # Mostra o vídeo tanto no monitor como na TV

desde já agradeço !!!

platao

\\\\\\\\Apostilas Dicas e Guias do Ubuntu\\\\\\\\\> http://ubuntuforum-br.org/index.php/topic,79368.msg440997.html#msg440997

luck_blm

Nada ate agora quando uso esse codigo só aparece imagem na TV.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildd@palmer)  Fri Apr  9 10:35:18 UTC 2010

# 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
    Option         "NoLogo" "True"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce FX 5500"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "metamodes" "1440x900 +0+0; 800x600 +0+0; 640x480 +0+0"
    SubSection     "Display"
        Depth       24
Option "NvAGP" "1" # Configura o suporte AGP interno
   Option "NoLogo" "TRUE" # Desabilita o logo da NVIDIA ao iniciar o modo gráfico
   Option "TwinView" "TRUE" # Detecta qual módulo da placa está habilitado no kernel
   Option "TwinViewOrientation" "Clone" # Mostra exatamente o que é exibido no monitor na TV
   Option "SecondMonitorHorizSync" "31-50" # Frequência
   Option "SecondMonitorVertRefresh" "60"
   Option "MetaModes" "1440x900,800x600" # Padrões de resolução para o Monitor e TV, respectivamente.
   Option "TVStandard" "PAL-M" # Sistema de vídeo padrão no Brasil
   Option "TVOutFormat" "SVIDEO" # Formato de saída do vídeo
   Option "ConnectedMonitor" "Display,TV" # Mostra o vídeo tanto no monitor como na TV     
EndSubSection
EndSection