Ir para o conteúdo
ou

Software livre Brasil

 Voltar a AmadeuJunior...
Tela cheia

Nvidia Geforce Go 6150 resolution problems in a Linux box

18 de Outubro de 2009, 0:00 , por Software Livre Brasil - 0sem comentários ainda | Ninguém está seguindo este artigo ainda.
Visualizado 1810 vezes

Yesterday I noticed: my external video-output couldn’t accept the 1600×1050 resolution anymore (magically because it worked some time ago). So I started some unsuccessful searches along the google to find a possible solution. But.. the google doesn’t help me!

So I took more attention to my /var/log/Xorg.0.log and I see into it my video ram size reported wrong! My onboard video card just can provide 128MB of shared memory. But the Xorg log reported as 512MB! Uhhh, crazy! Another strange situation was about the EDID, my Xorg doesn’t report the EDID of my 22" LCD TV-Monitor correctly anymore. I don’t know why.

Then.. I just filled my /etc/X11/xorg.conf in the Device and Monitor section with:

Then.. I just filled my /etc/X11/xorg.conf in the Device and Monitor section with:Section "Device" @ Identifier "Device0"@ @ Driver "nvidia"@ @ VendorName “NVIDIA Corporation”@ @ BoardName “GeForce Go 6150”@ @ VideoRam 131072@ EndSection

Then.. I just filled my /etc/X11/xorg.conf in the Device and Monitor section with:Section "Device" @ Identifier "Device0"@ @ Driver "nvidia"@ @ VendorName “NVIDIA Corporation”@ @ BoardName “GeForce Go 6150”@ @ VideoRam 131072@ EndSectionSection "Monitor" @ Identifier "Monitor0"@ @ VendorName "Unknown"@ @ ModelName “CRT-0”@ @ HorizSync 30.0 – 75.0@ @ VertRefresh 60.0@ @ Option “Above” " Monitor1"@ EndSection

Then.. I just filled my /etc/X11/xorg.conf in the Device and Monitor section with:Section "Device" @ Identifier "Device0"@ @ Driver "nvidia"@ @ VendorName “NVIDIA Corporation”@ @ BoardName “GeForce Go 6150”@ @ VideoRam 131072@ EndSectionSection "Monitor" @ Identifier "Monitor0"@ @ VendorName "Unknown"@ @ ModelName “CRT-0”@ @ HorizSync 30.0 – 75.0@ @ VertRefresh 60.0@ @ Option “Above” " Monitor1"@ EndSectionAfter that the following metamode works again (finally!):

Then.. I just filled my /etc/X11/xorg.conf in the Device and Monitor section with:Section "Device" @ Identifier "Device0"@ @ Driver "nvidia"@ @ VendorName “NVIDIA Corporation”@ @ BoardName “GeForce Go 6150”@ @ VideoRam 131072@ EndSectionSection "Monitor" @ Identifier "Monitor0"@ @ VendorName "Unknown"@ @ ModelName “CRT-0”@ @ HorizSync 30.0 – 75.0@ @ VertRefresh 60.0@ @ Option “Above” " Monitor1"@ EndSectionAfter that the following metamode works again (finally!):Option "metamodes" "CRT: 1680x1050 +0+0, DFP: nvidia-auto-select +200+1050"

Then.. I just filled my /etc/X11/xorg.conf in the Device and Monitor section with:Section "Device" @ Identifier "Device0"@ @ Driver "nvidia"@ @ VendorName “NVIDIA Corporation”@ @ BoardName “GeForce Go 6150”@ @ VideoRam 131072@ EndSectionSection "Monitor" @ Identifier "Monitor0"@ @ VendorName "Unknown"@ @ ModelName “CRT-0”@ @ HorizSync 30.0 – 75.0@ @ VertRefresh 60.0@ @ Option “Above” " Monitor1"@ EndSectionAfter that the following metamode works again (finally!):Option "metamodes" "CRT: 1680x1050 +0+0, DFP: nvidia-auto-select +200+1050"Great! My problem was solved. Probably there’s a bizarre bug in the Nvidia proprietary driver! Anyway the NV free driver doesn’t work with two monitors side-by-side (fist in 1600×1050 and second in 1280×800), so I must to use the proprietary driver unfortunately.


Tags deste artigo: debian bug nvidia xorg video

0sem comentários ainda

Enviar um comentário

Os campos são obrigatórios.

Se você é um usuário registrado, pode se identificar e ser reconhecido automaticamente.