Oi Vinicius,

Eu utilizo uma placa NVidia conectada a um televisor,
via saída SVHS, mas acho que não deve ser muito diferente
a configuração. Repare que a minha TV não aceita resoluções tão altas
logo voce terá que fazer os ajustes no arquivo para os parametros da sua TV,
altere as partes que estão em negrito no arquivo. Procure as informações
na documentação da TV. Lembre de não ultrapassar os valores suportados
pela placa de vídeo.

Após terminar a configuração "mate" o servidor e reinicie o processo:

# stop  gdm
# start gdm

Divirta-se ;-)

Segue o meu arquivo xorg.conf:
----------------------------------------------------------
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# 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
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
EndSection

Section "Files"

    # path to defoma fonts
    FontPath        "/usr/share/fonts/X11/misc"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc"
    FontPath        "/usr/share/fonts/X11/cyrillic"
    FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
    FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/share/fonts/X11/Type1"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath        "/usr/share/fonts/X11/100dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath        "/usr/share/fonts/X11/75dpi"
    FontPath        "/usr/X11R6/lib/X11/fonts/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"
    Option         "XkbVariant" "abnt2"
EndSection

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ImPS/2"
    Option         "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier     "COMPAQ V510b"
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
    Driver         "nvidia"
    Option      "TwinView"
    Option     * "SecondMonitorHorizSync" "30-50"*
    Option     * "SecondMonitorVertRefresh" "60"*
    Option      *"TVStandard" "NTSC-M"*
    Option      "TwinViewOrientation" "Clone"
    Option     * "ConnectedMonitor" "CRT, TV"*
    Option      *"TVoutputFormat" "SVIDEO"*
    Option      *"MetaModes" "1024x768, 1024x768; 800x600, 800x600; 640x480,
640x480"*

EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "nVidia Corporation NV18 [GeForce4 MX 440 AGP 8x]"
    Monitor        "COMPAQ V510b"
    DefaultDepth    24
    SubSection     "Display"
        Depth       1
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       4
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       8
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       15
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       16
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection     "Display"
        Depth       24
        Modes      "1024x768" "832x624" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

--------------------------------------------------------------------------

Espero que resolva o seu problema.


[]'s Lera


------- Alferes 3ª Grau da Federação Da Frota Estelar De São Paulo -------
________________         _              Jose Maria Correa Lera
\__(=======/_=_/ ____.--'-`--.___    Registered Ubuntu User #16614
            \ \   `,--,-.___.----'    Registered Linux User #136117
         .--`\ \--'../          A felicidade não depende do que nos falta,
         '---._____.|]           mas do bom uso que fazemos do que temos.


Em 5 de julho de 2010 18:24, Vinícius Oliveira Godoy
<[email protected]>escreveu:

> Olá
> Estou tentando ajustar minha tv para ser meu monitor do pc.
> Ubuntu 10.04.
> Estou fazendo os ajustes através do "NVIDIA X server settings" (minha
> placa é uma nvidia geforce 8800). A imagem está ok, mas estou com
> problemas na bordas da imagem, que não aparecem - ficam cortadas
> (principalmente superior e inferior da imagem).
> Fiz uma primeira solução 'tosca' de aumentar o tamanho da barra até que
> ela apareça, mas evidentemente esta não deve ser a melhor solução!
> Não encontrei no aplicativo desenvolvida para as nvidias no ubuntu uma
> forma de ajustar as bordas do monitor.
> (Vi que esta solução existe no mesmo aplicativo, mas dentro do SO do Bill).
>
> Existe alguma forma de resolver isto? No mesmo aplicativo ou em algum
> outro que não conheço?
>
> A TV está ligada na placa via hdmi, com resolução 1920x1080.
>
> Muito grato e boa semana para todos!
> Vinícius.
>
> --
> Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece
>
> Lista de discussão Ubuntu Brasil
> Histórico, descadastramento e outras opções:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-br
>
-- 
Mais sobre o Ubuntu em português: http://www.ubuntu-br.org/comece

Lista de discussão Ubuntu Brasil
Histórico, descadastramento e outras opções:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-br

Responder a