Hi! I’ve been trying to update my computer, fixing all the issues I encounter with new packages as they come (my current install is pretty dated, so a LOT has changed).
I notice the overscan option has been removed from the driver in the current versions, and replaced with ViewPort[In|Out]. Just trying to get it working on my Geforce 8600 (that should support ViewPortOut, I think), I added the line
Option "metamodes" "DFP: nvidia-auto-select +0+0, TV: 1024x768 +448+216 { ViewPortIn=1024x768, ViewPortOut=1004x748+10+10 }"
to my xorg.conf to get a 10 pixel overscan compensation. I’ve tried a few other values as well, but the ViewPort options do not have any visible effect on the output and in my Xorg.0.log it says:
(WW) NVIDIA(0): Unable to support custom viewPortOut 1004 x 748 +10 +10
Any idea what’s going on?
thanks!
Some more possibly relevant info:
- the TV is an old CRT TV, connected with an s-video cable.
- my full xorg.conf is posted in an earlier thread here (https://devtalk.nvidia.com/default/topic/538934/linux/tv-screen-goes-black-when-starting-some-applications/). The only differences are the ViewPort line mentioned above, and (to fix the issue in the linked thread) I added `Option “RANDR” “Disable”'.