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@
EndSection
Section "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@
EndSection
Section "Monitor"
@ Identifier "Monitor0"@
@ VendorName "Unknown"@
@ ModelName “CRT-0”@
@ HorizSync 30.0 – 75.0@
@ VertRefresh 60.0@
@ Option “Above” " Monitor1"@
EndSection
After 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@
EndSection
Section "Monitor"
@ Identifier "Monitor0"@
@ VendorName "Unknown"@
@ ModelName “CRT-0”@
@ HorizSync 30.0 – 75.0@
@ VertRefresh 60.0@
@ Option “Above” " Monitor1"@
EndSection
After 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@
EndSection
Section "Monitor"
@ Identifier "Monitor0"@
@ VendorName "Unknown"@
@ ModelName “CRT-0”@
@ HorizSync 30.0 – 75.0@
@ VertRefresh 60.0@
@ Option “Above” " Monitor1"@
EndSection
After 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.
0sem comentários ainda