Autor Tópico: TV-Out com Nvidia no Feisty  (Lida 2595 vezes)

Offline rorx

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
TV-Out com Nvidia no Feisty
« Online: 18 de Junho de 2007, 08:34 »
Ae galera,

Instalei o Feisty Fawn e até agora tudo está funcionando perfeitamente, o único problema é que estou apanhando pra caramba pra fazer funcionar a saída pra TV da minha placa (uma GeForce MX 440). Quero utilizar a TV somente para assistir filmes, mas a cada hora que eu tento configurar o xorg.conf ocorre um problema diferente.

Já tentei usar o nvidia-settings e ele reconhece a TV e a configura, mas em todas as minhas janelas as barras laterais somem e não consigo movê-las ou fechá-las. Também tentei configurar manualmente o xorg.conf seguindo alguns tutoriais mas nao obtive sucesso.

Alguem tem alguma configuração parecida que esteja funcionando? Obrigado!

Offline rorx

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: TV-Out com Nvidia no Feisty
« Resposta #1 Online: 20 de Junho de 2007, 22:33 »
Atualizando:

Achei algumas configurações aqui no forum e agora meu xorg.conf está assim:

Código: [Selecionar]
# /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 "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
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/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 MX 440]"
Driver "nvidia"
Busid "PCI:3:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
#Estas linhas foram incluidas a fim de fazer funcionar a TV-OUT
Option "TwinView" "0"
Option "TwinViewOrientation" "RIGHTOF"
Option "ConnectedMonitor" "CRT,TV"
Option "TVStandard" "PAL-M"
Option "TVOutFormat" "SVIDEO"
Option "MetaModes" "1280x1024,1024x768"
EndSection

Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation NV17 [GeForce4 MX 440]"
Monitor "SyncMaster"
Defaultdepth 24
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
  screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "stylus" "SendCoreEvents"
Inputdevice "cursor" "SendCoreEvents"
Inputdevice "eraser" "SendCoreEvents"
EndSection

Detalhe para a seção Device:

Código: [Selecionar]
Section "Device"
Identifier "nVidia Corporation NV17 [GeForce4 MX 440]"
Driver "nvidia"
Busid "PCI:3:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
#Estas linhas foram incluidas a fim de fazer funcionar a TV-OUT
Option "TwinView" "0"
Option "TwinViewOrientation" "RIGHTOF"
Option "ConnectedMonitor" "CRT,TV"
Option "TVStandard" "PAL-M"
Option "TVOutFormat" "SVIDEO"
Option "MetaModes" "1280x1024,1024x768"
EndSection

O monitor funciona bem assim, com o TwinView como "0", mas não aparece nenhuma imagem na tv. Com o TwinView configurado para "1" a imagem funciona na tv e no monitor mas ocorrem 2 problemas:
- Minha área de trabalho fica toda branca e somem os ícones do desktop.
- A imagem na TV fica com uma qualidade ruim, parecendo pixelada.

Estou pensando em instalar uma maquina virtual do windows pra poder assistir meus filmes.. ta soda!

Offline DiogoFC

  • Usuário Ubuntu
  • *
  • Mensagens: 8
    • Ver perfil
Re: TV-Out com Nvidia no Feisty
« Resposta #2 Online: 24 de Junho de 2007, 10:11 »
Rapaz, vi num outro Fórum que no Feisty vc não precisa em princípio mexer em nada do xorg.conf pra fazer a saída de TV funcionar. O lance é apenas instalar o driver proprietário da NVidia no lugar do 'nv', do Ubuntu.

Eu segui este tutorial aqui e funcionou perfeitamente, depois é só abrir o NVidia Settings e habilitar a TV:
http://www.guiadohardware.net/comunidade/drivers-nvidia/728262/#post2898867

Um abraço.

Offline rorx

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: TV-Out com Nvidia no Feisty
« Resposta #3 Online: 27 de Junho de 2007, 22:23 »
Valeu Diogo! Vou tentar instalar.. tomara q funcione.

Offline rorx

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: TV-Out com Nvidia no Feisty
« Resposta #4 Online: 28 de Junho de 2007, 00:12 »
Fiz o tutorial e, aparentemente instalou o driver, mas quando vou reiniciar o X ocorre o seguinte erro:
"Could not open the device file /dev/nvidiactl (no such device or address)"

To tentando achar a solução...

Offline Flaviodbz

  • Usuário Ubuntu
  • *
  • Mensagens: 98
    • Ver perfil
