Logo Hardware.com.br
Servo
Servo Geek Registrado
3K Mensagens 27 Curtidas

Imagem na TV em preto e branco pelo TV-out da nvidia

#1 Por Servo 12/11/2007 - 19:09
Gostaria de uma ajudinha de vcs...mudei o PC e a configuração é um pouco diferente da que eu tinha anteriormente. Estou com uma placa mãe Asus P5GC-MX e com uma Geforce 7100 GS (pci-express). Estou com o Mandriva One 2008 agora. Quando eu tinha uma agp normal com o Arch Linux, a imagem da TV era colorida(onde muitas vezes assisti meus filmes...). Agora fiz de tudo, mas continua preto e branco. O mais engraçado é que o bootsplash aparece colorido, mas quando entra no X fica P e B. O que devo fazer? Ah, meu monitor é um LCD de 17" LG e uso o twinview clone para jogar a imagem para TV. Obrigado pela atenção!
sifion
sifion Membro Senior Registrado
243 Mensagens 12 Curtidas
#2 Por sifion
12/11/2007 - 19:30
se o problema com as cores, for apenas na tv, vai nas configurações da placa e muda o sinal de saida de NTSC para PAL-M...

abraço...
Asus A7V8X-X | Sempron 2200+ @1800MHz | Nvidia FX5200 128MB | Ram DDR400 512MB

Debian lenny netinst + xfce4 | Kernel 2.6.22-sifion-1

Linux não é windows!!!

resolveu seu problema? edite o título do post adicionando um [resolvido]

GambiWare Total!!piscadela.png
Servo
Servo Geek Registrado
3K Mensagens 27 Curtidas
#3 Por Servo
12/11/2007 - 20:40
O pior é que já tentei isso...

Aqui está o meu xorg:

# File generated by XFdrake (rev 230776)

Section "Extensions"
Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
#DontZap # disable (server abort)
#DontZoom # disable / (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "L1753T "
HorizSync 30-83
VertRefresh 56-75

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce FX - GeForce 8800"
Driver "nvidia"
Option "DPMS"
Option "RenderAccel" "false"
Option "AddARGBGLXVisuals"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
Aptosid->> (Notebook)

Linux User: 422853

arkRed">Visite o site: www.euecristo.com.br


Servo
Servo Geek Registrado
3K Mensagens 27 Curtidas
#5 Por Servo
13/11/2007 - 07:56
Esse ai é o Xorg puro, o meu modificado para tv out está assim:

# File generated by XFdrake (rev 230776)

Section "Extensions"
Option "Composite"
EndSection
# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "ServerFlags"
#DontZap # disable (server abort)
#DontZoom # disable / (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does not work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
EndSection

Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Plug'n Play"
ModelName "L1753T "
HorizSync 30-83
VertRefresh 56-75

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection

Section "Device"
Identifier "device1"
VendorName "nVidia Corporation"
BoardName "NVIDIA GeForce FX - GeForce 8800"
Driver "nvidia"
Option "DPMS"
Option "RenderAccel" "false"
Option "AddARGBGLXVisuals"
Option "NoLogo" "TRUE"
Option "TVStandard" "PAL-M"
Option "TVOutFormat" "SVIDEO"
#Option "TVStandard" "SVIDEO"
Option "ConnectedMonitor" "CRT,TV"
Option "TwinView" "TRUE"
Option "TwinViewOrientation" "Clone"
Option "SecondMonitorHorizSync" "31-60"
Option "MetaModes" "CRT-0: 1024x768, TV: 1024x768"

EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
Aptosid->> (Notebook)

Linux User: 422853

arkRed">Visite o site: www.euecristo.com.br


flash-ray
flash-ray Super Participante Registrado
469 Mensagens 20 Curtidas
#7 Por flash-ray
14/11/2007 - 15:51
Boa tarde amigo, vou tentar dar uma ajuda meio boba, mas de repente seja a ajuda, tente ver nas configurações de sua tv se ela tem um modo de recepção auto, ou em ntsc para o canal AV, que suponho eu, seja o que está usando para receber o sinal de sua placa de video, entendeu, nas configurações de sua tv, deve ter a função auto, alem de ntsc e pal-m. Se não tiver modo auto, tenta mudar entre ntsc e pal-m, boa sorte.
Deus o abençoe!
Um homem pode fazer uma grande diferença!
© 1999-2024 Hardware.com.br. Todos os direitos reservados.
Imagem do Modal