|
|
#1 | |
|
Registered User
Join Date: Jun 2007
Posts: 12
|
My distro (PCLOS) upgraded to 302.17, and found Overscan Compensation no longer available; having to use ViewPortOut in MetaModes instead.
I am having no luck trying to implement it, so if someone could set me on the right path, I would appreciate it. Geforce GTS 250EN -> Samsung LCD 1280x720 GPU-0 -> DFP-1 Overscan = 80 (in prior versions) My line in xorg.conf, Screen section: Code:
Option "metamodes" "DFP-1: 1280x720 { ViewPortOut=1280x720+20+20 }"
... then reboot. This has no effect at all. I have also tried setting it 'directly' with: Code:
nvidia-settings --assign 0/CurrentMetaMode="DFP-0: 1280x720 { ViewPortOut=1280x720+20+20 }"
If someone could point out what I am doing wrong, it might save me a few hairs. Cheers! CJ Last edited by C-J; 06-26-12 at 04:58 PM. Reason: Solved |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Your configuration of "1280x720 { ViewPortOut=1280x720+20+20 }" doesn't make sense because the bottom 20 lines and rightmost 20 columns would extend outside the physical 1280x720 region of the screen. Check /var/log/Xorg.0.log for errors. For example, on my system if I try something similar, I get this:
Code:
[ 2557.636] (WW) NVIDIA(0): custom viewPortOut, 1920 x 1200 +20 +20, does not fit within
[ 2557.636] (WW) NVIDIA(0): rasterSize, 1920x1200; ignoring custom viewPortOut
[ 2557.673] (II) NVIDIA(0): Setting mode "GPU-0.DP-2:1920x1200{ViewPortOut=1920x1200+20+20}"
Code:
nvidia-settings --assign 0/CurrentMetaMode="DFP-0: 1280x720 { ViewPortOut=1240x680+20+20 }"
If you want to achieve the scaling that the old overscan compensation slider used, you can specify ViewPortIn as well: Code:
nvidia-settings --assign 0/CurrentMetaMode="DFP-0: 1280x720 { ViewPortOut=1240x680+20+20, ViewPortIn=1280x720 }"
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2007
Posts: 12
|
I was beginning to suspect that - and my tired eyes did not notice the different figures in README, so thank you for putting me straight.
Can you just confirm the probably-obvious: The first method (on my system): Code:
nvidia-settings --assign 0/CurrentMetaMode="DFP-1: 1280x720 { ViewPortOut=1206x672+37+24 }"
while the second one: Code:
nvidia-settings --assign 0/CurrentMetaMode="DFP-1: 1280x720 { ViewPortOut=1206x672+37+24, ViewPortIn=1280x720 }"
In other words, I am choosing between a smaller, sharp display - contra - bigger, blurry display, pixel-wise? Cheers! CJ |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Quote:
I guess the moral of the story is that which method you use depends on what you want to do with it, but you at least have the choice now. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jun 2007
Posts: 12
|
Yes, I did come across the thread with Myth-TV; though this is for a simple internet/movie-watching PC, so I opted for sharpness; so far I have had no adverse effect (bar a shorcut on the Desktop that all of a sudden is nowhere visible but still in the Desktop folder, but alas, that's a small matter).
I appreciate you taking the time to explain this to me, and helping me out in the first place. Thank you kindly! I have another issue with a dual screen setup, but I shall start another thread for this. Cheers! CJ |
|
|
|
|
|
#6 | |
|
Registered User
Join Date: Jun 2007
Posts: 12
|
|
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Removal of overscan options in 302.07... | hikaricore | NVIDIA Linux | 12 | 01-05-13 04:30 PM |
| ViewPortIn and ViewPortOut in 302.07 | Licaon | NVIDIA Linux | 14 | 08-05-12 05:32 AM |
| Upgrade from 290.10 to 295.49 on GeForce 8300 = no hdmi audio + overscan | tbubel | NVIDIA Linux | 2 | 06-15-12 03:55 AM |
| HDMI overscan fix for multiple resolutions + Zod Engine Problem. | cheechr1 | NVIDIA Linux | 0 | 06-11-12 02:27 PM |