Re: TV-Out com Nvidia no Feisty
« Resposta #5 Online: 28 de Junho de 2007, 19:39 »
Nao sei no Feisty, mas no Edgy e o Debian eu instalei o pacote nvtv e funciono tranquilo

Jabber:flaviodbz@jabber.org

Offline tH.

  • Usuário Ubuntu
  • *
  • Mensagens: 64
    • Ver perfil
Re: TV-Out com Nvidia no Feisty
« Resposta #6 Online: 28 de Junho de 2007, 22:12 »
Aqui o meu xorg.conf, tambem tive problemas pra fazer o tv-out funcionar.Mas o problema que eu tive foi que minha TV nao era detectada, entao tive que fazer alteracoes manualmente.

Código: [Selecionar]
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    Screen      1  "Screen1" LeftOf "Screen0"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "stylus" "SendCoreEvents"
    InputDevice    "cursor" "SendCoreEvents"
    InputDevice    "eraser" "SendCoreEvents"
EndSection

Section "Files"

# path to defoma fonts
    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"
    FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load           "i2c"
    Load           "bitmap"
    Load           "ddc"
    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" "abnt2"
    Option         "XkbLayout" "br"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "false"
    Option         "Buttons" "7"
    Option         "ButtonMapping" "1 2 3 6 7"
    Option         "Resolution" "100"
EndSection

Section "InputDevice"
    Identifier     "stylus"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "stylus"
    Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "eraser"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "eraser"
    Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
    Identifier     "cursor"
    Driver         "wacom"
    Option         "Device" "/dev/input/wacom"
    Option         "Type" "cursor"
    Option         "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       30.0 - 50.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7300 GT"
    BusID          "PCI:2:0:0"
    Screen          0
    Option         "UseDisplayDevice"   "CRT,TV"
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 7300 GT"
    BusID          "PCI:2:0:0"
    Screen          1
    Option         "TVOutFormat" "SVIDEO"
    Option         "TVStandard" "PAL-M"
    Option         "UseDisplayDevice" "TV"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "CRT: 1280x1024 +0+0 TV: 800x600 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
#    Option "TwinView" "true"
    Option "ConnectedMonitor" "CRT,TV"
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "TV: 800x600 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Seria interessante tambem voce olhar no /var/log/Xorg.0.log se aparace alguem erro.Dá um gedit /var/log/Xorg.0.log e posta aqui.

E se voce nao está conseguindo iniciar o X, dê um
$ sudo dpkg-reconfigure xserver-xorg

E depois instala o driver da nvidia pelo Envy.
« Última modificação: 28 de Junho de 2007, 22:20 por tH. »

Offline rorx

  • Usuário Ubuntu
  • *
  • Mensagens: 5
    • Ver perfil
Re: TV-Out com Nvidia no Feisty
« Resposta #7 Online: 28 de Junho de 2007, 22:43 »
Oi Pessoal,

Com o driver proprietario da nvidia deu certo. Deu a maior zica com os drivers q eu tinha instalado anteriormente com o automatix e um que o ubuntu instalou sozinho qdo habilitei os efeitos de tela, mas fui removendo tudo e compilei novamente o driver da nvidia, e ai funcionou.

Executei o nvidia-settings e agora estou com as duas telas (monitor e tv) funcionando separadamente, do jeito q eu queria. O unico porem eh q a imagem na TV ficou com uma qualidade um pouco ruim, parecendo pixelada.

Abaixo estou enviando o meu xorg.conf final

Código: [Selecionar]
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder3)  Mon Apr 16 20:38:05 PDT 2007

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    Screen      1  "Screen1" RightOf "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/lib/X11/rgb"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "ServerFlags"
    Option         "Xinerama" "0"
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 "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    HorizSync       30.0 - 85.0
    VertRefresh     50.0 - 160.0
    Option         "DPMS"
EndSection

Section "Monitor"
    # HorizSync source: xconfig, VertRefresh source: xconfig
    Identifier     "Monitor1"
    VendorName     "Unknown"
    ModelName      "TV-0"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce4 MX 440"
    BusID          "PCI:3:0:0"
    Screen          0
EndSection

Section "Device"
    Identifier     "Videocard1"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce4 MX 440"
    BusID          "PCI:3:0:0"
    Screen          1
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "metamodes" "CRT: 1280x1024 +0+0; CRT: 1600x1200 +0+0; CRT: 1024x768 +0+0; CRT: 832x624 +0+0; CRT: 800x600 +0+0; CRT: 720x400 +0+0; CRT: 640x480 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Videocard1"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "metamodes" "TV: 1024x768 +0+0; TV: 800x600 +0+0"
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection